Reachability¶
Description¶
Retrieve reachability information for a switch.
Raises¶
ValueError¶
fabric_namedoes not exist on the controller.nxos_passwordis not set prior to callingcommit.nxos_usernameis not set prior to callingcommit.rest_sendis not set prior to callingcommit.resultsis not set prior to callingcommit.seed_ipdoes not exist in fabricfabric_name.- An error occurred when sending the
POSTrequest to the controller.
Properties¶
Mandatory¶
fabric_name¶
The name of the fabric containing the switch for which reachability information is requested.
- default: None
- example: MyFabric
- type: str
nxos_password¶
The password for NX-OS switches in the fabric. The controller refers to this as the discovery password.
- default: None
- example: MyNxosPassword
- type: str
nxos_username¶
The username for NX-OS switches in the fabric. The controller refers to this as the discovery username.
- default: None
- example: admin
- type: str
seed_ip¶
The ipv4 address of the switch for which reachability information is requested.
- default: None
- example: 10.1.1.2
- type: str
Optional¶
None