PCIeDeviceCollection
Schema Definition
Properties
Property | Type | Nullable | Required | Permission | Description |
---|---|---|---|---|---|
@odata.context | String | read-only | The OData description of a payload. Format: uri | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
@odata.type | String | read-only | The type of a resource. | ||
Description | String | Yes | read-only | Provides a description of this resource and is used for commonality in the schema definitions. | |
Members [ { | Array[Reference(PCIeDevice)] | read-only | Contains the members of this collection. | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} ] | |||||
Members@odata.count | Int32 | read-only | The number of items in a collection. | ||
Name | String | read-only | The name of the resource or array element. | ||
Oem { } | Object | read-write | This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. |
Operations
GET
Request
GET /redfish/v1/PCIeDevices
Content-Type: application/json
Content-Type: application/json
Response
{
"@odata.context": "uri",
"@odata.id": "/redfish/v1/PCIeDevices",
"@odata.type": "String",
"Description": "String",
"Members": [{
"@odata.id": "/redfish/v1/Chassis/Chassis1/Baseboards/Baseboard1/PCIeDevices/PCIeDevice1"
}],
"Members@odata.count": 1,
"Name": "String",
"Oem": { }
}
"@odata.context": "uri",
"@odata.id": "/redfish/v1/PCIeDevices",
"@odata.type": "String",
"Description": "String",
"Members": [{
"@odata.id": "/redfish/v1/Chassis/Chassis1/Baseboards/Baseboard1/PCIeDevices/PCIeDevice1"
}],
"Members@odata.count": 1,
"Name": "String",
"Oem": { }
}
POST
This operation is not supported on this resource and will result in the following response:
HTTP/1.1 405 Method Not Allowed
PATCH
This operation is not supported on this resource and will result in the following response:
HTTP/1.1 405 Method Not Allowed
DELETE
This operation is not supported on this resource and will result in the following response:
HTTP/1.1 405 Method Not Allowed