ChassisCollection

Schema Definition

A Collection of Chassis resource instances.

Properties

PropertyTypeNullableRequiredPermissionDescription
@odata.contextStringread-onlyThe OData description of a payload.
Format: uri
@odata.idStringread-onlyThe unique identifier for a resource.
Format: uri
@odata.typeStringread-onlyThe type of a resource.
DescriptionStringYesread-onlyProvides a description of this resource and is used for commonality in the schema definitions.
Members [ {Array[Reference(Chassis)]read-onlyContains the members of this collection.
    @odata.idStringread-onlyThe unique identifier for a resource.
Format: uri
} ]
Members@odata.countInt32read-onlyThe number of items in a collection.
NameStringread-onlyThe name of the resource or array element.
Oem { }Objectread-writeThis is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.

Operations

GET

Request

GET /redfish/v1/Chassis
Content-Type: application/json

Response

{
    "@odata.context": "uri",
    "@odata.id": "/redfish/v1/Chassis",
    "@odata.type": "String",
    "Description": "String",
    "Members": [{
        "@odata.id": "/redfish/v1/Chassis/Chassis1"
    }],
    "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