summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/TelemetryService
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-02-11 22:27:39 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-02-13 22:30:36 +0300
commit09b9d45e5426631ff38a5665c652eb9e76643706 (patch)
tree422a2f07bdbf10b27a19210d2933e62bf0f4dfc5 /static/redfish/v1/JsonSchemas/TelemetryService
parent86a0851afa06adb728c00658bbf8cd8608bd8ff3 (diff)
downloadbmcweb-09b9d45e5426631ff38a5665c652eb9e76643706.tar.xz
Move to 2019.4
Make changes to update_schemas.py needed for the move and run update_schemas.py. To see an overview of 2019.4 see https://www.dmtf.org/sites/default/files/Redfish_Release_2019.4_Overview.pdf Tested: Built bmcweb, loaded on a Witherspoon, and ran the validator. No errors. See new schemas: curl -k https://${bmc}/redfish/v1/JsonSchemas/VCATEntry { "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", "@odata.id": "/redfish/v1/JsonSchemas/VCATEntry", "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile", "Name": "VCATEntry Schema File", "Schema": "#VCATEntry.VCATEntry", Change-Id: I5ae6e3c655e44c82c4457515555bdb934dfb7763 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'static/redfish/v1/JsonSchemas/TelemetryService')
-rw-r--r--static/redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json16
1 files changed, 13 insertions, 3 deletions
diff --git a/static/redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json b/static/redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json
index 783e010b4d..9ed1a61827 100644
--- a/static/redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json
+++ b/static/redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/TelemetryService.v1_1_2.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/TelemetryService.v1_2_0.json",
"$ref": "#/definitions/TelemetryService",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -302,6 +302,16 @@
"description": "The OEM extension property.",
"longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
},
+ "ServiceEnabled": {
+ "description": "An indication of whether this service is enabled.",
+ "longDescription": "This property shall indicate whether this service is enabled.",
+ "readonly": false,
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "versionAdded": "v1_2_0"
+ },
"Status": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
"description": "The status and health of the Resource and its subordinate or dependent Resources.",
@@ -340,6 +350,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2018.3",
- "title": "#TelemetryService.v1_1_2.TelemetryService"
+ "release": "2019.4",
+ "title": "#TelemetryService.v1_2_0.TelemetryService"
} \ No newline at end of file