Get Specific VRF
This endpoint returns information for the specified VRF ID. This API is available to API keys with sensor_management or flow_inventory_query
capability.
GET /openapi/v1/vrfs/{vrf_id}
Parameters: The request URL contains the following parameters
Name |
Type |
Description |
---|---|---|
vrf_id |
int |
Unique identifier for the VRF. |
Response object: Returns a VRF object that is associated with the specified ID.
Sample python code
vrf_id = 676767
resp = restclient.get('/vrfs/%d'% vrf_id)