1. Packages
  2. Wavefront Provider
  3. API Docs
  4. getMaintenanceWindowAll
wavefront 5.1.0 published on Wednesday, Jan 21, 2026 by vmware
wavefront logo
wavefront 5.1.0 published on Wednesday, Jan 21, 2026 by vmware

    Using getMaintenanceWindowAll

    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 getMaintenanceWindowAll(args: GetMaintenanceWindowAllArgs, opts?: InvokeOptions): Promise<GetMaintenanceWindowAllResult>
    function getMaintenanceWindowAllOutput(args: GetMaintenanceWindowAllOutputArgs, opts?: InvokeOptions): Output<GetMaintenanceWindowAllResult>
    def get_maintenance_window_all(id: Optional[str] = None,
                                   limit: Optional[float] = None,
                                   offset: Optional[float] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetMaintenanceWindowAllResult
    def get_maintenance_window_all_output(id: Optional[pulumi.Input[str]] = None,
                                   limit: Optional[pulumi.Input[float]] = None,
                                   offset: Optional[pulumi.Input[float]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetMaintenanceWindowAllResult]
    func GetMaintenanceWindowAll(ctx *Context, args *GetMaintenanceWindowAllArgs, opts ...InvokeOption) (*GetMaintenanceWindowAllResult, error)
    func GetMaintenanceWindowAllOutput(ctx *Context, args *GetMaintenanceWindowAllOutputArgs, opts ...InvokeOption) GetMaintenanceWindowAllResultOutput

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

    public static class GetMaintenanceWindowAll 
    {
        public static Task<GetMaintenanceWindowAllResult> InvokeAsync(GetMaintenanceWindowAllArgs args, InvokeOptions? opts = null)
        public static Output<GetMaintenanceWindowAllResult> Invoke(GetMaintenanceWindowAllInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMaintenanceWindowAllResult> getMaintenanceWindowAll(GetMaintenanceWindowAllArgs args, InvokeOptions options)
    public static Output<GetMaintenanceWindowAllResult> getMaintenanceWindowAll(GetMaintenanceWindowAllArgs args, InvokeOptions options)
    
    fn::invoke:
      function: wavefront:index/getMaintenanceWindowAll:getMaintenanceWindowAll
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Limit double
    Offset double
    Id string
    Limit float64
    Offset float64
    id String
    limit Double
    offset Double
    id string
    limit number
    offset number
    id str
    limit float
    offset float
    id String
    limit Number
    offset Number

    getMaintenanceWindowAll Result

    The following output properties are available:

    Supporting Types

    GetMaintenanceWindowAllMaintenanceWindow

    Package Details

    Repository
    Wavefront vmware/terraform-provider-wavefront
    License
    Notes
    This Pulumi package is based on the wavefront Terraform Provider.
    wavefront logo
    wavefront 5.1.0 published on Wednesday, Jan 21, 2026 by vmware
      Meet Neo: Your AI Platform Teammate