Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
documentation:redfish_api:manager_collection [2017/10/13 14:50] vor removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Manager Collection ====== | ||
- | |||
- | A Collection of Manager resource instances. | ||
- | |||
- | Redfish Schema: [[http://redfish.dmtf.org/schemas/ManagerCollection.json|ManagerCollection]] | ||
- | |||
- | ===== GET ===== | ||
- | |||
- | ==== Request ==== | ||
- | |||
- | <code> | ||
- | GET /redfish/v1/Managers | ||
- | Content-Type: applicaton/json | ||
- | </code> | ||
- | |||
- | ==== Response ==== | ||
- | |||
- | ^ Attribute ^ Type ^ Nullable ^ Description ^ | ||
- | | Name | String | No | The name of the resource | | ||
- | | Description | String | No | Provides a description of this resource. | | ||
- | | Members@odata.count | Number | No | The number of items in this collection | | ||
- | | Members@odata.navigationLink | String | No | The URI of the GET request | | ||
- | | Members | Array | No | A Collection of links to the [[documentation:redfish_api:manager|Manager]] items | | ||
- | | Oem | Array | No | Collection of [[#OEM extensions|OEM extensions]] providing additional properties for this resource | | ||
- | |||
- | === OEM extensions === | ||
- | |||
- | ^ Attribute ^ Type ^ Nullable ^ Description ^ | ||
- | | RECS.Box | Object | Yes | [[#RECS.Box extension|RECS.Box extension]] | | ||
- | |||
- | == RECS.Box extension == | ||
- | |||
- | ^ Attribute ^ Type ^ Nullable ^ Description ^ | ||
- | | | | | | | ||
- | |||
- | ===== PUT ===== | ||
- | |||
- | This Operation is not supported on this resource. | ||
- | |||
- | ===== PATCH ===== | ||
- | |||
- | This Operation is not supported on this resource. | ||
- | |||
- | ===== POST ===== | ||
- | |||
- | This Operation is not supported on this resource. | ||
- | |||
- | ===== DELETE ===== | ||
- | |||
- | This Operation is not supported on this resource. | ||