Skip to main content

GET – Collection of PCIe functions

Use the GET method to retrieve properties in PCIeFunction collection for Redfish service.

Request URL

GET https://<BMC_IPADDR>/redfish/v1/Chassis/1/PCIeDevices/{Device_id}/PCIeFunctions

Request body

None

Response body

FieldTypeDescription

Name

String

PCIeFunctionCollection

Members

Array

Items: A reference link to an element of PCIeFunction

Description

String

A collection of PCIeFunction resource instances.

Status code

HTTP Status CodeError Message ID
500InternalError

Example

The following example JSON response is returned:

{
"@odata.etag": "\"88ECF74B\"",
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/slot3_0xb0000/PCIeFunctions",
"@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection",
"Description": "Collection of PCIe Functions for PCIe Device slot3_0xb0000",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/slot3_0xb0000/PCIeFunctions/slot_3.00"
},
{
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/slot3_0xb0000/PCIeFunctions/slot_3.01"
}
],
"Members@odata.count": 2,
"Name": "PCIe Function Collection"
}