GET – Session Service
This resource is used to represent the Session Service Properties ofa Redfish service. It represents the properties for the service itself and has links to the actual list of sessions.
Request
GET https://{{ip}}/redfish/v1/UpdateService/upload
Content-Type: application/json
Response
The response to the request will be in JSON format. The properties are mentioned in the following parameters:
Name | Type | Read- only | Description |
ODataAttributes | Refer to OData Support | ||
Id(M) | String | True | Refer to Resource Type Definitions |
Name(M) | String | True | |
Description | String | True | |
Status | Object | True | Refer to Resource Type Definitions for Resource.Oem. |
ServiceEnabled(C) | Boolean | False | This indicates whether this service is enabled. |
SessionTimeout(C) | Number | False | This is the number of seconds of inactivity that a session may have before the session service closes the session due to inactivity. Minimum Value :30 & Maximum Value: 86400. |
Sessions | Object | True | This property shall contain the link to a collection of Sessions. |
Actions | Object | True | This object will contain the actions for this resource under Oem property if any. |