[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service

LogQueryResponse

Log query response associated with its query request


Properties

integer as int64
end Required

End timestamp (milliseconds) for the query to be run


integer as int64
start Required

Start timestamp (milliseconds) for the query to be run


string
logQuery Required

SQL query to be executed


map
_links Optional

A simple implementation of HAL(Hypertext Application Language) formatted HATEOAS links


number as double
bytesQueried Optional

Total size of high-cost queries


integer as int64
bytesReturned Optional

Number of bytes of records of payload data returned by Amazon S3 based on filter conditions


integer as int64
bytesScanned Optional

Number of bytes processed before being uncompressed


string
callbackPayload Optional

Payload sent to callbackUrl


string
callbackUrl Optional

Callback URL called when query is complete


string
clientOrgId Optional

OrgId for which telemetry data is to be queried


string
createdAt Optional

ISO8601 date string that informs when this query was created


string
createdBy Optional

Email ID of the user who created this query


integer as int32
currentPageNumber Optional

Page number for current page of results, set when constructing a query during next page handling.


string
documentSelfLink Optional

Relative URI path of the service managing this document. Can be a complete link, or just a request ID.


dynamicFields Optional

Dynamic fields that need to be used in the SQL query (without creating extracted fields)


integer as int64
bytesProcessed Optional

Number of bytes processed after being uncompressed


extractedFieldsEvaluation Optional

Default extracted field evaluation


string
failureMessage Optional

This message indicates failure if query processing fails


string
id Optional

A unique identifier associated with the log query


map[string][]map[string]string
archiveConfigIds Optional

Temporary to support low cost queries till archive configs are added as partitions in lint-control-plane


array of string
logQueryResults Optional

Unprocessed query results from the control plane query at the most recent retrieval call


logQueryTelemetry Optional

Log query telemetry data


string
nextPageLink Optional

Link to the next page


integer as int32
parallelizationFactor Optional

Only used for low cost queries. Strictly for internal use (Will not be exposed to the user) Number of data planes the query should run on


boolean
partialResults Optional

Indicates whether or not the results are a complete set. The field is set if the EOF record is returned from the data platform and contains the field is_result_partial


array of string
partitionIds Optional

PartitionIds from where we need the response. This might be removed once we figure out an intelligent way to distinguish the partitions from the query constraints. This is done for testing the partition flow for query


processedResults Optional

Query results after processing


queryProgress Optional

Query progress data


integer as int32
rows Optional

Number of rows to be returned


integer as int64
aggregateRecordCount Optional

For aggregated queries: Total number of records returned in the response,For non-aggregated queries: This field is not set


string
sub Optional

Subject to filter based on specified user


taskInfo Optional

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


boolean
tenantAgnostic Optional

array of string
tenantLinks Optional

Authorization links associated with this request


integer as int64
totalMatchedRecordCount Optional

Total number of records that matched the query. This is not necessarily the number of records returned in the response


integer as int64
totalRecordCount Optional

For non-aggregated queries: Total number of records returned in the response,For aggregated queries: Total number of records before aggregation was applied


string
trackerId Optional

Tracker identifier to track execution

JSON Example

{
	"end": 0,
	"logQuery": "string",
	"start": 0
}
[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service
Returned By

Post Query Request
Get Query Response

Feedback

Was this page helpful?