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

120 lines
5.3 KiB
JSON

{
"$schema": "http://schemas.dmtf.org/redfish/v1/redfish-schema.0.96.0",
"title": "LogService.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"
},
"MaxNumberOfRecords": {
"type": "integer",
"readonly": true,
"description": "The maximum number of log entries this service can have.",
"longDescription": "The value of this property shall be the maximum numbers of LogEntry resources in the Entries collection for this service."
},
"OverWritePolicy": {
"type": "string",
"enum": [
"Unknown",
"WrapsWhenFull",
"NeverOverWrites"
],
"enumDescriptions": {
"Unknown": "The overwrite policy is not known or is undefined",
"WrapsWhenFull": "When full, new entries to the Log will overwrite previous entries",
"NeverOverWrites": "When full, new entries to the Log will be discarded"
},
"readonly": true,
"description": "The overwrite policy for this service that takes place when the log is full.",
"longDescription": "The value of this property shall indicate the policy of the log service when the MaxNumberOfRecords has been reached. Unknown indicates the log overwrite policy is unknown. WrapsWhenFull indicates that the log overwrites its entries with new entries when the log has reached its maximum capacity. NeverOverwrites indicates that the log never overwrites its entries by the new entries and ceases logging when the limit has been reached."
},
"DateTime": {
"type": [
"string",
"null"
],
"readonly": false,
"description": "The current DateTime (with offset) for the log service, used to set or read time.",
"longDescription": "The value of this property shall represent the current DateTime value that the log service is using, with offset from UTC, in Redfish Timestamp format."
},
"DateTimeLocalOffset": {
"type": [
"string",
"null"
],
"readonly": false,
"description": "The time offset from UTC that the DateTime property is set to in format: +06:00 .",
"longDescription": "The value is property shall represent the offset from UTC time that the current value of DataTime property contains.",
"pattern": "([-+][0-1][0-9]:[0-5][0-9])"
},
"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."
},
"Entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
}
},
"readonly": true,
"description": "References to the log entry collection.",
"longDescription": "The value of this property shall reference a collection of LogEntry resources."
}
},
"readonly": true,
"description": "The links object contains the links to other resources that are related to this resource."
},
"Actions": {
"type": "object",
"additionalProperties": false,
"properties": {
"Oem": {
"type": "object",
"additionalProperties": false,
"properties": {
}
}
},
"readonly": true,
"description": "The Actions object contains the available custom actions on this resource."
},
"Status": {
"$ref": "Resource.0.96.0.json#Status"
}
},
"description": "This resource represents the log service for the resource or service to which it is associated.",
"longDescription": "This resource shall be used to represent a log service for a Redfish implementation."
}