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

QueryProgress

Query progress data, which includes the number of cores requested and the number of cores closed


Properties

string
coresClosed Optional

Cores that were closed


string
coresRequested Optional

Cores that were requested


string
coresResponded Optional

Cores that responded


string
failureMessage Optional

Messages to show if the query failed


integer as int32
numCoresClosed Optional

Number of cores that were closed


integer as int32
numCoresRequested Optional

Number of cores requested


integer as int32
numCoresResponded Optional

Number of cores that responded


integer as int64
queryElapsedTimeMillis Optional

The time, in milliseconds, for which the query elapsed


integer as int32
queryPercentComplete Optional

Percentage of queries that were completed


integer as int64
queryRemainingTimeMillis Optional

The time, in milliseconds, that the query needs to finish executing


integer as int64
queryStartTimeMillis Optional

The point of time, in milliseconds, at which the query started executing.


integer as int32
subQueriesComplete Optional

Number of sub-queries that were completed


integer as int32
subQueriesTotal Optional

Number of sub-queries


string
trackerId Optional

MDC tracker ID for debugging

JSON Example

{
	"coresClosed": "string",
	"coresRequested": "string",
	"coresResponded": "string",
	"failureMessage": "string",
	"numCoresClosed": 0,
	"numCoresRequested": 0,
	"numCoresResponded": 0,
	"queryElapsedTimeMillis": 0,
	"queryPercentComplete": 0,
	"queryRemainingTimeMillis": 0,
	"queryStartTimeMillis": 0,
	"subQueriesComplete": 0,
	"subQueriesTotal": 0,
	"trackerId": "string"
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Property Of

LogQueryResponse

Feedback

Was this page helpful?