Remote Location
Location in GUI:
Admin
» Import/Export
» Remote Locations
Diagram
Classes
fabric_policies (apic)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
remote_locations | List | [remote_locations] | No |
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 |
expected_state | Class | [expected_state] | No |
expected_state (apic.fabric_policies.remote_locations)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
minimum_health | Integer | min: 0 , max: 100 | No | |
maximum_critical_faults | Integer | min: 0 | No | |
maximum_major_faults | Integer | min: 0 | No | |
maximum_minor_faults | Integer | min: 0 | No |
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