1f2a8e57eSGunnar Mills{ 2f2a8e57eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/Task.v1_7_4.json", 3f2a8e57eSGunnar Mills "$ref": "#/definitions/Task", 4f2a8e57eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5f2a8e57eSGunnar Mills "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6f2a8e57eSGunnar Mills "definitions": { 7f2a8e57eSGunnar Mills "Actions": { 8f2a8e57eSGunnar Mills "additionalProperties": false, 9f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 10f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11f2a8e57eSGunnar Mills "patternProperties": { 12f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14f2a8e57eSGunnar Mills "type": [ 15f2a8e57eSGunnar Mills "array", 16f2a8e57eSGunnar Mills "boolean", 17f2a8e57eSGunnar Mills "integer", 18f2a8e57eSGunnar Mills "number", 19f2a8e57eSGunnar Mills "null", 20f2a8e57eSGunnar Mills "object", 21f2a8e57eSGunnar Mills "string" 22f2a8e57eSGunnar Mills ] 23f2a8e57eSGunnar Mills } 24f2a8e57eSGunnar Mills }, 25f2a8e57eSGunnar Mills "properties": { 26f2a8e57eSGunnar Mills "Oem": { 27f2a8e57eSGunnar Mills "$ref": "#/definitions/OemActions", 28f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 29f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource.", 30f2a8e57eSGunnar Mills "versionAdded": "v1_1_0" 31f2a8e57eSGunnar Mills } 32f2a8e57eSGunnar Mills }, 33f2a8e57eSGunnar Mills "type": "object" 34f2a8e57eSGunnar Mills }, 35f2a8e57eSGunnar Mills "Links": { 36f2a8e57eSGunnar Mills "additionalProperties": false, 37f2a8e57eSGunnar Mills "description": "The links to other resources that are related to this resource.", 38f2a8e57eSGunnar Mills "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.", 39f2a8e57eSGunnar Mills "patternProperties": { 40f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 41f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 42f2a8e57eSGunnar Mills "type": [ 43f2a8e57eSGunnar Mills "array", 44f2a8e57eSGunnar Mills "boolean", 45f2a8e57eSGunnar Mills "integer", 46f2a8e57eSGunnar Mills "number", 47f2a8e57eSGunnar Mills "null", 48f2a8e57eSGunnar Mills "object", 49f2a8e57eSGunnar Mills "string" 50f2a8e57eSGunnar Mills ] 51f2a8e57eSGunnar Mills } 52f2a8e57eSGunnar Mills }, 53f2a8e57eSGunnar Mills "properties": { 54f2a8e57eSGunnar Mills "CreatedResources": { 55f2a8e57eSGunnar Mills "description": "An array of URIs referencing the resources created as the result of the operation that produced this task.", 56f2a8e57eSGunnar Mills "items": { 57f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 58f2a8e57eSGunnar Mills }, 59f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of links to resources indicating the resources created as the result of the operation that produced this task. Services shall set this property prior to the task entering its final state.", 60f2a8e57eSGunnar Mills "readonly": true, 61f2a8e57eSGunnar Mills "type": "array", 62f2a8e57eSGunnar Mills "versionAdded": "v1_7_0" 63f2a8e57eSGunnar Mills }, 64f2a8e57eSGunnar Mills "CreatedResources@odata.count": { 65f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 66f2a8e57eSGunnar Mills }, 67f2a8e57eSGunnar Mills "Oem": { 68f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 69f2a8e57eSGunnar Mills "description": "The OEM extension property.", 70f2a8e57eSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." 71f2a8e57eSGunnar Mills } 72f2a8e57eSGunnar Mills }, 73f2a8e57eSGunnar Mills "type": "object" 74f2a8e57eSGunnar Mills }, 75f2a8e57eSGunnar Mills "OemActions": { 76f2a8e57eSGunnar Mills "additionalProperties": true, 77f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 78f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 79f2a8e57eSGunnar Mills "patternProperties": { 80f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 81f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 82f2a8e57eSGunnar Mills "type": [ 83f2a8e57eSGunnar Mills "array", 84f2a8e57eSGunnar Mills "boolean", 85f2a8e57eSGunnar Mills "integer", 86f2a8e57eSGunnar Mills "number", 87f2a8e57eSGunnar Mills "null", 88f2a8e57eSGunnar Mills "object", 89f2a8e57eSGunnar Mills "string" 90f2a8e57eSGunnar Mills ] 91f2a8e57eSGunnar Mills } 92f2a8e57eSGunnar Mills }, 93f2a8e57eSGunnar Mills "properties": {}, 94f2a8e57eSGunnar Mills "type": "object" 95f2a8e57eSGunnar Mills }, 96f2a8e57eSGunnar Mills "Payload": { 97f2a8e57eSGunnar Mills "additionalProperties": false, 98f2a8e57eSGunnar Mills "description": "The HTTP and JSON payload details for this Task.", 99f2a8e57eSGunnar Mills "longDescription": "This type shall contain information detailing the HTTP and JSON payload information for executing this task.", 100f2a8e57eSGunnar Mills "patternProperties": { 101f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 102f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 103f2a8e57eSGunnar Mills "type": [ 104f2a8e57eSGunnar Mills "array", 105f2a8e57eSGunnar Mills "boolean", 106f2a8e57eSGunnar Mills "integer", 107f2a8e57eSGunnar Mills "number", 108f2a8e57eSGunnar Mills "null", 109f2a8e57eSGunnar Mills "object", 110f2a8e57eSGunnar Mills "string" 111f2a8e57eSGunnar Mills ] 112f2a8e57eSGunnar Mills } 113f2a8e57eSGunnar Mills }, 114f2a8e57eSGunnar Mills "properties": { 115f2a8e57eSGunnar Mills "HttpHeaders": { 116f2a8e57eSGunnar Mills "description": "An array of HTTP headers that this task includes.", 117f2a8e57eSGunnar Mills "items": { 118f2a8e57eSGunnar Mills "type": "string" 119f2a8e57eSGunnar Mills }, 120f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of HTTP headers that this task includes.", 121f2a8e57eSGunnar Mills "readonly": true, 122f2a8e57eSGunnar Mills "type": "array", 123f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 124f2a8e57eSGunnar Mills }, 125f2a8e57eSGunnar Mills "HttpOperation": { 126f2a8e57eSGunnar Mills "description": "The HTTP operation to perform to execute this task.", 127f2a8e57eSGunnar Mills "longDescription": "This property shall contain the HTTP operation to execute for this task.", 128f2a8e57eSGunnar Mills "readonly": true, 129f2a8e57eSGunnar Mills "type": "string", 130f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 131f2a8e57eSGunnar Mills }, 132f2a8e57eSGunnar Mills "JsonBody": { 133f2a8e57eSGunnar Mills "description": "The JSON payload to use in the execution of this task.", 134f2a8e57eSGunnar Mills "longDescription": "This property shall contain the JSON-formatted payload used for this task.", 135f2a8e57eSGunnar Mills "readonly": true, 136f2a8e57eSGunnar Mills "type": "string", 137f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 138f2a8e57eSGunnar Mills }, 139f2a8e57eSGunnar Mills "TargetUri": { 140f2a8e57eSGunnar Mills "description": "The URI of the target for this task.", 141f2a8e57eSGunnar Mills "format": "uri-reference", 142f2a8e57eSGunnar Mills "longDescription": "This property shall contain a link to the location to use as the target for an HTTP operation.", 143f2a8e57eSGunnar Mills "readonly": true, 144f2a8e57eSGunnar Mills "type": "string", 145f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 146f2a8e57eSGunnar Mills } 147f2a8e57eSGunnar Mills }, 148f2a8e57eSGunnar Mills "type": "object" 149f2a8e57eSGunnar Mills }, 150f2a8e57eSGunnar Mills "Task": { 151f2a8e57eSGunnar Mills "additionalProperties": false, 152f2a8e57eSGunnar Mills "description": "The `Task` schema contains information about a task that the Redfish task service schedules or executes. Tasks represent operations that take more time than a client typically wants to wait.", 153f2a8e57eSGunnar Mills "longDescription": "This resource contains a task for a Redfish implementation.", 154f2a8e57eSGunnar Mills "patternProperties": { 155f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 156f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 157f2a8e57eSGunnar Mills "type": [ 158f2a8e57eSGunnar Mills "array", 159f2a8e57eSGunnar Mills "boolean", 160f2a8e57eSGunnar Mills "integer", 161f2a8e57eSGunnar Mills "number", 162f2a8e57eSGunnar Mills "null", 163f2a8e57eSGunnar Mills "object", 164f2a8e57eSGunnar Mills "string" 165f2a8e57eSGunnar Mills ] 166f2a8e57eSGunnar Mills } 167f2a8e57eSGunnar Mills }, 168f2a8e57eSGunnar Mills "properties": { 169f2a8e57eSGunnar Mills "@odata.context": { 170f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 171f2a8e57eSGunnar Mills }, 172f2a8e57eSGunnar Mills "@odata.etag": { 173f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 174f2a8e57eSGunnar Mills }, 175f2a8e57eSGunnar Mills "@odata.id": { 176f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 177f2a8e57eSGunnar Mills }, 178f2a8e57eSGunnar Mills "@odata.type": { 179f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 180f2a8e57eSGunnar Mills }, 181f2a8e57eSGunnar Mills "Actions": { 182f2a8e57eSGunnar Mills "$ref": "#/definitions/Actions", 183f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 184f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource.", 185f2a8e57eSGunnar Mills "versionAdded": "v1_1_0" 186f2a8e57eSGunnar Mills }, 187f2a8e57eSGunnar Mills "Description": { 188f2a8e57eSGunnar Mills "anyOf": [ 189f2a8e57eSGunnar Mills { 190f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 191f2a8e57eSGunnar Mills }, 192f2a8e57eSGunnar Mills { 193f2a8e57eSGunnar Mills "type": "null" 194f2a8e57eSGunnar Mills } 195f2a8e57eSGunnar Mills ], 196f2a8e57eSGunnar Mills "readonly": true 197f2a8e57eSGunnar Mills }, 198f2a8e57eSGunnar Mills "EndTime": { 199f2a8e57eSGunnar Mills "description": "The date and time when the task was completed. This property will only appear when the task is complete.", 200f2a8e57eSGunnar Mills "format": "date-time", 201f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the date and time when the task was completed. This property shall not appear if the task is running or otherwise has not been completed. This property shall appear only if the `TaskState` is `Completed`, `Killed`, `Cancelled`, or `Exception`.", 202f2a8e57eSGunnar Mills "readonly": true, 203f2a8e57eSGunnar Mills "type": "string" 204f2a8e57eSGunnar Mills }, 205f2a8e57eSGunnar Mills "EstimatedDuration": { 206f2a8e57eSGunnar Mills "description": "The estimated total time required to complete the task.", 207f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the estimated total time needed to complete the task. The value is not expected to change while the task is in progress, but the service may update the value if it obtains new information that significantly changes the expected duration. Services should be conservative in the reported estimate and clients should treat this value as an estimate.", 208f2a8e57eSGunnar Mills "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$", 209f2a8e57eSGunnar Mills "readonly": true, 210f2a8e57eSGunnar Mills "type": [ 211f2a8e57eSGunnar Mills "string", 212f2a8e57eSGunnar Mills "null" 213f2a8e57eSGunnar Mills ], 214f2a8e57eSGunnar Mills "versionAdded": "v1_6_0" 215f2a8e57eSGunnar Mills }, 216f2a8e57eSGunnar Mills "HidePayload": { 217f2a8e57eSGunnar Mills "description": "An indication of whether the contents of the payload are hidden from view after the task has been created. If `true`, responses do not return the payload. If `false`, responses return the payload. If this property is not present when the task is created, the default is `false`.", 218f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether the contents of the payload should be hidden from view after the task has been created. If `true`, responses shall not return the `Payload` property. If `false`, responses shall return the `Payload` property. If this property is not present when the task is created, the default is `false`. This property shall be supported if the `Payload` property is supported.", 219f2a8e57eSGunnar Mills "readonly": true, 220f2a8e57eSGunnar Mills "type": "boolean", 221f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 222f2a8e57eSGunnar Mills }, 223f2a8e57eSGunnar Mills "Id": { 224f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 225f2a8e57eSGunnar Mills "readonly": true 226f2a8e57eSGunnar Mills }, 227f2a8e57eSGunnar Mills "Links": { 228f2a8e57eSGunnar Mills "$ref": "#/definitions/Links", 229f2a8e57eSGunnar Mills "description": "Contains references to other resources that are related to this resource.", 230f2a8e57eSGunnar Mills "longDescription": "The `Links` property, as described by the Redfish Specification, shall contain references to resources that are related to but are not contained by, or subordinate to, this resource.", 231f2a8e57eSGunnar Mills "versionAdded": "v1_7_0" 232f2a8e57eSGunnar Mills }, 233f2a8e57eSGunnar Mills "Messages": { 234f2a8e57eSGunnar Mills "description": "An array of messages associated with the task.", 235f2a8e57eSGunnar Mills "items": { 236f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Message.json#/definitions/Message" 237f2a8e57eSGunnar Mills }, 238f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of messages associated with the task.", 239f2a8e57eSGunnar Mills "type": "array" 240f2a8e57eSGunnar Mills }, 241f2a8e57eSGunnar Mills "Name": { 242f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 243f2a8e57eSGunnar Mills "readonly": true 244f2a8e57eSGunnar Mills }, 245f2a8e57eSGunnar Mills "Oem": { 246f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 247f2a8e57eSGunnar Mills "description": "The OEM extension property.", 248f2a8e57eSGunnar 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." 249f2a8e57eSGunnar Mills }, 250f2a8e57eSGunnar Mills "Payload": { 251f2a8e57eSGunnar Mills "$ref": "#/definitions/Payload", 252f2a8e57eSGunnar Mills "description": "The HTTP and JSON request payload details for this task, unless they are hidden from view by the service.", 253f2a8e57eSGunnar Mills "longDescription": "This object shall contain information detailing the HTTP and JSON request payload information for executing this task. This property shall not be included in the response if the `HidePayload` property is `true`.", 254f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 255f2a8e57eSGunnar Mills }, 256f2a8e57eSGunnar Mills "PercentComplete": { 257f2a8e57eSGunnar Mills "description": "The completion percentage of this task.", 258f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the completion progress of the task, reported in percent of completion, `0` to `100`. If the task has not been started, the value shall be zero.", 259f2a8e57eSGunnar Mills "maximum": 100, 260f2a8e57eSGunnar Mills "minimum": 0, 261f2a8e57eSGunnar Mills "readonly": true, 262f2a8e57eSGunnar Mills "type": [ 263f2a8e57eSGunnar Mills "integer", 264f2a8e57eSGunnar Mills "null" 265f2a8e57eSGunnar Mills ], 266f2a8e57eSGunnar Mills "units": "%", 267f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 268f2a8e57eSGunnar Mills }, 269f2a8e57eSGunnar Mills "StartTime": { 270f2a8e57eSGunnar Mills "description": "The date and time when the task was started.", 271f2a8e57eSGunnar Mills "format": "date-time", 272f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the date and time when the task was started.", 273f2a8e57eSGunnar Mills "readonly": true, 274f2a8e57eSGunnar Mills "type": "string" 275f2a8e57eSGunnar Mills }, 276f2a8e57eSGunnar Mills "SubTasks": { 277f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TaskCollection.json#/definitions/TaskCollection", 278f2a8e57eSGunnar Mills "description": "The link to a collection of sub-tasks for this task.", 279f2a8e57eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `TaskCollection`. This property shall not be present if this resource represents a sub-task for a task.", 280f2a8e57eSGunnar Mills "readonly": true, 281f2a8e57eSGunnar Mills "versionAdded": "v1_5_0" 282f2a8e57eSGunnar Mills }, 283f2a8e57eSGunnar Mills "TaskMonitor": { 284f2a8e57eSGunnar Mills "description": "The URI of the task monitor for this task.", 285f2a8e57eSGunnar Mills "format": "uri-reference", 286f2a8e57eSGunnar Mills "longDescription": "This property shall contain a URI to task monitor as defined in the Redfish Specification.", 287f2a8e57eSGunnar Mills "readonly": true, 288f2a8e57eSGunnar Mills "type": "string", 289f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 290f2a8e57eSGunnar Mills }, 291f2a8e57eSGunnar Mills "TaskState": { 292f2a8e57eSGunnar Mills "$ref": "#/definitions/TaskState", 293f2a8e57eSGunnar Mills "description": "The state of the task.", 294f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the state of the task.", 295f2a8e57eSGunnar Mills "readonly": true 296f2a8e57eSGunnar Mills }, 297f2a8e57eSGunnar Mills "TaskStatus": { 298f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Health", 299f2a8e57eSGunnar Mills "description": "The completion status of the task.", 300f2a8e57eSGunnar Mills "longDescription": "This property shall contain the completion status of the task and shall not be set until the task completes. This property should contain `Critical` if one or more messages in the `Messages` array contains the severity `Critical`. This property should contain `Warning` if one or more messages in the `Messages` array contains the severity `Warning` and if no messages contain the severity `Critical`. This property should contain `OK` if all messages in the `Messages` array contain the severity `OK` or if the array is empty.", 301f2a8e57eSGunnar Mills "readonly": true 302f2a8e57eSGunnar Mills } 303f2a8e57eSGunnar Mills }, 304f2a8e57eSGunnar Mills "required": [ 305f2a8e57eSGunnar Mills "@odata.id", 306f2a8e57eSGunnar Mills "@odata.type", 307f2a8e57eSGunnar Mills "Id", 308f2a8e57eSGunnar Mills "Name" 309f2a8e57eSGunnar Mills ], 310f2a8e57eSGunnar Mills "type": "object" 311f2a8e57eSGunnar Mills }, 312f2a8e57eSGunnar Mills "TaskState": { 313f2a8e57eSGunnar Mills "enum": [ 314f2a8e57eSGunnar Mills "New", 315f2a8e57eSGunnar Mills "Starting", 316f2a8e57eSGunnar Mills "Running", 317f2a8e57eSGunnar Mills "Suspended", 318f2a8e57eSGunnar Mills "Interrupted", 319f2a8e57eSGunnar Mills "Pending", 320f2a8e57eSGunnar Mills "Stopping", 321f2a8e57eSGunnar Mills "Completed", 322f2a8e57eSGunnar Mills "Killed", 323f2a8e57eSGunnar Mills "Exception", 324f2a8e57eSGunnar Mills "Service", 325f2a8e57eSGunnar Mills "Cancelling", 326f2a8e57eSGunnar Mills "Cancelled" 327f2a8e57eSGunnar Mills ], 328f2a8e57eSGunnar Mills "enumDeprecated": { 329f2a8e57eSGunnar Mills "Killed": "This value has been deprecated and is being replaced by the `Cancelled` value, which has more determinate semantics." 330f2a8e57eSGunnar Mills }, 331f2a8e57eSGunnar Mills "enumDescriptions": { 332f2a8e57eSGunnar Mills "Cancelled": "Task has been cancelled by an operator or internal process.", 333f2a8e57eSGunnar Mills "Cancelling": "Task is in the process of being cancelled.", 334f2a8e57eSGunnar Mills "Completed": "Task was completed.", 335f2a8e57eSGunnar Mills "Exception": "Task has stopped due to an exception condition.", 336f2a8e57eSGunnar Mills "Interrupted": "Task has been interrupted.", 337f2a8e57eSGunnar Mills "Killed": "Task was terminated.", 338f2a8e57eSGunnar Mills "New": "A new task.", 339f2a8e57eSGunnar Mills "Pending": "Task is pending and has not started.", 340f2a8e57eSGunnar Mills "Running": "Task is running normally.", 341f2a8e57eSGunnar Mills "Service": "Task is running as a service.", 342f2a8e57eSGunnar Mills "Starting": "Task is starting.", 343f2a8e57eSGunnar Mills "Stopping": "Task is in the process of stopping.", 344f2a8e57eSGunnar Mills "Suspended": "Task has been suspended." 345f2a8e57eSGunnar Mills }, 346f2a8e57eSGunnar Mills "enumLongDescriptions": { 347f2a8e57eSGunnar Mills "Cancelled": "This value shall represent that either a `DELETE` operation on a task monitor or `Task` resource or by an internal process cancelled the task.", 348f2a8e57eSGunnar Mills "Cancelling": "This value shall represent that the task is in the process of being cancelled.", 349f2a8e57eSGunnar Mills "Completed": "This value shall represent that the task completed successfully or with warnings.", 350f2a8e57eSGunnar Mills "Exception": "This value shall represent that the task completed with errors.", 351f2a8e57eSGunnar Mills "Interrupted": "This value shall represent that the task has been interrupted but is expected to restart and is therefore not complete.", 352f2a8e57eSGunnar Mills "Killed": "This value shall represent that the task is complete because an operator killed it.", 353f2a8e57eSGunnar Mills "New": "This value shall represent that the task is newly created but has not started.", 354f2a8e57eSGunnar Mills "Pending": "This value shall represent that the task is pending some condition and has not yet begun to execute.", 355f2a8e57eSGunnar Mills "Running": "This value shall represent that the task is executing.", 356f2a8e57eSGunnar Mills "Service": "This value shall represent that the task is now running as a service and expected to continue operation until stopped or killed.", 357f2a8e57eSGunnar Mills "Starting": "This value shall represent that the task is starting.", 358f2a8e57eSGunnar Mills "Stopping": "This value shall represent that the task is stopping but is not yet complete.", 359f2a8e57eSGunnar Mills "Suspended": "This value shall represent that the task has been suspended but is expected to restart and is therefore not complete." 360f2a8e57eSGunnar Mills }, 361f2a8e57eSGunnar Mills "enumVersionAdded": { 362f2a8e57eSGunnar Mills "Cancelled": "v1_2_0", 363f2a8e57eSGunnar Mills "Cancelling": "v1_2_0" 364f2a8e57eSGunnar Mills }, 365f2a8e57eSGunnar Mills "enumVersionDeprecated": { 366f2a8e57eSGunnar Mills "Killed": "v1_2_0" 367f2a8e57eSGunnar Mills }, 368f2a8e57eSGunnar Mills "type": "string" 369f2a8e57eSGunnar Mills } 370f2a8e57eSGunnar Mills }, 371f2a8e57eSGunnar Mills "language": "en", 372f2a8e57eSGunnar Mills "owningEntity": "DMTF", 373f2a8e57eSGunnar Mills "release": "2022.3", 374f2a8e57eSGunnar Mills "title": "#Task.v1_7_4.Task" 375f2a8e57eSGunnar Mills}