summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/Triggers/Triggers.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/redfish/v1/JsonSchemas/Triggers/Triggers.json')
-rw-r--r--static/redfish/v1/JsonSchemas/Triggers/Triggers.json292
1 files changed, 158 insertions, 134 deletions
diff --git a/static/redfish/v1/JsonSchemas/Triggers/Triggers.json b/static/redfish/v1/JsonSchemas/Triggers/Triggers.json
index 69fcecd358..595f22560b 100644
--- a/static/redfish/v1/JsonSchemas/Triggers/Triggers.json
+++ b/static/redfish/v1/JsonSchemas/Triggers/Triggers.json
@@ -1,15 +1,15 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/Triggers.v1_0_1.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/Triggers.v1_1_1.json",
"$ref": "#/definitions/Triggers",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
- "copyright": "Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
+ "copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
"definitions": {
"Actions": {
"additionalProperties": false,
- "description": "The available actions for this resource.",
- "longDescription": "This type shall contain the available actions for this resource.",
+ "description": "The available actions for this Resource.",
+ "longDescription": "This type shall contain the available actions for this Resource.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -25,23 +25,23 @@
"properties": {
"Oem": {
"$ref": "#/definitions/OemActions",
- "description": "This property contains the available OEM specific actions for this resource.",
- "longDescription": "This property shall contain any additional OEM actions for this resource."
+ "description": "The available OEM-specific actions for this Resource.",
+ "longDescription": "This property shall contain the available OEM-specific actions for this Resource."
}
},
"type": "object"
},
"DirectionOfCrossingEnum": {
- "description": "The direction of crossing which corresponds to a trigger.",
+ "description": "The direction of crossing that corresponds to a trigger.",
"enum": [
"Increasing",
"Decreasing"
],
"enumDescriptions": {
- "Decreasing": "A trigger occurs when the metric value crosses the trigger value while decreasing.",
- "Increasing": "A trigger occurs when the metric value crosses the trigger value while increasing."
+ "Decreasing": "A trigger is met when the metric value crosses the trigger value while decreasing.",
+ "Increasing": "A trigger condition is met when the metric value crosses the trigger value while increasing."
},
- "longDescription": "The value shall indicate the direction of crossing which corresponds to a trigger.",
+ "longDescription": "The value shall indicate the direction of crossing that corresponds to a trigger.",
"type": "string"
},
"DiscreteTrigger": {
@@ -49,7 +49,7 @@
"description": "The characteristics of the discrete trigger.",
"longDescription": "This object shall contain the characteristics of the discrete trigger.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -64,8 +64,8 @@
},
"properties": {
"DwellTime": {
- "description": "This time the trigger occurance persists before a trigger event has occurred.",
- "longDescription": "This property shall contain the time that a trigger occurance persists before the MetricAction is performed.",
+ "description": "The amount of time that a trigger event persists before the metric action is performed.",
+ "longDescription": "This property shall contain the amount of time that a trigger event persists before the MetricAction is performed.",
"pattern": "-?P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?",
"readonly": false,
"type": [
@@ -91,13 +91,13 @@
"type": "null"
}
],
- "description": "This property contains the value of the Severity property in the Event message.",
- "longDescription": "The value of this property shall be used for the Severity property in the Event message.",
+ "description": "The severity of the event message.",
+ "longDescription": "This property shall contain the Severity property to be used in the Event message.",
"readonly": false
},
"Value": {
- "description": "The value of the discrete metric that constitutes a trigger occurance.",
- "longDescription": "This property shall contain the value discrete metric that constitutes a trigger event. The DwellTimeMilliSeconds shall be measured from this point in time.",
+ "description": "The discrete metric value that constitutes a trigger event.",
+ "longDescription": "This property shall contain the value discrete metric that constitutes a trigger event. The DwellTime shall be measured from this point in time.",
"readonly": false,
"type": [
"string",
@@ -108,20 +108,60 @@
"type": "object"
},
"DiscreteTriggerConditionEnum": {
- "description": "Specifies the condition, in relationship to the discrete trigger values, which constitutes a trigger.",
+ "description": "The condition, in relationship to the discrete trigger values, which constitutes a trigger.",
"enum": [
"Specified",
"Changed"
],
"enumDescriptions": {
- "Changed": "A discrete trigger occures whenever the value of the metric changes.",
- "Specified": "A discrete trigger occurs when the value of the metric becomes one of the values listed in the DiscreteTriggers property."
+ "Changed": "A discrete trigger condition is met whenever the metric value changes.",
+ "Specified": "A discrete trigger condition is met when the metric value becomes one of the values that the DiscreteTriggers property lists."
},
- "longDescription": "The value shall specify the condition, in relationship to the discrete trigger values, which constitutes a trigger.",
+ "longDescription": "This type shall specify the condition, in relationship to the discrete trigger values, which constitutes a trigger.",
"type": "string"
},
+ "Links": {
+ "additionalProperties": false,
+ "description": "The links to other Resources that are related to this Resource.",
+ "longDescription": "This Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource.",
+ "patternProperties": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
+ "description": "This property shall specify a valid odata or Redfish property.",
+ "type": [
+ "array",
+ "boolean",
+ "integer",
+ "number",
+ "null",
+ "object",
+ "string"
+ ]
+ }
+ },
+ "properties": {
+ "MetricReportDefinitions": {
+ "description": "The metric report definitions that generate new metric reports when a trigger condition is met and when the TriggerActions property contains `RedfishMetricReport`.",
+ "items": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/MetricReportDefinition.json#/definitions/MetricReportDefinition"
+ },
+ "longDescription": "This property shall contain a set of links to metric report definitions that generate new metric reports when a trigger condition is met and when the TriggerActions property contains `RedfishMetricReport`.",
+ "readonly": false,
+ "type": "array",
+ "versionAdded": "v1_1_0"
+ },
+ "MetricReportDefinitions@odata.count": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
+ },
+ "Oem": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
+ "description": "The OEM extension property.",
+ "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
+ }
+ },
+ "type": "object"
+ },
"MetricTypeEnum": {
- "description": "Specifies the type of metric for which the trigger is configured.",
+ "description": "The type of metric for which the trigger is configured.",
"enum": [
"Numeric",
"Discrete"
@@ -130,15 +170,15 @@
"Discrete": "The trigger is for a discrete sensor.",
"Numeric": "The trigger is for numeric sensor."
},
- "longDescription": "The value shall specify the type of metric for which the trigger is configured.",
+ "longDescription": "This type shall specify the type of metric for which the trigger is configured.",
"type": "string"
},
"OemActions": {
"additionalProperties": true,
- "description": "The available OEM specific actions for this resource.",
- "longDescription": "This type shall contain any additional OEM actions for this resource.",
+ "description": "The available OEM-specific actions for this Resource.",
+ "longDescription": "This type shall contain the available OEM-specific actions for this Resource.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -159,7 +199,7 @@
"description": "A threshold definition for a sensor.",
"longDescription": "This type shall contain the properties for an individual threshold for this sensor.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -183,12 +223,12 @@
}
],
"description": "The direction of crossing that activates this threshold.",
- "longDescription": "This property shall indicate the direction of crossing of the Reading value for this Sensor that triggers the threshold.",
+ "longDescription": "This property shall indicate the direction of crossing of the reading for this sensor that activates the threshold.",
"readonly": false
},
"DwellTime": {
- "description": "The time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.",
- "longDescription": "This property shall indicate the time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.",
+ "description": "The duration the sensor value must violate the threshold before the threshold is activated.",
+ "longDescription": "This property shall indicate the duration the sensor value must violate the threshold before the threshold is activated.",
"pattern": "-?P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?",
"readonly": false,
"type": [
@@ -198,7 +238,7 @@
},
"Reading": {
"description": "The threshold value.",
- "longDescription": "This property shall indicate the Reading value of this Sensor that triggers the threshold. The units of this property shall follow the same units as the property described by MetricProperties.",
+ "longDescription": "This property shall indicate the reading for this sensor that activates the threshold. The value of the property shall use the same units as the MetricProperties property.",
"readonly": false,
"type": [
"number",
@@ -220,18 +260,18 @@
"Increasing": "Value increases above the threshold."
},
"enumLongDescriptions": {
- "Decreasing": "This threshold is activated when the value of Reading changes from a value higher than the threshold to a value lower than the threshold.",
+ "Decreasing": "This threshold is activated when the reading changes from a value higher than the threshold to a value lower than the threshold.",
"Either": "This threshold is activated when either the Increasing or Decreasing conditions are met.",
- "Increasing": "This threshold is activated when the value of Reading changes from a value lower than the threshold to a value higher than the threshold."
+ "Increasing": "This threshold is activated when the reading changes from a value lower than the threshold to a value higher than the threshold."
},
"type": "string"
},
"Thresholds": {
"additionalProperties": false,
- "description": "The set of thresholds defined for a sensor.",
- "longDescription": "This structure shall contain a set of thresholds defined for a sensor.",
+ "description": "The set of thresholds for a sensor.",
+ "longDescription": "This type shall contain a set of thresholds for a sensor.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -246,79 +286,57 @@
},
"properties": {
"LowerCritical": {
- "anyOf": [
- {
- "$ref": "#/definitions/Threshold"
- },
- {
- "type": "null"
- }
- ],
- "description": "Below normal range and requires attention.",
- "longDescription": "The value of this property shall indicate the Reading is below the normal range and may require attention. The units shall be the same units as the Reading."
+ "$ref": "#/definitions/Threshold",
+ "description": "The value at which the reading is below normal range and requires attention.",
+ "longDescription": "This property shall contain the value at which the MetricProperties property is below the normal range and may require attention. The value of the property shall use the same units as the MetricProperties property."
},
"LowerWarning": {
- "anyOf": [
- {
- "$ref": "#/definitions/Threshold"
- },
- {
- "type": "null"
- }
- ],
- "description": "Below normal range.",
- "longDescription": "The value of this property shall indicate the Reading is below the normal range. The units shall be the same units as the Reading."
+ "$ref": "#/definitions/Threshold",
+ "description": "The value at which the reading is below normal range.",
+ "longDescription": "This property shall contain the value at which the MetricProperties property is below the normal range. The value of the property shall use the same units as the MetricProperties property."
},
"UpperCritical": {
- "anyOf": [
- {
- "$ref": "#/definitions/Threshold"
- },
- {
- "type": "null"
- }
- ],
- "description": "Above normal range and requires attention.",
- "longDescription": "The value of this property shall indicate the Reading is above the normal range and may require attention. The units shall be the same units as the Reading."
+ "$ref": "#/definitions/Threshold",
+ "description": "The value at which the reading is above normal range and requires attention.",
+ "longDescription": "This property shall contain the value at which the MetricProperties property is above the normal range and may require attention. The value of the property shall use the same units as the MetricProperties property."
},
"UpperWarning": {
- "anyOf": [
- {
- "$ref": "#/definitions/Threshold"
- },
- {
- "type": "null"
- }
- ],
- "description": "Above normal range.",
- "longDescription": "The value of this property shall indicate the Reading is above the normal range. The units shall be the same units as the Reading."
+ "$ref": "#/definitions/Threshold",
+ "description": "The value at which the reading is above normal range.",
+ "longDescription": "This property shall contain the value at which the MetricProperties property is above the normal range. The value of the property shall use the same units as the MetricProperties property."
}
},
"type": "object"
},
"TriggerActionEnum": {
- "description": "Specifies the actions to perform when a trigger occurs.",
+ "description": "The actions to perform when a trigger condition is met.",
"enum": [
"LogToLogService",
- "RedfishEvent"
+ "RedfishEvent",
+ "RedfishMetricReport"
],
"enumDescriptions": {
- "LogToLogService": "Upon a trigger, record in a log.",
- "RedfishEvent": "Upon a trigger, send a Redfish Event message of type Event."
+ "LogToLogService": "When a trigger condition is met, record in a log.",
+ "RedfishEvent": "When a trigger condition is met, the Service sends an event to subscribers.",
+ "RedfishMetricReport": "When a trigger condition is met, force an update of the specified metric reports."
},
"enumLongDescriptions": {
- "LogToLogService": "When a trigger condition is met, the service shall log the occurrence of the condition to the log indicated by the LogService property in the TelemetryService resource.",
- "RedfishEvent": "When a trigger condition is met, the service shall produce a Redfish Event of type Event to matching subscribers indicated in the EventSubscription collection found on the EventService."
+ "LogToLogService": "This value indicates that when a trigger condition is met, the Service shall log the occurrence of the condition to the log that the LogService property in the TelemetryService Resource describes.",
+ "RedfishEvent": "This value indicates that when a trigger condition is met, the Service shall send an event to subscribers.",
+ "RedfishMetricReport": "This value indicates that when a trigger condition is met, the Service shall force the metric reports managed by the MetricReportDefinitions specified by the MetricReportDefinitions property to be updated, regardless of the MetricReportDefinitionType property value. The actions specified in the ReportActions property of each MetricReportDefinition shall be performed."
},
- "longDescription": "The value shall specify the actions to perform when a trigger occurs.",
+ "enumVersionAdded": {
+ "RedfishMetricReport": "v1_1_0"
+ },
+ "longDescription": "This type shall specify the actions to perform when a trigger condition is met.",
"type": "string"
},
"Triggers": {
"additionalProperties": false,
- "description": "Triggers which apply to a list of metrics.",
- "longDescription": "This resource shall specify triggers, which apply to a list of metrics.",
+ "description": "The Triggers schema describes a trigger that applies to metrics.",
+ "longDescription": "This Resource shall contain a trigger that applies to metrics.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -333,21 +351,21 @@
},
"properties": {
"@odata.context": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/context"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
},
"@odata.etag": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/etag"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
},
"@odata.id": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/id"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
},
"@odata.type": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/type"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
},
"Actions": {
"$ref": "#/definitions/Actions",
- "description": "The available actions for this resource.",
- "longDescription": "The Actions property shall contain the available actions for this resource."
+ "description": "The available actions for this Resource.",
+ "longDescription": "This property shall contain the available actions for this Resource."
},
"Description": {
"anyOf": [
@@ -369,32 +387,52 @@
"type": "null"
}
],
- "description": "Specifies the conditions when a discrete metric triggers.",
- "longDescription": "The value of this property shall specify the conditions when a discrete metric triggers.",
+ "description": "The conditions when a discrete metric triggers.",
+ "longDescription": "This property shall contain the conditions when a discrete metric triggers.",
"readonly": true
},
"DiscreteTriggers": {
- "description": "List of discrete triggers.",
+ "description": "The list of discrete triggers.",
"items": {
"$ref": "#/definitions/DiscreteTrigger"
},
- "longDescription": "This property shall contains a list of value to which a metric reading will be compared. This property shall be present when the DiscreteTriggerCondition property has a value of 'Specified'.",
+ "longDescription": "This property shall contain a list of values to which to compare a metric reading. This property shall be present when the DiscreteTriggerCondition property is `Specified`.",
"type": "array"
},
+ "EventTriggers": {
+ "description": "The array of MessageIds that specify when a trigger condition is met based on an event.",
+ "items": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "longDescription": "This property shall contain an array of MessageIds that specify when a trigger condition is met based on an event. When the Service generates an event and if it contains a MessageId within this array, a trigger condition shall be met.",
+ "pattern": "^[A-Za-z0-9]+\\.\\d+\\.\\d+\\.[A-Za-z0-9.]+$",
+ "readonly": false,
+ "type": "array",
+ "versionAdded": "v1_1_0"
+ },
"Id": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
"readonly": true
},
+ "Links": {
+ "$ref": "#/definitions/Links",
+ "description": "The links to other Resources that are related to this Resource.",
+ "longDescription": "The Redfish Specification-described Links Property shall contain links to Resources related to but not subordinate to this Resource.",
+ "versionAdded": "v1_1_0"
+ },
"MetricProperties": {
- "description": "A list of URIs with wildcards and property identifiers for which this trigger is defined. If a URI has wildcards, the wildcards are substituted as specified in the Wildcards array property.",
- "format": "uri",
+ "description": "An array of URIs with wildcards and property identifiers for this trigger. Each wildcard shall be replaced with its corresponding entry in the Wildcard array property.",
+ "format": "uri-reference",
"items": {
"type": [
"string",
"null"
]
},
- "longDescription": "This array property shall contain a list of URIs with wildcards and property identifiers for which this trigger is defined. Each wildcard in the URI shall be delimited by a set of curly braces. Each wildcard shall be substituted as specified by the corresponding entry in the Wildcard array property. Once an URI with wildcards has had its wildcards fully substituted, it shall reference a resource property for which the metric definition applies. The property identifiers portion of the URI shall follow JSON fragment notation rules defined by RFC6901.",
+ "longDescription": "This property shall contain an array of URIs with wildcards and property identifiers for this trigger. Use a set of curly braces to delimit each wildcard in the URI. Replace each wildcard with its corresponding entry in the Wildcard array property. A URI that contains wildcards shall link to a Resource property to which the metric definition applies after all wildcards are replaced with their corresponding entries in the Wildcard array property. The property identifiers portion of the URI shall follow the RFC6901-defined JSON fragment notation rules.",
"readonly": false,
"type": "array"
},
@@ -407,8 +445,8 @@
"type": "null"
}
],
- "description": "The type of trigger.",
- "longDescription": "The value of this property shall specific the type of trigger.",
+ "description": "The metric type of the trigger.",
+ "longDescription": "This property shall contain the metric type of the trigger.",
"readonly": true
},
"Name": {
@@ -416,49 +454,35 @@
"readonly": true
},
"NumericThresholds": {
- "anyOf": [
- {
- "$ref": "#/definitions/Thresholds"
- },
- {
- "type": "null"
- }
- ],
- "description": "Specifies the thresholds when a numeric metric triggers.",
- "longDescription": "This property shall contain list of thresholds to which a numeric metric value shall be compared."
+ "$ref": "#/definitions/Thresholds",
+ "description": "The thresholds when a numeric metric triggers.",
+ "longDescription": "This property shall contain the list of thresholds to which to compare a numeric metric value."
},
"Oem": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/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*."
+ "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."
},
"Status": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
- "description": "This property describes the status and health of the resource and its children.",
- "longDescription": "This property shall contain any status or health properties of the resource."
+ "description": "The status and health of the Resource and its subordinate or dependent Resources.",
+ "longDescription": "This property shall contain any status and health properties of the Resource."
},
"TriggerActions": {
- "description": "This property specifies the actions to perform when the trigger occurs.",
+ "description": "The actions that the trigger initiates.",
"items": {
"$ref": "#/definitions/TriggerActionEnum"
},
- "longDescription": "The value of this property shall specify the actions to perform when the trigger occurs.",
+ "longDescription": "This property shall contain the actions that the trigger initiates.",
"readonly": true,
"type": "array"
},
"Wildcards": {
- "description": "A list of wildcards and their substitution values to be applied to the entries in the MetricProperties array property.",
+ "description": "The wildcards and their substitution values for the entries in the MetricProperties array property.",
"items": {
- "anyOf": [
- {
- "$ref": "#/definitions/Wildcard"
- },
- {
- "type": "null"
- }
- ]
+ "$ref": "#/definitions/Wildcard"
},
- "longDescription": "The property shall contain a list of wildcards and their replacement strings, which are applied to the MetricProperties array property. Each wildcard shall have a corresponding entry in this array property.",
+ "longDescription": "This property shall contain the wildcards and their substitution values for the entries in the MetricProperties array property. Each wildcard shall have a corresponding entry in this array property.",
"type": "array"
}
},
@@ -472,10 +496,10 @@
},
"Wildcard": {
"additionalProperties": false,
- "description": "Contains a wildcard and its substitution values.",
+ "description": "The wildcard and its substitution values.",
"longDescription": "This property shall contain a wildcard and its substitution values.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -490,7 +514,7 @@
},
"properties": {
"Name": {
- "description": "The string used as a wildcard.",
+ "description": "The wildcard.",
"longDescription": "This property shall contain the string used as a wildcard.",
"readonly": true,
"type": [
@@ -506,7 +530,7 @@
"null"
]
},
- "longDescription": "This property shall contain the list of values to susubstitute for the wildcard.",
+ "longDescription": "This array property shall contain the list of values to substitute for the wildcard.",
"readonly": true,
"type": "array"
}
@@ -515,6 +539,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2018.2",
- "title": "#Triggers.v1_0_1.Triggers"
+ "release": "2019.1",
+ "title": "#Triggers.v1_1_1.Triggers"
} \ No newline at end of file