alexandria/alexandria/model/redfish/0.96/SessionService.0.96.0.json

63 lines
2.8 KiB
JSON

{
"$schema": "http://schemas.dmtf.org/redfish/v1/redfish-schema.0.96.0",
"title": "SessionService.0.96.0",
"type": "object",
"additionalProperties": false,
"properties": {
"@odata.context": {
"$ref": "odata.4.0.0.json#context"
},
"@odata.id": {
"$ref": "odata.4.0.0.json#id"
},
"@odata.type": {
"$ref": "odata.4.0.0.json#type"
},
"Oem": {
"$ref": "Resource.0.96.0.json#Oem",
"description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.",
"longDescription": "The value of this string shall be of the format for the reserved word *Oem*."
},
"Id": {
"$ref": "Resource.0.96.0.json#Id"
},
"Description": {
"$ref": "Resource.0.96.0.json#Description"
},
"Name": {
"$ref": "Resource.0.96.0.json#Name"
},
"SessionTimeout": {
"type": "integer",
"readonly": false,
"description": "This is the number of seconds of inactivity that a session may have before the session service closes the session due to inactivity.",
"longDescription": "This property shall reference the threshold of time in seconds between requests on a specific session at which point the session service shall close the session due to inactivity."
},
"Links": {
"type": "object",
"additionalProperties": false,
"properties": {
"Oem": {
"$ref": "Resource.0.96.0.json#Oem",
"description": "Oem extension object.",
"longDescription": "This object represents the Oem property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."
},
"Sessions": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
},
"readonly": true,
"description": "Link to a collection of Sessions",
"longDescription": "This property shall contain the link to a collection of Sessions."
}
},
"description": "The links object contains the links to other resources that are related to this resource."
}
},
"description": "This is the schema definition for the Session Service. It represents the properties for the service itself and has links to the actual list of sessions.",
"longDescription": "This resource shall be used to represent the Session Service Properties for a Redfish implementation."
}