SaltTaskDetails

SaltTaskDetails
SaltTaskDetails

Represents the task details for the requested task

JSON Example
{
    "createdTime": 0,
    "description": "string",
    "errorMessages": [
        "string"
    ],
    "lastUpdateTime": 0,
    "taskId": "string",
    "taskStatus": "string",
    "taskType": "string"
}
integer As int64 As int64
createdTime
Optional

Task status creation time, in milliseconds (since midnight January 1, 1970)

string
description
Optional

A description for the task

array of string
errorMessages
Optional

List of error messages that occurred

integer As int64 As int64
lastUpdateTime
Optional

Task status last update time, in milliseconds (since midnight January 1, 1970)

string As uuid As uuid
taskId
Required  

The id of the task

string
taskStatus
Required  

Status of the task

Enumeration: RUNNING, FAILED, SUCCEEDED, CANCELLED, UNKNOWN, QUEUED
string
taskType
Required  
Constraints: minLength: 1

Salt Task Type

Enumeration: SALT_ENABLEMENT, ROTATE_KEYS, UNKNOWN