GET – Collection of dedicated network ports
Use the GET method to retrieve properties in dedicated network port collection for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Managers/1/DedicatedNetworkPorts
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Name | String | DedicatedNetworkPortCollection | |||
Members | Array | Items: A reference link to an element of DedicatedNetworkPortCollection. | |||
Description | String | A Collection of DedicatedNetworkPortCollection resource instances. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"@odata.context": "/redfish/v1/$metadata#PortCollection.PortCollection",
"@odata.etag": "\"6235B526\"",
"@odata.id": "/redfish/v1/Managers/1/DedicatedNetworkPorts",
"@odata.type": "#PortCollection.PortCollection",
"Description": "A collection of dedicated Network Port resource instances of the manager.",
"Members": [
{
"@odata.id": "/redfish/v1/Managers/1/DedicatedNetworkPorts/nic1"
}
],
"Members@odata.count": 1,
"Name": "DedicatedNetworkPortCollection"
}
Give documentation feedback