15ecf7b4eSGunnar Mills{ 25ecf7b4eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/TelemetryService.v1_4_1.json", 35ecf7b4eSGunnar Mills "$ref": "#/definitions/TelemetryService", 45ecf7b4eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 55ecf7b4eSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 65ecf7b4eSGunnar Mills "definitions": { 75ecf7b4eSGunnar Mills "Actions": { 85ecf7b4eSGunnar Mills "additionalProperties": false, 95ecf7b4eSGunnar Mills "description": "The available actions for this resource.", 105ecf7b4eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 115ecf7b4eSGunnar Mills "patternProperties": { 125ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 135ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 145ecf7b4eSGunnar Mills "type": [ 155ecf7b4eSGunnar Mills "array", 165ecf7b4eSGunnar Mills "boolean", 175ecf7b4eSGunnar Mills "integer", 185ecf7b4eSGunnar Mills "number", 195ecf7b4eSGunnar Mills "null", 205ecf7b4eSGunnar Mills "object", 215ecf7b4eSGunnar Mills "string" 225ecf7b4eSGunnar Mills ] 235ecf7b4eSGunnar Mills } 245ecf7b4eSGunnar Mills }, 255ecf7b4eSGunnar Mills "properties": { 265ecf7b4eSGunnar Mills "#TelemetryService.ClearMetricReports": { 275ecf7b4eSGunnar Mills "$ref": "#/definitions/ClearMetricReports" 285ecf7b4eSGunnar Mills }, 295ecf7b4eSGunnar Mills "#TelemetryService.ClearTelemetryData": { 305ecf7b4eSGunnar Mills "$ref": "#/definitions/ClearTelemetryData" 315ecf7b4eSGunnar Mills }, 325ecf7b4eSGunnar Mills "#TelemetryService.CollectTelemetryData": { 335ecf7b4eSGunnar Mills "$ref": "#/definitions/CollectTelemetryData" 345ecf7b4eSGunnar Mills }, 355ecf7b4eSGunnar Mills "#TelemetryService.ResetMetricReportDefinitionsToDefaults": { 365ecf7b4eSGunnar Mills "$ref": "#/definitions/ResetMetricReportDefinitionsToDefaults" 375ecf7b4eSGunnar Mills }, 385ecf7b4eSGunnar Mills "#TelemetryService.ResetTriggersToDefaults": { 395ecf7b4eSGunnar Mills "$ref": "#/definitions/ResetTriggersToDefaults" 405ecf7b4eSGunnar Mills }, 415ecf7b4eSGunnar Mills "#TelemetryService.SubmitTestMetricReport": { 425ecf7b4eSGunnar Mills "$ref": "#/definitions/SubmitTestMetricReport" 435ecf7b4eSGunnar Mills }, 445ecf7b4eSGunnar Mills "Oem": { 455ecf7b4eSGunnar Mills "$ref": "#/definitions/OemActions", 465ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 475ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 485ecf7b4eSGunnar Mills } 495ecf7b4eSGunnar Mills }, 505ecf7b4eSGunnar Mills "type": "object" 515ecf7b4eSGunnar Mills }, 525ecf7b4eSGunnar Mills "ClearMetricReports": { 535ecf7b4eSGunnar Mills "additionalProperties": false, 545ecf7b4eSGunnar Mills "description": "The action to clear the metric reports for this telemetry service.", 555ecf7b4eSGunnar Mills "longDescription": "This action shall delete all entries found in the metric report collection for this telemetry service.", 565ecf7b4eSGunnar Mills "parameters": {}, 575ecf7b4eSGunnar Mills "patternProperties": { 585ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 595ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 605ecf7b4eSGunnar Mills "type": [ 615ecf7b4eSGunnar Mills "array", 625ecf7b4eSGunnar Mills "boolean", 635ecf7b4eSGunnar Mills "integer", 645ecf7b4eSGunnar Mills "number", 655ecf7b4eSGunnar Mills "null", 665ecf7b4eSGunnar Mills "object", 675ecf7b4eSGunnar Mills "string" 685ecf7b4eSGunnar Mills ] 695ecf7b4eSGunnar Mills } 705ecf7b4eSGunnar Mills }, 715ecf7b4eSGunnar Mills "properties": { 725ecf7b4eSGunnar Mills "target": { 735ecf7b4eSGunnar Mills "description": "Link to invoke action", 745ecf7b4eSGunnar Mills "format": "uri-reference", 755ecf7b4eSGunnar Mills "type": "string" 765ecf7b4eSGunnar Mills }, 775ecf7b4eSGunnar Mills "title": { 785ecf7b4eSGunnar Mills "description": "Friendly action name", 795ecf7b4eSGunnar Mills "type": "string" 805ecf7b4eSGunnar Mills } 815ecf7b4eSGunnar Mills }, 825ecf7b4eSGunnar Mills "type": "object", 835ecf7b4eSGunnar Mills "versionAdded": "v1_3_0" 845ecf7b4eSGunnar Mills }, 855ecf7b4eSGunnar Mills "ClearTelemetryData": { 865ecf7b4eSGunnar Mills "additionalProperties": false, 875ecf7b4eSGunnar Mills "description": "The action to clear the telemetry data for this telemetry service.", 885ecf7b4eSGunnar Mills "longDescription": "This action shall delete all entries found in the telemetry data collection for this telemetry service.", 895ecf7b4eSGunnar Mills "parameters": {}, 905ecf7b4eSGunnar Mills "patternProperties": { 915ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 925ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 935ecf7b4eSGunnar Mills "type": [ 945ecf7b4eSGunnar Mills "array", 955ecf7b4eSGunnar Mills "boolean", 965ecf7b4eSGunnar Mills "integer", 975ecf7b4eSGunnar Mills "number", 985ecf7b4eSGunnar Mills "null", 995ecf7b4eSGunnar Mills "object", 1005ecf7b4eSGunnar Mills "string" 1015ecf7b4eSGunnar Mills ] 1025ecf7b4eSGunnar Mills } 1035ecf7b4eSGunnar Mills }, 1045ecf7b4eSGunnar Mills "properties": { 1055ecf7b4eSGunnar Mills "target": { 1065ecf7b4eSGunnar Mills "description": "Link to invoke action", 1075ecf7b4eSGunnar Mills "format": "uri-reference", 1085ecf7b4eSGunnar Mills "type": "string" 1095ecf7b4eSGunnar Mills }, 1105ecf7b4eSGunnar Mills "title": { 1115ecf7b4eSGunnar Mills "description": "Friendly action name", 1125ecf7b4eSGunnar Mills "type": "string" 1135ecf7b4eSGunnar Mills } 1145ecf7b4eSGunnar Mills }, 1155ecf7b4eSGunnar Mills "type": "object", 1165ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 1175ecf7b4eSGunnar Mills }, 1185ecf7b4eSGunnar Mills "CollectTelemetryData": { 1195ecf7b4eSGunnar Mills "actionResponse": { 1205ecf7b4eSGunnar Mills "$ref": "#/definitions/CollectTelemetryDataResponse" 1215ecf7b4eSGunnar Mills }, 1225ecf7b4eSGunnar Mills "additionalProperties": false, 1235ecf7b4eSGunnar Mills "description": "The action to collect the telemetry data from a device or service. When the telemetry data is collected, a new telemetry data resource will be created.", 1245ecf7b4eSGunnar Mills "longDescription": "This action shall collect the telemetry data from a device or service. The `Location` header in the response shall contain a URI to a resource of type `TelemetryData` that contains the telemetry data. The `AdditionalDataURI` property in the referenced `TelemetryData` resource shall contain the URI to download the telemetry data.", 1255ecf7b4eSGunnar Mills "parameters": { 1265ecf7b4eSGunnar Mills "OEMTelemetryDataType": { 1275ecf7b4eSGunnar Mills "description": "The OEM-defined type of telemetry data to collect.", 1285ecf7b4eSGunnar Mills "longDescription": "This parameter shall contain the OEM-defined type of telemetry data to collect. This parameter shall be required if `TelemetryDataType` is `OEM`.", 1295ecf7b4eSGunnar Mills "type": "string" 1305ecf7b4eSGunnar Mills }, 1315ecf7b4eSGunnar Mills "TargetDevices": { 1325ecf7b4eSGunnar Mills "description": "An array of devices from which to collect telemetry data.", 1335ecf7b4eSGunnar Mills "items": { 1345ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 1355ecf7b4eSGunnar Mills }, 1365ecf7b4eSGunnar Mills "longDescription": "This parameter shall contain an array of devices from which to collect telemetry data.", 1375ecf7b4eSGunnar Mills "type": "array" 1385ecf7b4eSGunnar Mills }, 1395ecf7b4eSGunnar Mills "TelemetryDataType": { 1405ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TelemetryData.json#/definitions/TelemetryDataTypes", 1415ecf7b4eSGunnar Mills "description": "The type of telemetry data to collect.", 1425ecf7b4eSGunnar Mills "longDescription": "This parameter shall contain the type of telemetry data to collect.", 1435ecf7b4eSGunnar Mills "requiredParameter": true 1445ecf7b4eSGunnar Mills } 1455ecf7b4eSGunnar Mills }, 1465ecf7b4eSGunnar Mills "patternProperties": { 1475ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1485ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1495ecf7b4eSGunnar Mills "type": [ 1505ecf7b4eSGunnar Mills "array", 1515ecf7b4eSGunnar Mills "boolean", 1525ecf7b4eSGunnar Mills "integer", 1535ecf7b4eSGunnar Mills "number", 1545ecf7b4eSGunnar Mills "null", 1555ecf7b4eSGunnar Mills "object", 1565ecf7b4eSGunnar Mills "string" 1575ecf7b4eSGunnar Mills ] 1585ecf7b4eSGunnar Mills } 1595ecf7b4eSGunnar Mills }, 1605ecf7b4eSGunnar Mills "properties": { 1615ecf7b4eSGunnar Mills "target": { 1625ecf7b4eSGunnar Mills "description": "Link to invoke action", 1635ecf7b4eSGunnar Mills "format": "uri-reference", 1645ecf7b4eSGunnar Mills "type": "string" 1655ecf7b4eSGunnar Mills }, 1665ecf7b4eSGunnar Mills "title": { 1675ecf7b4eSGunnar Mills "description": "Friendly action name", 1685ecf7b4eSGunnar Mills "type": "string" 1695ecf7b4eSGunnar Mills } 1705ecf7b4eSGunnar Mills }, 1715ecf7b4eSGunnar Mills "type": "object", 1725ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 1735ecf7b4eSGunnar Mills }, 1745ecf7b4eSGunnar Mills "CollectTelemetryDataResponse": { 1755ecf7b4eSGunnar Mills "additionalProperties": false, 1765ecf7b4eSGunnar Mills "description": "The response body for the `CollectTelemetryData` action.", 1775ecf7b4eSGunnar Mills "longDescription": "This type shall contain the properties found in the response body for the `CollectTelemetryData` action.", 1785ecf7b4eSGunnar Mills "patternProperties": { 1795ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1805ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1815ecf7b4eSGunnar Mills "type": [ 1825ecf7b4eSGunnar Mills "array", 1835ecf7b4eSGunnar Mills "boolean", 1845ecf7b4eSGunnar Mills "integer", 1855ecf7b4eSGunnar Mills "number", 1865ecf7b4eSGunnar Mills "null", 1875ecf7b4eSGunnar Mills "object", 1885ecf7b4eSGunnar Mills "string" 1895ecf7b4eSGunnar Mills ] 1905ecf7b4eSGunnar Mills } 1915ecf7b4eSGunnar Mills }, 1925ecf7b4eSGunnar Mills "properties": { 1935ecf7b4eSGunnar Mills "TelemetryData": { 1945ecf7b4eSGunnar Mills "description": "An array of links to the collected telemetry data.", 1955ecf7b4eSGunnar Mills "items": { 1965ecf7b4eSGunnar Mills "type": "string" 1975ecf7b4eSGunnar Mills }, 1985ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `TelemetryData` that represent the collected telemetry data.", 1995ecf7b4eSGunnar Mills "readonly": true, 2005ecf7b4eSGunnar Mills "type": "array", 2015ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 2025ecf7b4eSGunnar Mills } 2035ecf7b4eSGunnar Mills }, 2045ecf7b4eSGunnar Mills "required": [ 2055ecf7b4eSGunnar Mills "TelemetryData" 2065ecf7b4eSGunnar Mills ], 2075ecf7b4eSGunnar Mills "type": "object" 2085ecf7b4eSGunnar Mills }, 2095ecf7b4eSGunnar Mills "CollectionFunction": { 2105ecf7b4eSGunnar Mills "description": "An operation to perform over the sample.", 2115ecf7b4eSGunnar Mills "enum": [ 2125ecf7b4eSGunnar Mills "Average", 2135ecf7b4eSGunnar Mills "Maximum", 2145ecf7b4eSGunnar Mills "Minimum", 2155ecf7b4eSGunnar Mills "Summation" 2165ecf7b4eSGunnar Mills ], 2175ecf7b4eSGunnar Mills "enumDescriptions": { 2185ecf7b4eSGunnar Mills "Average": "An averaging function.", 2195ecf7b4eSGunnar Mills "Maximum": "A maximum function.", 2205ecf7b4eSGunnar Mills "Minimum": "A minimum function.", 2215ecf7b4eSGunnar Mills "Summation": "A summation function." 2225ecf7b4eSGunnar Mills }, 2235ecf7b4eSGunnar Mills "longDescription": "If present, the metric value shall be computed according to this function.", 2245ecf7b4eSGunnar Mills "type": "string" 2255ecf7b4eSGunnar Mills }, 2265ecf7b4eSGunnar Mills "MetricValue": { 2275ecf7b4eSGunnar Mills "additionalProperties": false, 2285ecf7b4eSGunnar Mills "description": "Properties that capture a metric value and other associated information.", 2295ecf7b4eSGunnar Mills "longDescription": "This type shall contain properties that capture a metric value and other associated information.", 2305ecf7b4eSGunnar Mills "patternProperties": { 2315ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 2325ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 2335ecf7b4eSGunnar Mills "type": [ 2345ecf7b4eSGunnar Mills "array", 2355ecf7b4eSGunnar Mills "boolean", 2365ecf7b4eSGunnar Mills "integer", 2375ecf7b4eSGunnar Mills "number", 2385ecf7b4eSGunnar Mills "null", 2395ecf7b4eSGunnar Mills "object", 2405ecf7b4eSGunnar Mills "string" 2415ecf7b4eSGunnar Mills ] 2425ecf7b4eSGunnar Mills } 2435ecf7b4eSGunnar Mills }, 2445ecf7b4eSGunnar Mills "properties": { 2455ecf7b4eSGunnar Mills "MetricDefinition": { 2465ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MetricDefinition.json#/definitions/MetricDefinition", 2475ecf7b4eSGunnar Mills "description": "The link to the metric definition for this metric.", 2485ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `MetricDefinition` that describes what this metric value captures.", 2495ecf7b4eSGunnar Mills "readonly": true, 2505ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 2515ecf7b4eSGunnar Mills }, 2525ecf7b4eSGunnar Mills "MetricId": { 2535ecf7b4eSGunnar Mills "description": "The metric definitions identifier for this metric.", 2545ecf7b4eSGunnar Mills "longDescription": "This property shall contain the same value as the `Id` property of the source metric within the associated metric definition.", 2555ecf7b4eSGunnar Mills "readonly": true, 2565ecf7b4eSGunnar Mills "type": [ 2575ecf7b4eSGunnar Mills "string", 2585ecf7b4eSGunnar Mills "null" 2595ecf7b4eSGunnar Mills ], 2605ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 2615ecf7b4eSGunnar Mills }, 2625ecf7b4eSGunnar Mills "MetricProperty": { 2635ecf7b4eSGunnar Mills "description": "The URI for the property from which this metric is derived.", 2645ecf7b4eSGunnar Mills "format": "uri-reference", 2655ecf7b4eSGunnar Mills "longDescription": "The value shall be the URI to the property following the JSON fragment notation, as defined by RFC6901, to identify an individual property in a Redfish resource.", 2665ecf7b4eSGunnar Mills "readonly": true, 2675ecf7b4eSGunnar Mills "type": [ 2685ecf7b4eSGunnar Mills "string", 2695ecf7b4eSGunnar Mills "null" 2705ecf7b4eSGunnar Mills ], 2715ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 2725ecf7b4eSGunnar Mills }, 2735ecf7b4eSGunnar Mills "MetricValue": { 2745ecf7b4eSGunnar Mills "description": "The metric value, as a string.", 2755ecf7b4eSGunnar Mills "longDescription": "This property shall contain the metric value, as a string.", 2765ecf7b4eSGunnar Mills "readonly": true, 2775ecf7b4eSGunnar Mills "type": [ 2785ecf7b4eSGunnar Mills "string", 2795ecf7b4eSGunnar Mills "null" 2805ecf7b4eSGunnar Mills ], 2815ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 2825ecf7b4eSGunnar Mills }, 2835ecf7b4eSGunnar Mills "Timestamp": { 2845ecf7b4eSGunnar Mills "description": "The date and time when the metric is obtained. A management application can establish a time series of metric data by retrieving the instances of metric value and sorting them according to their timestamp.", 2855ecf7b4eSGunnar Mills "format": "date-time", 2865ecf7b4eSGunnar Mills "longDescription": "The value shall time when the metric value was obtained. Note that this value may be different from the time when this instance is created.", 2875ecf7b4eSGunnar Mills "readonly": true, 2885ecf7b4eSGunnar Mills "type": [ 2895ecf7b4eSGunnar Mills "string", 2905ecf7b4eSGunnar Mills "null" 2915ecf7b4eSGunnar Mills ], 2925ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 2935ecf7b4eSGunnar Mills } 2945ecf7b4eSGunnar Mills }, 2955ecf7b4eSGunnar Mills "type": "object" 2965ecf7b4eSGunnar Mills }, 2975ecf7b4eSGunnar Mills "OemActions": { 2985ecf7b4eSGunnar Mills "additionalProperties": true, 2995ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 3005ecf7b4eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 3015ecf7b4eSGunnar Mills "patternProperties": { 3025ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 3035ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 3045ecf7b4eSGunnar Mills "type": [ 3055ecf7b4eSGunnar Mills "array", 3065ecf7b4eSGunnar Mills "boolean", 3075ecf7b4eSGunnar Mills "integer", 3085ecf7b4eSGunnar Mills "number", 3095ecf7b4eSGunnar Mills "null", 3105ecf7b4eSGunnar Mills "object", 3115ecf7b4eSGunnar Mills "string" 3125ecf7b4eSGunnar Mills ] 3135ecf7b4eSGunnar Mills } 3145ecf7b4eSGunnar Mills }, 3155ecf7b4eSGunnar Mills "properties": {}, 3165ecf7b4eSGunnar Mills "type": "object" 3175ecf7b4eSGunnar Mills }, 3185ecf7b4eSGunnar Mills "ResetMetricReportDefinitionsToDefaults": { 3195ecf7b4eSGunnar Mills "additionalProperties": false, 3205ecf7b4eSGunnar Mills "description": "The action to reset the metric report definitions to factory defaults.", 3215ecf7b4eSGunnar Mills "longDescription": "This action shall reset all entries found in the metric report definition collection to factory defaults. This action may delete members of the metric report definition collection.", 3225ecf7b4eSGunnar Mills "parameters": {}, 3235ecf7b4eSGunnar Mills "patternProperties": { 3245ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 3255ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 3265ecf7b4eSGunnar Mills "type": [ 3275ecf7b4eSGunnar Mills "array", 3285ecf7b4eSGunnar Mills "boolean", 3295ecf7b4eSGunnar Mills "integer", 3305ecf7b4eSGunnar Mills "number", 3315ecf7b4eSGunnar Mills "null", 3325ecf7b4eSGunnar Mills "object", 3335ecf7b4eSGunnar Mills "string" 3345ecf7b4eSGunnar Mills ] 3355ecf7b4eSGunnar Mills } 3365ecf7b4eSGunnar Mills }, 3375ecf7b4eSGunnar Mills "properties": { 3385ecf7b4eSGunnar Mills "target": { 3395ecf7b4eSGunnar Mills "description": "Link to invoke action", 3405ecf7b4eSGunnar Mills "format": "uri-reference", 3415ecf7b4eSGunnar Mills "type": "string" 3425ecf7b4eSGunnar Mills }, 3435ecf7b4eSGunnar Mills "title": { 3445ecf7b4eSGunnar Mills "description": "Friendly action name", 3455ecf7b4eSGunnar Mills "type": "string" 3465ecf7b4eSGunnar Mills } 3475ecf7b4eSGunnar Mills }, 3485ecf7b4eSGunnar Mills "type": "object", 3495ecf7b4eSGunnar Mills "versionAdded": "v1_3_0" 3505ecf7b4eSGunnar Mills }, 3515ecf7b4eSGunnar Mills "ResetTriggersToDefaults": { 3525ecf7b4eSGunnar Mills "additionalProperties": false, 3535ecf7b4eSGunnar Mills "description": "The action to reset the triggers to factory defaults.", 3545ecf7b4eSGunnar Mills "longDescription": "This action shall reset all entries found in the triggers collection to factory defaults. This action may delete members of the triggers collection.", 3555ecf7b4eSGunnar Mills "parameters": {}, 3565ecf7b4eSGunnar Mills "patternProperties": { 3575ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 3585ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 3595ecf7b4eSGunnar Mills "type": [ 3605ecf7b4eSGunnar Mills "array", 3615ecf7b4eSGunnar Mills "boolean", 3625ecf7b4eSGunnar Mills "integer", 3635ecf7b4eSGunnar Mills "number", 3645ecf7b4eSGunnar Mills "null", 3655ecf7b4eSGunnar Mills "object", 3665ecf7b4eSGunnar Mills "string" 3675ecf7b4eSGunnar Mills ] 3685ecf7b4eSGunnar Mills } 3695ecf7b4eSGunnar Mills }, 3705ecf7b4eSGunnar Mills "properties": { 3715ecf7b4eSGunnar Mills "target": { 3725ecf7b4eSGunnar Mills "description": "Link to invoke action", 3735ecf7b4eSGunnar Mills "format": "uri-reference", 3745ecf7b4eSGunnar Mills "type": "string" 3755ecf7b4eSGunnar Mills }, 3765ecf7b4eSGunnar Mills "title": { 3775ecf7b4eSGunnar Mills "description": "Friendly action name", 3785ecf7b4eSGunnar Mills "type": "string" 3795ecf7b4eSGunnar Mills } 3805ecf7b4eSGunnar Mills }, 3815ecf7b4eSGunnar Mills "type": "object", 3825ecf7b4eSGunnar Mills "versionAdded": "v1_3_0" 3835ecf7b4eSGunnar Mills }, 3845ecf7b4eSGunnar Mills "SubmitTestMetricReport": { 3855ecf7b4eSGunnar Mills "additionalProperties": false, 3865ecf7b4eSGunnar Mills "description": "This action generates a metric report.", 3875ecf7b4eSGunnar Mills "longDescription": "This action shall cause the event service to immediately generate the metric report as an alert event. Then, this message should be sent to any appropriate event destinations.", 3885ecf7b4eSGunnar Mills "parameters": { 3895ecf7b4eSGunnar Mills "GeneratedMetricReportValues": { 3905ecf7b4eSGunnar Mills "description": "The contents of the `MetricReportValues` in the generated metric report.", 3915ecf7b4eSGunnar Mills "items": { 3925ecf7b4eSGunnar Mills "$ref": "#/definitions/MetricValue" 3935ecf7b4eSGunnar Mills }, 3945ecf7b4eSGunnar Mills "longDescription": "This parameter shall contain the contents of the `MetricReportValues` array property in the generated metric report.", 3955ecf7b4eSGunnar Mills "requiredParameter": true, 3965ecf7b4eSGunnar Mills "type": "array", 3975ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 3985ecf7b4eSGunnar Mills }, 3995ecf7b4eSGunnar Mills "MetricReportName": { 4005ecf7b4eSGunnar Mills "description": "The name of the metric report in generated metric report.", 4015ecf7b4eSGunnar Mills "longDescription": "This parameter shall contain the name of the generated metric report.", 4025ecf7b4eSGunnar Mills "requiredParameter": true, 4035ecf7b4eSGunnar Mills "type": "string" 4045ecf7b4eSGunnar Mills }, 4055ecf7b4eSGunnar Mills "MetricReportValues": { 4065ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in favor of using the property `GeneratedMetricReportValues`.", 4075ecf7b4eSGunnar Mills "description": "The contents of the `MetricReportValues` array in the generated metric report.", 4085ecf7b4eSGunnar Mills "longDescription": "This parameter shall contain the contents of the `MetricReportValues` array property in the generated metric report.", 4095ecf7b4eSGunnar Mills "type": "string", 4105ecf7b4eSGunnar Mills "versionDeprecated": "v1_1_0" 4115ecf7b4eSGunnar Mills } 4125ecf7b4eSGunnar Mills }, 4135ecf7b4eSGunnar Mills "patternProperties": { 4145ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 4155ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 4165ecf7b4eSGunnar Mills "type": [ 4175ecf7b4eSGunnar Mills "array", 4185ecf7b4eSGunnar Mills "boolean", 4195ecf7b4eSGunnar Mills "integer", 4205ecf7b4eSGunnar Mills "number", 4215ecf7b4eSGunnar Mills "null", 4225ecf7b4eSGunnar Mills "object", 4235ecf7b4eSGunnar Mills "string" 4245ecf7b4eSGunnar Mills ] 4255ecf7b4eSGunnar Mills } 4265ecf7b4eSGunnar Mills }, 4275ecf7b4eSGunnar Mills "properties": { 4285ecf7b4eSGunnar Mills "target": { 4295ecf7b4eSGunnar Mills "description": "Link to invoke action", 4305ecf7b4eSGunnar Mills "format": "uri-reference", 4315ecf7b4eSGunnar Mills "type": "string" 4325ecf7b4eSGunnar Mills }, 4335ecf7b4eSGunnar Mills "title": { 4345ecf7b4eSGunnar Mills "description": "Friendly action name", 4355ecf7b4eSGunnar Mills "type": "string" 4365ecf7b4eSGunnar Mills } 4375ecf7b4eSGunnar Mills }, 4385ecf7b4eSGunnar Mills "type": "object" 4395ecf7b4eSGunnar Mills }, 4405ecf7b4eSGunnar Mills "TelemetryService": { 4415ecf7b4eSGunnar Mills "additionalProperties": false, 4425ecf7b4eSGunnar Mills "description": "The `TelemetryService` schema describes a telemetry service. The telemetry service is used for collecting and reporting metric data within the Redfish service.", 4435ecf7b4eSGunnar Mills "longDescription": "This resource contains a telemetry service for a Redfish implementation.", 4445ecf7b4eSGunnar Mills "patternProperties": { 4455ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 4465ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 4475ecf7b4eSGunnar Mills "type": [ 4485ecf7b4eSGunnar Mills "array", 4495ecf7b4eSGunnar Mills "boolean", 4505ecf7b4eSGunnar Mills "integer", 4515ecf7b4eSGunnar Mills "number", 4525ecf7b4eSGunnar Mills "null", 4535ecf7b4eSGunnar Mills "object", 4545ecf7b4eSGunnar Mills "string" 4555ecf7b4eSGunnar Mills ] 4565ecf7b4eSGunnar Mills } 4575ecf7b4eSGunnar Mills }, 4585ecf7b4eSGunnar Mills "properties": { 4595ecf7b4eSGunnar Mills "@odata.context": { 4605ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 4615ecf7b4eSGunnar Mills }, 4625ecf7b4eSGunnar Mills "@odata.etag": { 4635ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 4645ecf7b4eSGunnar Mills }, 4655ecf7b4eSGunnar Mills "@odata.id": { 4665ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 4675ecf7b4eSGunnar Mills }, 4685ecf7b4eSGunnar Mills "@odata.type": { 4695ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 4705ecf7b4eSGunnar Mills }, 4715ecf7b4eSGunnar Mills "Actions": { 4725ecf7b4eSGunnar Mills "$ref": "#/definitions/Actions", 4735ecf7b4eSGunnar Mills "description": "The available actions for this resource.", 4745ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 4755ecf7b4eSGunnar Mills }, 4765ecf7b4eSGunnar Mills "Description": { 4775ecf7b4eSGunnar Mills "anyOf": [ 4785ecf7b4eSGunnar Mills { 4795ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 4805ecf7b4eSGunnar Mills }, 4815ecf7b4eSGunnar Mills { 4825ecf7b4eSGunnar Mills "type": "null" 4835ecf7b4eSGunnar Mills } 4845ecf7b4eSGunnar Mills ], 4855ecf7b4eSGunnar Mills "readonly": true 4865ecf7b4eSGunnar Mills }, 4875ecf7b4eSGunnar Mills "Id": { 4885ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 4895ecf7b4eSGunnar Mills "readonly": true 4905ecf7b4eSGunnar Mills }, 4915ecf7b4eSGunnar Mills "LogService": { 4925ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.json#/definitions/LogService", 4935ecf7b4eSGunnar Mills "description": "The link to a log service that the telemetry service uses. This service can be a dedicated log service or a pointer to a log service under another resource, such as a manager.", 4945ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `LogService` that this telemetry service uses.", 4955ecf7b4eSGunnar Mills "readonly": true 4965ecf7b4eSGunnar Mills }, 4975ecf7b4eSGunnar Mills "MaxReports": { 4985ecf7b4eSGunnar Mills "description": "The maximum number of metric reports that this service supports.", 4995ecf7b4eSGunnar Mills "longDescription": "This property shall contain the maximum number of metric reports that this service supports.", 5005ecf7b4eSGunnar Mills "readonly": true, 5015ecf7b4eSGunnar Mills "type": [ 5025ecf7b4eSGunnar Mills "integer", 5035ecf7b4eSGunnar Mills "null" 5045ecf7b4eSGunnar Mills ] 5055ecf7b4eSGunnar Mills }, 5065ecf7b4eSGunnar Mills "MetricDefinitions": { 5075ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MetricDefinitionCollection.json#/definitions/MetricDefinitionCollection", 5085ecf7b4eSGunnar Mills "description": "The link to the collection of metric definitions.", 5095ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `MetricDefinitionCollection`.", 5105ecf7b4eSGunnar Mills "readonly": true 5115ecf7b4eSGunnar Mills }, 5125ecf7b4eSGunnar Mills "MetricReportDefinitions": { 5135ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MetricReportDefinitionCollection.json#/definitions/MetricReportDefinitionCollection", 5145ecf7b4eSGunnar Mills "description": "The link to the collection of metric report definitions.", 5155ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `MetricReportDefinitionCollection`.", 5165ecf7b4eSGunnar Mills "readonly": true 5175ecf7b4eSGunnar Mills }, 5185ecf7b4eSGunnar Mills "MetricReports": { 5195ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MetricReportCollection.json#/definitions/MetricReportCollection", 5205ecf7b4eSGunnar Mills "description": "The link to the collection of metric reports.", 5215ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `MetricReportCollection`.", 5225ecf7b4eSGunnar Mills "readonly": true 5235ecf7b4eSGunnar Mills }, 5245ecf7b4eSGunnar Mills "MinCollectionInterval": { 5255ecf7b4eSGunnar Mills "description": "The minimum time interval between gathering metric data that this service allows.", 5265ecf7b4eSGunnar Mills "longDescription": "This property shall contain the minimum time interval between gathering metric data that this service allows.", 5275ecf7b4eSGunnar Mills "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$", 5285ecf7b4eSGunnar Mills "readonly": true, 5295ecf7b4eSGunnar Mills "type": [ 5305ecf7b4eSGunnar Mills "string", 5315ecf7b4eSGunnar Mills "null" 5325ecf7b4eSGunnar Mills ] 5335ecf7b4eSGunnar Mills }, 5345ecf7b4eSGunnar Mills "Name": { 5355ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 5365ecf7b4eSGunnar Mills "readonly": true 5375ecf7b4eSGunnar Mills }, 5385ecf7b4eSGunnar Mills "Oem": { 5395ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 5405ecf7b4eSGunnar Mills "description": "The OEM extension property.", 5415ecf7b4eSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 5425ecf7b4eSGunnar Mills }, 5435ecf7b4eSGunnar Mills "ServiceEnabled": { 5445ecf7b4eSGunnar Mills "description": "An indication of whether this service is enabled.", 5455ecf7b4eSGunnar Mills "longDescription": "This property shall indicate whether this service is enabled.", 5465ecf7b4eSGunnar Mills "readonly": false, 5475ecf7b4eSGunnar Mills "type": [ 5485ecf7b4eSGunnar Mills "boolean", 5495ecf7b4eSGunnar Mills "null" 5505ecf7b4eSGunnar Mills ], 5515ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 5525ecf7b4eSGunnar Mills }, 5535ecf7b4eSGunnar Mills "Status": { 5545ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 5555ecf7b4eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 5565ecf7b4eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 5575ecf7b4eSGunnar Mills }, 5585ecf7b4eSGunnar Mills "SupportedCollectionFunctions": { 5595ecf7b4eSGunnar Mills "description": "The functions that can be performed over each metric.", 5605ecf7b4eSGunnar Mills "items": { 5615ecf7b4eSGunnar Mills "anyOf": [ 5625ecf7b4eSGunnar Mills { 5635ecf7b4eSGunnar Mills "$ref": "#/definitions/CollectionFunction" 5645ecf7b4eSGunnar Mills }, 5655ecf7b4eSGunnar Mills { 5665ecf7b4eSGunnar Mills "type": "null" 5675ecf7b4eSGunnar Mills } 5685ecf7b4eSGunnar Mills ] 5695ecf7b4eSGunnar Mills }, 5705ecf7b4eSGunnar Mills "longDescription": "This property shall contain the function to apply over the collection duration.", 5715ecf7b4eSGunnar Mills "readonly": true, 5725ecf7b4eSGunnar Mills "type": "array" 5735ecf7b4eSGunnar Mills }, 5745ecf7b4eSGunnar Mills "SupportedOEMTelemetryDataTypes": { 5755ecf7b4eSGunnar Mills "description": "A list of supported OEM-defined telemetry data types.", 5765ecf7b4eSGunnar Mills "items": { 5775ecf7b4eSGunnar Mills "type": [ 5785ecf7b4eSGunnar Mills "string", 5795ecf7b4eSGunnar Mills "null" 5805ecf7b4eSGunnar Mills ] 5815ecf7b4eSGunnar Mills }, 5825ecf7b4eSGunnar Mills "longDescription": "This property shall contain a list of supported OEM-defined telemetry data types.", 5835ecf7b4eSGunnar Mills "readonly": true, 5845ecf7b4eSGunnar Mills "type": "array", 5855ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 5865ecf7b4eSGunnar Mills }, 5875ecf7b4eSGunnar Mills "SupportedTelemetryDataTypes": { 5885ecf7b4eSGunnar Mills "description": "A list of supported telemetry data types.", 5895ecf7b4eSGunnar Mills "items": { 5905ecf7b4eSGunnar Mills "anyOf": [ 5915ecf7b4eSGunnar Mills { 5925ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TelemetryData.json#/definitions/TelemetryDataTypes" 5935ecf7b4eSGunnar Mills }, 5945ecf7b4eSGunnar Mills { 5955ecf7b4eSGunnar Mills "type": "null" 5965ecf7b4eSGunnar Mills } 5975ecf7b4eSGunnar Mills ] 5985ecf7b4eSGunnar Mills }, 5995ecf7b4eSGunnar Mills "longDescription": "This property shall contain a list of supported telemetry data types.", 6005ecf7b4eSGunnar Mills "readonly": true, 6015ecf7b4eSGunnar Mills "type": "array", 6025ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 6035ecf7b4eSGunnar Mills }, 6045ecf7b4eSGunnar Mills "TelemetryData": { 6055ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TelemetryDataCollection.json#/definitions/TelemetryDataCollection", 6065ecf7b4eSGunnar Mills "description": "The link to the collection of data telemetry.", 6075ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `TelemetryDataCollection`.", 6085ecf7b4eSGunnar Mills "readonly": true, 6095ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 6105ecf7b4eSGunnar Mills }, 6115ecf7b4eSGunnar Mills "Triggers": { 6125ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TriggersCollection.json#/definitions/TriggersCollection", 6135ecf7b4eSGunnar Mills "description": "The link to the collection of triggers that apply to metrics.", 6145ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `TriggersCollection`.", 6155ecf7b4eSGunnar Mills "readonly": true 6165ecf7b4eSGunnar Mills } 6175ecf7b4eSGunnar Mills }, 6185ecf7b4eSGunnar Mills "required": [ 6195ecf7b4eSGunnar Mills "@odata.id", 6205ecf7b4eSGunnar Mills "@odata.type", 6215ecf7b4eSGunnar Mills "Id", 6225ecf7b4eSGunnar Mills "Name" 6235ecf7b4eSGunnar Mills ], 6245ecf7b4eSGunnar Mills "type": "object" 6255ecf7b4eSGunnar Mills } 6265ecf7b4eSGunnar Mills }, 6275ecf7b4eSGunnar Mills "language": "en", 6285ecf7b4eSGunnar Mills "owningEntity": "DMTF", 6295ecf7b4eSGunnar Mills "release": "2025.2", 6305ecf7b4eSGunnar Mills "title": "#TelemetryService.v1_4_1.TelemetryService" 6315ecf7b4eSGunnar Mills}