1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getGaiaShowMaestroSites
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 getGaiaShowMaestroSites

    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 getGaiaShowMaestroSites(args: GetGaiaShowMaestroSitesArgs, opts?: InvokeOptions): Promise<GetGaiaShowMaestroSitesResult>
    function getGaiaShowMaestroSitesOutput(args: GetGaiaShowMaestroSitesOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowMaestroSitesResult>
    def get_gaia_show_maestro_sites(debug: Optional[bool] = None,
                                    id: Optional[str] = None,
                                    include_pending_changes: Optional[bool] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetGaiaShowMaestroSitesResult
    def get_gaia_show_maestro_sites_output(debug: pulumi.Input[Optional[bool]] = None,
                                    id: pulumi.Input[Optional[str]] = None,
                                    include_pending_changes: pulumi.Input[Optional[bool]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowMaestroSitesResult]
    func GetGaiaShowMaestroSites(ctx *Context, args *GetGaiaShowMaestroSitesArgs, opts ...InvokeOption) (*GetGaiaShowMaestroSitesResult, error)
    func GetGaiaShowMaestroSitesOutput(ctx *Context, args *GetGaiaShowMaestroSitesOutputArgs, opts ...InvokeOption) GetGaiaShowMaestroSitesResultOutput

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

    public static class GetGaiaShowMaestroSites 
    {
        public static Task<GetGaiaShowMaestroSitesResult> InvokeAsync(GetGaiaShowMaestroSitesArgs args, InvokeOptions? opts = null)
        public static Output<GetGaiaShowMaestroSitesResult> Invoke(GetGaiaShowMaestroSitesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGaiaShowMaestroSitesResult> getGaiaShowMaestroSites(GetGaiaShowMaestroSitesArgs args, InvokeOptions options)
    public static Output<GetGaiaShowMaestroSitesResult> getGaiaShowMaestroSites(GetGaiaShowMaestroSitesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getGaiaShowMaestroSites:getGaiaShowMaestroSites
      arguments:
        # arguments dictionary
    data "checkpoint_getgaiashowmaestrosites" "name" {
        # arguments
    }

    The following arguments are supported:

    debug Boolean
    id String
    includePendingChanges Boolean
    debug boolean
    id string
    includePendingChanges boolean
    debug Boolean
    id String
    includePendingChanges Boolean

    getGaiaShowMaestroSites Result

    The following output properties are available:

    Supporting Types

    GetGaiaShowMaestroSitesSite

    GetGaiaShowMaestroSitesSiteDescription

    GetGaiaShowMaestroSitesSiteGateway

    GetGaiaShowMaestroSitesSiteGatewayDownlinkPort

    OrchestratorId string
    Port string
    OrchestratorId string
    Port string
    orchestrator_id string
    port string
    orchestratorId String
    port String
    orchestratorId string
    port string
    orchestratorId String
    port String

    GetGaiaShowMaestroSitesSiteGatewayVersion

    Major string
    Major string
    major string
    major String
    major string
    major str
    major String

    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