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
Field | Type | Description | |||
---|---|---|---|---|---|
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 Code | Error Message ID |
---|---|
500 | InternalError |
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"
}
Give documentation feedback