[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

TaskState

The state used to track the progress of the query task. This value should not be modified


Properties

integer as int64
durationMicros Optional

Duration of the query execution


failure Optional

Failure description for tasks that terminate in FAILED stage


boolean
isDirect Optional

Value indicating whether task should complete the creation POST only after it is complete Client enables this at the risk of waiting for the POST and consuming a connection. It should not be enabled for tasks that do long running I/O with other services


string
stage Optional

Task stage includes: CREATED, STARTED, FINISHED, FAILED, CANCELLED

Possible values are: CREATEDSTARTEDFINISHEDFAILEDCANCELLED

JSON Example

{
	"durationMicros": 0,
	"failure": {
		"statusCode": 0
	},
	"isDirect": false,
	"stage": "CREATED"
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Property Of

LogQueryResponse

Feedback

Was this page helpful?