InlineApplianceManagementTaskProperties1

InlineApplianceManagementTaskProperties1
InlineApplianceManagementTaskProperties1
JSON Example
{
    "async_response_available": false,
    "cancelable": false,
    "description": "string",
    "details": {},
    "end_time": 0,
    "id": "string",
    "message": "string",
    "progress": 0,
    "request_is_async": false,
    "request_method": "string",
    "request_uri": "string",
    "start_time": 0,
    "status": "string",
    "user": "string"
}
boolean
async_response_available
Optional

True if response for asynchronous request is available

boolean
cancelable
Optional

True if this task can be canceled

string
description
Optional

Description of the task

object
details
Optional

Details about the task if known

integer As int64 As int64
end_time
Optional

The end time of the task in epoch milliseconds

string As /^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}_[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/
id
Optional

Identifier for this task

string
message
Optional

A message describing the disposition of the task

integer As int64 As int64
progress
Optional
Constraints: minimum: 0 maximum: 100

Task progress if known, from 0 to 100

boolean
request_is_async
Optional

True if request was invoked with Vmw-Async:true header; otherwise, false

string
request_method
Optional

HTTP request method

string
request_uri
Optional

URI of the method invocation that spawned this task

integer As int64 As int64
start_time
Optional

The start time of the task in epoch milliseconds

string
status
Optional

Current status of the task

Possible values are : running, error, success, canceling, canceled, killed,
string
user
Optional

Name of the user who created this task