Netbox router
A router that must be present in Netbox.
validate_router_in_netbox(subscription_id)
Verify if a device exists in Netbox.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
subscription_id
|
UUIDstr
|
The UUID of the router subscription. |
required |
Returns:
Type | Description |
---|---|
UUIDstr
|
The UUID of the router subscription. |
Raises:
Type | Description |
---|---|
ValueError
|
if the device is not found. |