interface PostQueryRequest {
    body: Query;
    org?: string;
    orgID?: string;
}

Properties

Properties

body: Query

Flux query or specification to execute

org?: string

The name or ID of the organization executing the query.

  • Doesn't use org or orgID.
  • Queries the bucket in the organization associated with the authorization (API token).
  • Requires either org or orgID.
orgID?: string

The ID of the organization executing the query.

  • Doesn't use org or orgID.
  • Queries the bucket in the organization associated with the authorization (API token).
  • Requires either org or orgID.
MMNEPVFCICPMFPCPTTAAATR