honeycombio 0.31.0 published on Friday, Mar 7, 2025 by honeycombio
honeycombio.getQueryResult
Explore with Pulumi AI
honeycombio 0.31.0 published on Friday, Mar 7, 2025 by honeycombio
Using getQueryResult
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 getQueryResult(args: GetQueryResultArgs, opts?: InvokeOptions): Promise<GetQueryResultResult>
function getQueryResultOutput(args: GetQueryResultOutputArgs, opts?: InvokeOptions): Output<GetQueryResultResult>def get_query_result(dataset: Optional[str] = None,
                     id: Optional[str] = None,
                     query_json: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetQueryResultResult
def get_query_result_output(dataset: Optional[pulumi.Input[str]] = None,
                     id: Optional[pulumi.Input[str]] = None,
                     query_json: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetQueryResultResult]func GetQueryResult(ctx *Context, args *GetQueryResultArgs, opts ...InvokeOption) (*GetQueryResultResult, error)
func GetQueryResultOutput(ctx *Context, args *GetQueryResultOutputArgs, opts ...InvokeOption) GetQueryResultResultOutput> Note: This function is named GetQueryResult in the Go SDK.
public static class GetQueryResult 
{
    public static Task<GetQueryResultResult> InvokeAsync(GetQueryResultArgs args, InvokeOptions? opts = null)
    public static Output<GetQueryResultResult> Invoke(GetQueryResultInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetQueryResultResult> getQueryResult(GetQueryResultArgs args, InvokeOptions options)
public static Output<GetQueryResultResult> getQueryResult(GetQueryResultArgs args, InvokeOptions options)
fn::invoke:
  function: honeycombio:index/getQueryResult:getQueryResult
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Dataset string
- The dataset this query is associated with. Use __all__for Environment-wide queries.
- QueryJson string
- A JSON object describing the query according to the Query Specification. While the JSON can be constructed manually, it is easiest to use the honeycombio.getQuerySpecification data source.
- Id string
- Dataset string
- The dataset this query is associated with. Use __all__for Environment-wide queries.
- QueryJson string
- A JSON object describing the query according to the Query Specification. While the JSON can be constructed manually, it is easiest to use the honeycombio.getQuerySpecification data source.
- Id string
- dataset String
- The dataset this query is associated with. Use __all__for Environment-wide queries.
- queryJson String
- A JSON object describing the query according to the Query Specification. While the JSON can be constructed manually, it is easiest to use the honeycombio.getQuerySpecification data source.
- id String
- dataset string
- The dataset this query is associated with. Use __all__for Environment-wide queries.
- queryJson string
- A JSON object describing the query according to the Query Specification. While the JSON can be constructed manually, it is easiest to use the honeycombio.getQuerySpecification data source.
- id string
- dataset str
- The dataset this query is associated with. Use __all__for Environment-wide queries.
- query_json str
- A JSON object describing the query according to the Query Specification. While the JSON can be constructed manually, it is easiest to use the honeycombio.getQuerySpecification data source.
- id str
- dataset String
- The dataset this query is associated with. Use __all__for Environment-wide queries.
- queryJson String
- A JSON object describing the query according to the Query Specification. While the JSON can be constructed manually, it is easiest to use the honeycombio.getQuerySpecification data source.
- id String
getQueryResult Result
The following output properties are available:
- dataset str
- graph_image_ strurl 
- id str
- query_id str
- The ID of the Query created and executed to obtain the result.
- query_json str
- query_url str
- The permalink to the executed query's results.
- results Sequence[Mapping[str, str]]
Package Details
- Repository
- honeycombio honeycombio/terraform-provider-honeycombio
- License
- Notes
- This Pulumi package is based on the honeycombioTerraform Provider.
honeycombio 0.31.0 published on Friday, Mar 7, 2025 by honeycombio