Remote Location
Location in GUI: Admin » Import/Export » Remote Locations
Diagram
Section titled “Diagram”Classes
Section titled “Classes”fabric_policies (apic)
Section titled “fabric_policies (apic)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| remote_locations | List | [remote_locations] | No |
remote_locations (apic.fabric_policies)
Section titled “remote_locations (apic.fabric_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
| hostname_ip | Any | String[Regex: ^[a-zA-Z0-9:][a-zA-Z0-9.:-]{0,254}$] or IP | Yes | |
| protocol | Choice | ftp, sftp, scp | Yes | |
| path | String | min: 0, max: 512 | No | / |
| port | Integer | min: 0, max: 65535 | No | |
| auth_type | Choice | password, ssh_keys | No | password |
| username | String | Regex: ^[a-zA-Z0-9][a-zA-Z0-9_.@\\-]{0,31}$ | Yes | |
| password | String | No | ||
| ssh_public_key | String | No | ||
| ssh_private_key | String | No | ||
| ssh_passphrase | String | min: 1, max: 512 | No | |
| mgmt_epg | Choice | inb, oob | No | inb |
Examples
Section titled “Examples”apic: fabric_policies: remote_locations: - name: remote1 description: desc1 hostname_ip: 1.2.3.4 protocol: scp path: '/path' port: 22 auth_type: password username: cisco password: cisco mgmt_epg: inb