InlineApplianceManagementTaskProperties1
InlineApplianceManagementTaskProperties1
JSON Example
{
"status": "string",
"async_response_available": false,
"description": "string",
"start_time": 0,
"cancelable": false,
"request_method": "string",
"end_time": 0,
"progress": 0,
"message": "string",
"user": "string",
"id": "string",
"request_uri": "string"
}
string
status
Optional
Current status of the task
Possible values are : running, error, success, canceling, canceled, killed,
boolean
async_response_available
Optional
True if response for asynchronous request is available
string
description
Optional
Description of the task
integer As int64 As int64
start_time
Optional
The start time of the task in epoch milliseconds
object
details
Optional
Details about the task if known
boolean
cancelable
Optional
True if this task can be canceled
string
request_method
Optional
HTTP request method
integer As int64 As int64
end_time
Optional
The end time of the task in epoch milliseconds
integer As int64 As int64
progress
Optional
Task progress if known, from 0 to 100
string
message
Optional
A message describing the disposition of the task
string
user
Optional
Name of the user who created this task
string
id
Optional
Identifier for this task
string
request_uri
Optional
URI of the method invocation that spawned this task