Skip to main content

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

FieldTypeDescription

Name

StringDedicatedNetworkPortCollection

Members

ArrayItems: A reference link to an element of DedicatedNetworkPortCollection.

Description

StringA Collection of DedicatedNetworkPortCollection resource instances.

Status code

HTTP Status CodeError Message ID
500InternalError

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"
}