Querying NMS Node ID
Function
This interface is used to query the NMS node ID.
Syntax
Operation type: GET
URL: https://device_ip/redfish/v1/NetManager/NodeID
Request header:
X-Auth-Token: auth_value
Request message body: None
Usage Guidelines
None
Example
Request:
GET https://10.10.10.10/redfish/v1/NetManager/NodeID
Request header:
X-Auth-Token: auth_value
Request message body: None
Response:
{
"@odata.context": "/redfish/v1/$metadata#NetManager/NodeID/$entity",
"@odata.id": "/redfish/v1/NetManager/NodeID",
"@odata.type": "#MindXEdgeNetManager.v1_0_0.MindXEdgeNetManager",
"Id": "NodeID",
"Name": "NodeID",
"NodeConnectID": "c633ea21-48b1-4529-81d0-e5ccac0366ac"
}
Output Description
Field |
Type |
Description |
|---|---|---|
@odata.context |
Character string |
OData description of the current resource model. This is a fixed field of the northbound interface. |
@odata.id |
Character string |
Path to access the current resource node. This is a fixed field of the northbound interface. |
@odata.type |
Character string |
Current resource type. This is a fixed field of the northbound interface. |
Id |
Character string |
ID of the current resource. This is a fixed field of the northbound interface. |
Name |
Character string |
Name of the current resource. This is a fixed field of the northbound interface. |
NodeConnectID |
Character string |
Node ID. |