meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
documentation:redfish_api:session_service [2017/03/30 09:31] – created bildocumentation:redfish_api:session_service [2017/10/13 12:51] (current) – removed vor
Line 1: Line 1:
-====== Session Service ====== 
  
-Session Service represents the properties for the service itself and has links to the actual list of sessions. This resource is used to represent the Session Service Properties for this Redfish implementation." 
- 
-Redfish Schema Version: [[http://redfish.dmtf.org/schemas/SessionService.v1_1_1.json|v1.1.1]] 
- 
-===== GET ===== 
- 
-==== Request ==== 
- 
-<code> 
-GET /redfish/v1/SessionService 
-Content-Type: applicaton/json 
-</code> 
- 
-==== Response ==== 
- 
-^ Attribute ^ Type ^ Nullable ^ Description ^ 
-| Id | String | No | Uniquely identifies the resource within the collection of like resources | 
-| Name | String | No | The name of the resource | 
-| Description | String | No | Provides a description of this resource. | 
-| Status | Object | No | The [[documentation:redfish_api:resource#Status|Status]] of this resource | 
-| ServiceEnabled | Boolean | Yes | Indicates whether this service is enabled | 
-| SessionTimeout | Number | No | The number of seconds of inactivity that a session may have before the session service closes the session due to inactivity | 
-| Sessions | Object | No | Link to a collection of [[documentation:redfish_api:session_collection|Sessions]] | 
-| Actions | Object | No | Contains the available custom [[#Actions|Actions]] on this resource | 
-| Oem | Array | No | Collection of [[#OEM extensions|OEM extensions]] | 
- 
-=== Actions === 
- 
-^ Attribute ^ Type ^ Nullable ^ Description ^ 
-| Oem | Object | No | Collection of [[#Action OEM extensions|Action OEM extensions]] containing available custom actions on this resource | 
- 
-== Action OEM extensions == 
- 
-^ Attribute ^ Type ^ Nullable ^ Description ^ 
-| RECS.Box | Object | Yes | Collection of [[#RECS.Box actions|RECS.Box actions]] on this resource (provided by the RECS.Box extension) | 
- 
-== RECS.Box actions == 
- 
-^ Attribute ^ Type ^ Nullable ^ Description ^ 
-|  |  |  |  | 
- 
-=== 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.