Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Node Interface Details
Returns details for a specific interface on a given node.
v1/{tenant_id}/topology/{topology_id}/interfaces/{nodeName}/{interfaceName}
Table 1 list the request parameters:
Table 1: Request Parameters
Parameter | Style | Type | Description |
---|---|---|---|
tenant_id | URI | xsd:int | The unique identifier of the tenant or account. Currently it is fixed to 1. |
topology_id | URI | xsd:int | The unique identifier of the topology. Currently it is fixed to 1. |
nodeName | URI | xsd:string | The node name, expressed as ?nodeName=<value>. |
interfaceName | URI | xsd:string | The interface name, expressed as ?interfaceName=<value>. |