meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

documentation:redfish_api:ethernet_switch_collection [2017/03/30 10:22] – created bildocumentation:redfish_api:ethernet_switch_collection [2017/10/13 12:50] (current) – removed vor
Line 1: Line 1:
-====== Manager Collection ====== 
- 
-A Collection of EthernetSwitch resource instances. 
- 
-Redfish Schema: [[|EthernetSwitchCollection]] 
- 
-===== GET ===== 
- 
-==== Request ==== 
- 
-<code> 
-GET /redfish/v1/EthernetSwitches 
-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. | 
-| [email protected] | Number | No | The number of items in this collection | 
-| [email protected] | String | No | The URI of the GET request | 
-| Members | Array | No | A Collection of links to the [[documentation:redfish_api:ethernet_switch|EthernetSwitch]] 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.