wavefront 5.1.0 published on Wednesday, Jan 21, 2026 by vmware
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 dictionaryThe following arguments are supported:
getMaintenanceWindowAll Result
The following output properties are available:
- Id string
- Maintenance
Windows List<GetMaintenance Window All Maintenance Window> - Limit double
- Offset double
- Id string
- Maintenance
Windows []GetMaintenance Window All Maintenance Window - Limit float64
- Offset float64
- id String
- maintenance
Windows List<GetMaintenance Window All Maintenance Window> - limit Double
- offset Double
- id string
- maintenance
Windows GetMaintenance Window All Maintenance Window[] - limit number
- offset number
- id String
- maintenance
Windows List<Property Map> - limit Number
- offset Number
Supporting Types
GetMaintenanceWindowAllMaintenanceWindow
- Created
Epoch doubleMillis - Creator
Id string - Customer
Id string - End
Time doubleIn Seconds - Event
Name string - Host
Tag boolGroup Host Names Group Anded - Id string
- Reason string
- List<string>
- Relevant
Host List<string>Names - List<string>
- bool
- Running
State string - Sort
Attr double - Start
Time doubleIn Seconds - Title string
- Updated
Epoch doubleMillis - Updater
Id string
- Created
Epoch float64Millis - Creator
Id string - Customer
Id string - End
Time float64In Seconds - Event
Name string - Host
Tag boolGroup Host Names Group Anded - Id string
- Reason string
- []string
- Relevant
Host []stringNames - []string
- bool
- Running
State string - Sort
Attr float64 - Start
Time float64In Seconds - Title string
- Updated
Epoch float64Millis - Updater
Id string
- created
Epoch DoubleMillis - creator
Id String - customer
Id String - end
Time DoubleIn Seconds - event
Name String - host
Tag BooleanGroup Host Names Group Anded - id String
- reason String
- List<String>
- relevant
Host List<String>Names - List<String>
- Boolean
- running
State String - sort
Attr Double - start
Time DoubleIn Seconds - title String
- updated
Epoch DoubleMillis - updater
Id String
- created
Epoch numberMillis - creator
Id string - customer
Id string - end
Time numberIn Seconds - event
Name string - host
Tag booleanGroup Host Names Group Anded - id string
- reason string
- string[]
- relevant
Host string[]Names - string[]
- boolean
- running
State string - sort
Attr number - start
Time numberIn Seconds - title string
- updated
Epoch numberMillis - updater
Id string
- created_
epoch_ floatmillis - creator_
id str - customer_
id str - end_
time_ floatin_ seconds - event_
name str - host_
tag_ boolgroup_ host_ names_ group_ anded - id str
- reason str
- Sequence[str]
- relevant_
host_ Sequence[str]names - Sequence[str]
- bool
- running_
state str - sort_
attr float - start_
time_ floatin_ seconds - title str
- updated_
epoch_ floatmillis - updater_
id str
- created
Epoch NumberMillis - creator
Id String - customer
Id String - end
Time NumberIn Seconds - event
Name String - host
Tag BooleanGroup Host Names Group Anded - id String
- reason String
- List<String>
- relevant
Host List<String>Names - List<String>
- Boolean
- running
State String - sort
Attr Number - start
Time NumberIn Seconds - title String
- updated
Epoch NumberMillis - updater
Id String
Package Details
- Repository
- Wavefront vmware/terraform-provider-wavefront
- License
- Notes
- This Pulumi package is based on the
wavefrontTerraform Provider.
wavefront 5.1.0 published on Wednesday, Jan 21, 2026 by vmware
