1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getGaiaShowStatistics
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw

    Using getGaiaShowStatistics

    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 getGaiaShowStatistics(args: GetGaiaShowStatisticsArgs, opts?: InvokeOptions): Promise<GetGaiaShowStatisticsResult>
    function getGaiaShowStatisticsOutput(args: GetGaiaShowStatisticsOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowStatisticsResult>
    def get_gaia_show_statistics(debug: Optional[bool] = None,
                                 id: Optional[str] = None,
                                 member_id: Optional[str] = None,
                                 new_query: Optional[GetGaiaShowStatisticsNewQuery] = None,
                                 use_cursor: Optional[GetGaiaShowStatisticsUseCursor] = None,
                                 virtual_system_id: Optional[float] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetGaiaShowStatisticsResult
    def get_gaia_show_statistics_output(debug: pulumi.Input[Optional[bool]] = None,
                                 id: pulumi.Input[Optional[str]] = None,
                                 member_id: pulumi.Input[Optional[str]] = None,
                                 new_query: pulumi.Input[Optional[GetGaiaShowStatisticsNewQueryArgs]] = None,
                                 use_cursor: pulumi.Input[Optional[GetGaiaShowStatisticsUseCursorArgs]] = None,
                                 virtual_system_id: pulumi.Input[Optional[float]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowStatisticsResult]
    func GetGaiaShowStatistics(ctx *Context, args *GetGaiaShowStatisticsArgs, opts ...InvokeOption) (*GetGaiaShowStatisticsResult, error)
    func GetGaiaShowStatisticsOutput(ctx *Context, args *GetGaiaShowStatisticsOutputArgs, opts ...InvokeOption) GetGaiaShowStatisticsResultOutput

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

    public static class GetGaiaShowStatistics 
    {
        public static Task<GetGaiaShowStatisticsResult> InvokeAsync(GetGaiaShowStatisticsArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowStatisticsResult> Invoke(GetGaiaShowStatisticsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowStatisticsResult> getGaiaShowStatistics(GetGaiaShowStatisticsArgs args, InvokeOptions options)
    public static Output<GetGaiaShowStatisticsResult> getGaiaShowStatistics(GetGaiaShowStatisticsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowStatistics:getGaiaShowStatistics
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowstatistics" "name" {
        # arguments
    }

    The following arguments are supported:

    Debug bool
    Id string
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    NewQuery GetGaiaShowStatisticsNewQuery
    Create new query. new_query blocks are documented below.
    UseCursor GetGaiaShowStatisticsUseCursor
    Request for data on existing query. use_cursor blocks are documented below.
    VirtualSystemId double
    Virtual System ID. Relevant for VSNext setups
    Debug bool
    Id string
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    NewQuery GetGaiaShowStatisticsNewQuery
    Create new query. new_query blocks are documented below.
    UseCursor GetGaiaShowStatisticsUseCursor
    Request for data on existing query. use_cursor blocks are documented below.
    VirtualSystemId float64
    Virtual System ID. Relevant for VSNext setups
    debug bool
    id string
    member_id string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    new_query object
    Create new query. new_query blocks are documented below.
    use_cursor object
    Request for data on existing query. use_cursor blocks are documented below.
    virtual_system_id number
    Virtual System ID. Relevant for VSNext setups
    debug Boolean
    id String
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    newQuery GetGaiaShowStatisticsNewQuery
    Create new query. new_query blocks are documented below.
    useCursor GetGaiaShowStatisticsUseCursor
    Request for data on existing query. use_cursor blocks are documented below.
    virtualSystemId Double
    Virtual System ID. Relevant for VSNext setups
    debug boolean
    id string
    memberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    newQuery GetGaiaShowStatisticsNewQuery
    Create new query. new_query blocks are documented below.
    useCursor GetGaiaShowStatisticsUseCursor
    Request for data on existing query. use_cursor blocks are documented below.
    virtualSystemId number
    Virtual System ID. Relevant for VSNext setups
    debug bool
    id str
    member_id str
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    new_query GetGaiaShowStatisticsNewQuery
    Create new query. new_query blocks are documented below.
    use_cursor GetGaiaShowStatisticsUseCursor
    Request for data on existing query. use_cursor blocks are documented below.
    virtual_system_id float
    Virtual System ID. Relevant for VSNext setups
    debug Boolean
    id String
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    newQuery Property Map
    Create new query. new_query blocks are documented below.
    useCursor Property Map
    Request for data on existing query. use_cursor blocks are documented below.
    virtualSystemId Number
    Virtual System ID. Relevant for VSNext setups

    getGaiaShowStatistics Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowStatisticsData

    GetGaiaShowStatisticsDataRecord

    GetGaiaShowStatisticsDataRecordTimestamp

    Iso8601 string
    Posix double
    Iso8601 string
    Posix float64
    iso8601 string
    posix number
    iso8601 String
    posix Double
    iso8601 string
    posix number
    iso8601 str
    posix float
    iso8601 String
    posix Number

    GetGaiaShowStatisticsDataTableColumn

    ColumnStatId string
    Description string
    Name string
    Type string
    ColumnStatId string
    Description string
    Name string
    Type string
    column_stat_id string
    description string
    name string
    type string
    columnStatId String
    description String
    name String
    type String
    columnStatId string
    description string
    name string
    type string
    columnStatId String
    description String
    name String
    type String

    GetGaiaShowStatisticsNewQuery

    Filters List<string>
    Filter the results by a list of labels and stat-IDs filter blocks are documented below.
    FromDate string
    The starting date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    HistoricalData bool
    Data response should contains historical data.. Supported starting from Gaia version R82.10
    IgnoreWarnings bool
    Ignore all warnings.
    OverrideDbName string
    Override the historical database name (Notice you can only provide a name - You must upload the DB as .dat).. Supported starting from Gaia version R82.10
    RecordsLimit double
    Limit the amount of records in the result.. Supported starting from Gaia version R82.10
    ShowInfo bool
    Data response contains additional information.
    ToDate string
    The ending date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    Filters []string
    Filter the results by a list of labels and stat-IDs filter blocks are documented below.
    FromDate string
    The starting date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    HistoricalData bool
    Data response should contains historical data.. Supported starting from Gaia version R82.10
    IgnoreWarnings bool
    Ignore all warnings.
    OverrideDbName string
    Override the historical database name (Notice you can only provide a name - You must upload the DB as .dat).. Supported starting from Gaia version R82.10
    RecordsLimit float64
    Limit the amount of records in the result.. Supported starting from Gaia version R82.10
    ShowInfo bool
    Data response contains additional information.
    ToDate string
    The ending date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    filters list(string)
    Filter the results by a list of labels and stat-IDs filter blocks are documented below.
    from_date string
    The starting date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    historical_data bool
    Data response should contains historical data.. Supported starting from Gaia version R82.10
    ignore_warnings bool
    Ignore all warnings.
    override_db_name string
    Override the historical database name (Notice you can only provide a name - You must upload the DB as .dat).. Supported starting from Gaia version R82.10
    records_limit number
    Limit the amount of records in the result.. Supported starting from Gaia version R82.10
    show_info bool
    Data response contains additional information.
    to_date string
    The ending date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    filters List<String>
    Filter the results by a list of labels and stat-IDs filter blocks are documented below.
    fromDate String
    The starting date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    historicalData Boolean
    Data response should contains historical data.. Supported starting from Gaia version R82.10
    ignoreWarnings Boolean
    Ignore all warnings.
    overrideDbName String
    Override the historical database name (Notice you can only provide a name - You must upload the DB as .dat).. Supported starting from Gaia version R82.10
    recordsLimit Double
    Limit the amount of records in the result.. Supported starting from Gaia version R82.10
    showInfo Boolean
    Data response contains additional information.
    toDate String
    The ending date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    filters string[]
    Filter the results by a list of labels and stat-IDs filter blocks are documented below.
    fromDate string
    The starting date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    historicalData boolean
    Data response should contains historical data.. Supported starting from Gaia version R82.10
    ignoreWarnings boolean
    Ignore all warnings.
    overrideDbName string
    Override the historical database name (Notice you can only provide a name - You must upload the DB as .dat).. Supported starting from Gaia version R82.10
    recordsLimit number
    Limit the amount of records in the result.. Supported starting from Gaia version R82.10
    showInfo boolean
    Data response contains additional information.
    toDate string
    The ending date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    filters Sequence[str]
    Filter the results by a list of labels and stat-IDs filter blocks are documented below.
    from_date str
    The starting date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    historical_data bool
    Data response should contains historical data.. Supported starting from Gaia version R82.10
    ignore_warnings bool
    Ignore all warnings.
    override_db_name str
    Override the historical database name (Notice you can only provide a name - You must upload the DB as .dat).. Supported starting from Gaia version R82.10
    records_limit float
    Limit the amount of records in the result.. Supported starting from Gaia version R82.10
    show_info bool
    Data response contains additional information.
    to_date str
    The ending date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    filters List<String>
    Filter the results by a list of labels and stat-IDs filter blocks are documented below.
    fromDate String
    The starting date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10
    historicalData Boolean
    Data response should contains historical data.. Supported starting from Gaia version R82.10
    ignoreWarnings Boolean
    Ignore all warnings.
    overrideDbName String
    Override the historical database name (Notice you can only provide a name - You must upload the DB as .dat).. Supported starting from Gaia version R82.10
    recordsLimit Number
    Limit the amount of records in the result.. Supported starting from Gaia version R82.10
    showInfo Boolean
    Data response contains additional information.
    toDate String
    The ending date (posix/iso-8601) for the query.. Supported starting from Gaia version R82.10

    GetGaiaShowStatisticsUseCursor

    CursorId string
    The cursor ID for an existing query. For cursor based pagination.
    CursorId string
    The cursor ID for an existing query. For cursor based pagination.
    cursor_id string
    The cursor ID for an existing query. For cursor based pagination.
    cursorId String
    The cursor ID for an existing query. For cursor based pagination.
    cursorId string
    The cursor ID for an existing query. For cursor based pagination.
    cursor_id str
    The cursor ID for an existing query. For cursor based pagination.
    cursorId String
    The cursor ID for an existing query. For cursor based pagination.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.2.0
    published on Monday, Jun 15, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial