1. Packages
  2. Google Cloud Native
  3. API Docs
  4. apigee
  5. apigee/v1
  6. getQuery

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.apigee/v1.getQuery

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Get query status If the query is still in progress, the state is set to “running” After the query has completed successfully, state is set to “completed”

Using getQuery

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getQuery(args: GetQueryArgs, opts?: InvokeOptions): Promise<GetQueryResult>
function getQueryOutput(args: GetQueryOutputArgs, opts?: InvokeOptions): Output<GetQueryResult>
Copy
def get_query(environment_id: Optional[str] = None,
              organization_id: Optional[str] = None,
              query_id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetQueryResult
def get_query_output(environment_id: Optional[pulumi.Input[str]] = None,
              organization_id: Optional[pulumi.Input[str]] = None,
              query_id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetQueryResult]
Copy
func LookupQuery(ctx *Context, args *LookupQueryArgs, opts ...InvokeOption) (*LookupQueryResult, error)
func LookupQueryOutput(ctx *Context, args *LookupQueryOutputArgs, opts ...InvokeOption) LookupQueryResultOutput
Copy

> Note: This function is named LookupQuery in the Go SDK.

public static class GetQuery 
{
    public static Task<GetQueryResult> InvokeAsync(GetQueryArgs args, InvokeOptions? opts = null)
    public static Output<GetQueryResult> Invoke(GetQueryInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetQueryResult> getQuery(GetQueryArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Copy
fn::invoke:
  function: google-native:apigee/v1:getQuery
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EnvironmentId This property is required. string
OrganizationId This property is required. string
QueryId This property is required. string
EnvironmentId This property is required. string
OrganizationId This property is required. string
QueryId This property is required. string
environmentId This property is required. String
organizationId This property is required. String
queryId This property is required. String
environmentId This property is required. string
organizationId This property is required. string
queryId This property is required. string
environment_id This property is required. str
organization_id This property is required. str
query_id This property is required. str
environmentId This property is required. String
organizationId This property is required. String
queryId This property is required. String

getQuery Result

The following output properties are available:

Created string
Creation time of the query.
EnvgroupHostname string
Hostname is available only when query is executed at host level.
Error string
Error is set when query fails.
ExecutionTime string
ExecutionTime is available only after the query is completed.
Name string
Asynchronous Query Name.
QueryParams Pulumi.GoogleNative.Apigee.V1.Outputs.GoogleCloudApigeeV1QueryMetadataResponse
Contains information like metrics, dimenstions etc of the AsyncQuery.
ReportDefinitionId string
Asynchronous Report ID.
Result Pulumi.GoogleNative.Apigee.V1.Outputs.GoogleCloudApigeeV1AsyncQueryResultResponse
Result is available only after the query is completed.
ResultFileSize string
ResultFileSize is available only after the query is completed.
ResultRows string
ResultRows is available only after the query is completed.
Self string
Self link of the query. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd
State string
Query state could be "enqueued", "running", "completed", "failed".
Updated string
Last updated timestamp for the query.
Created string
Creation time of the query.
EnvgroupHostname string
Hostname is available only when query is executed at host level.
Error string
Error is set when query fails.
ExecutionTime string
ExecutionTime is available only after the query is completed.
Name string
Asynchronous Query Name.
QueryParams GoogleCloudApigeeV1QueryMetadataResponse
Contains information like metrics, dimenstions etc of the AsyncQuery.
ReportDefinitionId string
Asynchronous Report ID.
Result GoogleCloudApigeeV1AsyncQueryResultResponse
Result is available only after the query is completed.
ResultFileSize string
ResultFileSize is available only after the query is completed.
ResultRows string
ResultRows is available only after the query is completed.
Self string
Self link of the query. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd
State string
Query state could be "enqueued", "running", "completed", "failed".
Updated string
Last updated timestamp for the query.
created String
Creation time of the query.
envgroupHostname String
Hostname is available only when query is executed at host level.
error String
Error is set when query fails.
executionTime String
ExecutionTime is available only after the query is completed.
name String
Asynchronous Query Name.
queryParams GoogleCloudApigeeV1QueryMetadataResponse
Contains information like metrics, dimenstions etc of the AsyncQuery.
reportDefinitionId String
Asynchronous Report ID.
result GoogleCloudApigeeV1AsyncQueryResultResponse
Result is available only after the query is completed.
resultFileSize String
ResultFileSize is available only after the query is completed.
resultRows String
ResultRows is available only after the query is completed.
self String
Self link of the query. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd
state String
Query state could be "enqueued", "running", "completed", "failed".
updated String
Last updated timestamp for the query.
created string
Creation time of the query.
envgroupHostname string
Hostname is available only when query is executed at host level.
error string
Error is set when query fails.
executionTime string
ExecutionTime is available only after the query is completed.
name string
Asynchronous Query Name.
queryParams GoogleCloudApigeeV1QueryMetadataResponse
Contains information like metrics, dimenstions etc of the AsyncQuery.
reportDefinitionId string
Asynchronous Report ID.
result GoogleCloudApigeeV1AsyncQueryResultResponse
Result is available only after the query is completed.
resultFileSize string
ResultFileSize is available only after the query is completed.
resultRows string
ResultRows is available only after the query is completed.
self string
Self link of the query. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd
state string
Query state could be "enqueued", "running", "completed", "failed".
updated string
Last updated timestamp for the query.
created str
Creation time of the query.
envgroup_hostname str
Hostname is available only when query is executed at host level.
error str
Error is set when query fails.
execution_time str
ExecutionTime is available only after the query is completed.
name str
Asynchronous Query Name.
query_params GoogleCloudApigeeV1QueryMetadataResponse
Contains information like metrics, dimenstions etc of the AsyncQuery.
report_definition_id str
Asynchronous Report ID.
result GoogleCloudApigeeV1AsyncQueryResultResponse
Result is available only after the query is completed.
result_file_size str
ResultFileSize is available only after the query is completed.
result_rows str
ResultRows is available only after the query is completed.
self str
Self link of the query. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd
state str
Query state could be "enqueued", "running", "completed", "failed".
updated str
Last updated timestamp for the query.
created String
Creation time of the query.
envgroupHostname String
Hostname is available only when query is executed at host level.
error String
Error is set when query fails.
executionTime String
ExecutionTime is available only after the query is completed.
name String
Asynchronous Query Name.
queryParams Property Map
Contains information like metrics, dimenstions etc of the AsyncQuery.
reportDefinitionId String
Asynchronous Report ID.
result Property Map
Result is available only after the query is completed.
resultFileSize String
ResultFileSize is available only after the query is completed.
resultRows String
ResultRows is available only after the query is completed.
self String
Self link of the query. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd
state String
Query state could be "enqueued", "running", "completed", "failed".
updated String
Last updated timestamp for the query.

Supporting Types

GoogleCloudApigeeV1AsyncQueryResultResponse

Expires This property is required. string
Query result will be unaccessable after this time.
Self This property is required. string
Self link of the query results. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result
Expires This property is required. string
Query result will be unaccessable after this time.
Self This property is required. string
Self link of the query results. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result
expires This property is required. String
Query result will be unaccessable after this time.
self This property is required. String
Self link of the query results. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result
expires This property is required. string
Query result will be unaccessable after this time.
self This property is required. string
Self link of the query results. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result
expires This property is required. str
Query result will be unaccessable after this time.
self This property is required. str
Self link of the query results. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result
expires This property is required. String
Query result will be unaccessable after this time.
self This property is required. String
Self link of the query results. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result

GoogleCloudApigeeV1QueryMetadataResponse

Dimensions This property is required. List<string>
Dimensions of the AsyncQuery.
EndTimestamp This property is required. string
End timestamp of the query range.
Metrics This property is required. List<string>
Metrics of the AsyncQuery. Example: ["name:message_count,func:sum,alias:sum_message_count"]
OutputFormat This property is required. string
Output format.
StartTimestamp This property is required. string
Start timestamp of the query range.
TimeUnit This property is required. string
Query GroupBy time unit.
Dimensions This property is required. []string
Dimensions of the AsyncQuery.
EndTimestamp This property is required. string
End timestamp of the query range.
Metrics This property is required. []string
Metrics of the AsyncQuery. Example: ["name:message_count,func:sum,alias:sum_message_count"]
OutputFormat This property is required. string
Output format.
StartTimestamp This property is required. string
Start timestamp of the query range.
TimeUnit This property is required. string
Query GroupBy time unit.
dimensions This property is required. List<String>
Dimensions of the AsyncQuery.
endTimestamp This property is required. String
End timestamp of the query range.
metrics This property is required. List<String>
Metrics of the AsyncQuery. Example: ["name:message_count,func:sum,alias:sum_message_count"]
outputFormat This property is required. String
Output format.
startTimestamp This property is required. String
Start timestamp of the query range.
timeUnit This property is required. String
Query GroupBy time unit.
dimensions This property is required. string[]
Dimensions of the AsyncQuery.
endTimestamp This property is required. string
End timestamp of the query range.
metrics This property is required. string[]
Metrics of the AsyncQuery. Example: ["name:message_count,func:sum,alias:sum_message_count"]
outputFormat This property is required. string
Output format.
startTimestamp This property is required. string
Start timestamp of the query range.
timeUnit This property is required. string
Query GroupBy time unit.
dimensions This property is required. Sequence[str]
Dimensions of the AsyncQuery.
end_timestamp This property is required. str
End timestamp of the query range.
metrics This property is required. Sequence[str]
Metrics of the AsyncQuery. Example: ["name:message_count,func:sum,alias:sum_message_count"]
output_format This property is required. str
Output format.
start_timestamp This property is required. str
Start timestamp of the query range.
time_unit This property is required. str
Query GroupBy time unit.
dimensions This property is required. List<String>
Dimensions of the AsyncQuery.
endTimestamp This property is required. String
End timestamp of the query range.
metrics This property is required. List<String>
Metrics of the AsyncQuery. Example: ["name:message_count,func:sum,alias:sum_message_count"]
outputFormat This property is required. String
Output format.
startTimestamp This property is required. String
Start timestamp of the query range.
timeUnit This property is required. String
Query GroupBy time unit.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi