1. Packages
  2. Honeycombio Provider
  3. API Docs
  4. getQueryResult
honeycombio 0.31.0 published on Friday, Mar 7, 2025 by honeycombio

honeycombio.getQueryResult

Explore with Pulumi AI

honeycombio logo
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 dictionary

    The 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 string
    GraphImageUrl string
    Id string
    QueryId string
    The ID of the Query created and executed to obtain the result.
    QueryJson string
    QueryUrl string
    The permalink to the executed query's results.
    Results List<ImmutableDictionary<string, string>>
    Dataset string
    GraphImageUrl string
    Id string
    QueryId string
    The ID of the Query created and executed to obtain the result.
    QueryJson string
    QueryUrl string
    The permalink to the executed query's results.
    Results []map[string]string
    dataset String
    graphImageUrl String
    id String
    queryId String
    The ID of the Query created and executed to obtain the result.
    queryJson String
    queryUrl String
    The permalink to the executed query's results.
    results List<Map<String,String>>
    dataset string
    graphImageUrl string
    id string
    queryId string
    The ID of the Query created and executed to obtain the result.
    queryJson string
    queryUrl string
    The permalink to the executed query's results.
    results {[key: string]: string}[]
    dataset str
    graph_image_url str
    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]]
    dataset String
    graphImageUrl String
    id String
    queryId String
    The ID of the Query created and executed to obtain the result.
    queryJson String
    queryUrl String
    The permalink to the executed query's results.
    results List<Map<String>>

    Package Details

    Repository
    honeycombio honeycombio/terraform-provider-honeycombio
    License
    Notes
    This Pulumi package is based on the honeycombio Terraform Provider.
    honeycombio logo
    honeycombio 0.31.0 published on Friday, Mar 7, 2025 by honeycombio