Wavefront v3.1.8 published on Tuesday, Mar 4, 2025 by Pulumi
wavefront.getMaintenanceWindowAll
Explore with Pulumi AI
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(limit: Optional[int] = None,
                               offset: Optional[int] = None,
                               opts: Optional[InvokeOptions] = None) -> GetMaintenanceWindowAllResult
def get_maintenance_window_all_output(limit: Optional[pulumi.Input[int]] = None,
                               offset: Optional[pulumi.Input[int]] = 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
- The provider-assigned unique ID for this managed resource.
- MaintenanceWindows List<GetMaintenance Window All Maintenance Window> 
- Limit int
- Offset int
- Id string
- The provider-assigned unique ID for this managed resource.
- MaintenanceWindows []GetMaintenance Window All Maintenance Window 
- Limit int
- Offset int
- id String
- The provider-assigned unique ID for this managed resource.
- maintenanceWindows List<GetMaintenance Window All Maintenance Window> 
- limit Integer
- offset Integer
- id string
- The provider-assigned unique ID for this managed resource.
- maintenanceWindows GetMaintenance Window All Maintenance Window[] 
- limit number
- offset number
- id str
- The provider-assigned unique ID for this managed resource.
- maintenance_windows Sequence[GetMaintenance Window All Maintenance Window] 
- limit int
- offset int
- id String
- The provider-assigned unique ID for this managed resource.
- maintenanceWindows List<Property Map>
- limit Number
- offset Number
Supporting Types
GetMaintenanceWindowAllMaintenanceWindow     
- CreatedEpoch intMillis 
- CreatorId string
- CustomerId string
- EndTime intIn Seconds 
- EventName string
- HostTag boolGroup Host Names Group Anded 
- Id string
- Reason string
- List<string>
- RelevantHost List<string>Names 
- List<string>
- bool
- RunningState string
- SortAttr int
- StartTime intIn Seconds 
- Title string
- UpdatedEpoch intMillis 
- UpdaterId string
- CreatedEpoch intMillis 
- CreatorId string
- CustomerId string
- EndTime intIn Seconds 
- EventName string
- HostTag boolGroup Host Names Group Anded 
- Id string
- Reason string
- []string
- RelevantHost []stringNames 
- []string
- bool
- RunningState string
- SortAttr int
- StartTime intIn Seconds 
- Title string
- UpdatedEpoch intMillis 
- UpdaterId string
- createdEpoch IntegerMillis 
- creatorId String
- customerId String
- endTime IntegerIn Seconds 
- eventName String
- hostTag BooleanGroup Host Names Group Anded 
- id String
- reason String
- List<String>
- relevantHost List<String>Names 
- List<String>
- Boolean
- runningState String
- sortAttr Integer
- startTime IntegerIn Seconds 
- title String
- updatedEpoch IntegerMillis 
- updaterId String
- createdEpoch numberMillis 
- creatorId string
- customerId string
- endTime numberIn Seconds 
- eventName string
- hostTag booleanGroup Host Names Group Anded 
- id string
- reason string
- string[]
- relevantHost string[]Names 
- string[]
- boolean
- runningState string
- sortAttr number
- startTime numberIn Seconds 
- title string
- updatedEpoch numberMillis 
- updaterId string
- created_epoch_ intmillis 
- creator_id str
- customer_id str
- end_time_ intin_ 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 int
- start_time_ intin_ seconds 
- title str
- updated_epoch_ intmillis 
- updater_id str
- createdEpoch NumberMillis 
- creatorId String
- customerId String
- endTime NumberIn Seconds 
- eventName String
- hostTag BooleanGroup Host Names Group Anded 
- id String
- reason String
- List<String>
- relevantHost List<String>Names 
- List<String>
- Boolean
- runningState String
- sortAttr Number
- startTime NumberIn Seconds 
- title String
- updatedEpoch NumberMillis 
- updaterId String
Package Details
- Repository
- Wavefront pulumi/pulumi-wavefront
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the wavefrontTerraform Provider.