1. Packages
  2. Zenduty Provider
  3. API Docs
  4. getMaintenanceWindow
zenduty 1.0.3 published on Monday, Mar 24, 2025 by zenduty

zenduty.getMaintenanceWindow

Explore with Pulumi AI

zenduty logo
zenduty 1.0.3 published on Monday, Mar 24, 2025 by zenduty
    import * as pulumi from "@pulumi/pulumi";
    import * as zenduty from "@pulumi/zenduty";
    
    const exampleMaintenanceWindow = zenduty.getMaintenanceWindow({
        teamId: "",
    });
    
    import pulumi
    import pulumi_zenduty as zenduty
    
    example_maintenance_window = zenduty.get_maintenance_window(team_id="")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/zenduty/zenduty"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := zenduty.LookupMaintenanceWindow(ctx, &zenduty.LookupMaintenanceWindowArgs{
    			TeamId: "",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Zenduty = Pulumi.Zenduty;
    
    return await Deployment.RunAsync(() => 
    {
        var exampleMaintenanceWindow = Zenduty.GetMaintenanceWindow.Invoke(new()
        {
            TeamId = "",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.zenduty.ZendutyFunctions;
    import com.pulumi.zenduty.inputs.GetMaintenanceWindowArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var exampleMaintenanceWindow = ZendutyFunctions.getMaintenanceWindow(GetMaintenanceWindowArgs.builder()
                .teamId("")
                .build());
    
        }
    }
    
    variables:
      exampleMaintenanceWindow:
        fn::invoke:
          function: zenduty:getMaintenanceWindow
          arguments:
            teamId: ""
    

    or

    import * as pulumi from "@pulumi/pulumi";
    
    export const zendutyMaintenanceWindow = data.zenduty_maintenance_window.example_maintenance_window.maintenance_windows;
    
    import pulumi
    
    pulumi.export("zendutyMaintenanceWindow", data["zenduty_maintenance_window"]["example_maintenance_window"]["maintenance_windows"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		ctx.Export("zendutyMaintenanceWindow", data.Zenduty_maintenance_window.Example_maintenance_window.Maintenance_windows)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    
    return await Deployment.RunAsync(() => 
    {
        return new Dictionary<string, object?>
        {
            ["zendutyMaintenanceWindow"] = data.Zenduty_maintenance_window.Example_maintenance_window.Maintenance_windows,
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            ctx.export("zendutyMaintenanceWindow", data.zenduty_maintenance_window().example_maintenance_window().maintenance_windows());
        }
    }
    
    outputs:
      zendutyMaintenanceWindow: ${data.zenduty_maintenance_window.example_maintenance_window.maintenance_windows}
    

    Using getMaintenanceWindow

    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 getMaintenanceWindow(args: GetMaintenanceWindowArgs, opts?: InvokeOptions): Promise<GetMaintenanceWindowResult>
    function getMaintenanceWindowOutput(args: GetMaintenanceWindowOutputArgs, opts?: InvokeOptions): Output<GetMaintenanceWindowResult>
    def get_maintenance_window(id: Optional[str] = None,
                               team_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetMaintenanceWindowResult
    def get_maintenance_window_output(id: Optional[pulumi.Input[str]] = None,
                               team_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetMaintenanceWindowResult]
    func LookupMaintenanceWindow(ctx *Context, args *LookupMaintenanceWindowArgs, opts ...InvokeOption) (*LookupMaintenanceWindowResult, error)
    func LookupMaintenanceWindowOutput(ctx *Context, args *LookupMaintenanceWindowOutputArgs, opts ...InvokeOption) LookupMaintenanceWindowResultOutput

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

    public static class GetMaintenanceWindow 
    {
        public static Task<GetMaintenanceWindowResult> InvokeAsync(GetMaintenanceWindowArgs args, InvokeOptions? opts = null)
        public static Output<GetMaintenanceWindowResult> Invoke(GetMaintenanceWindowInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMaintenanceWindowResult> getMaintenanceWindow(GetMaintenanceWindowArgs args, InvokeOptions options)
    public static Output<GetMaintenanceWindowResult> getMaintenanceWindow(GetMaintenanceWindowArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zenduty:index/getMaintenanceWindow:getMaintenanceWindow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TeamId string
    The UniqueID of the team to query.
    Id string
    TeamId string
    The UniqueID of the team to query.
    Id string
    teamId String
    The UniqueID of the team to query.
    id String
    teamId string
    The UniqueID of the team to query.
    id string
    team_id str
    The UniqueID of the team to query.
    id str
    teamId String
    The UniqueID of the team to query.
    id String

    getMaintenanceWindow Result

    The following output properties are available:

    Id string
    MaintenanceWindows List<GetMaintenanceWindowMaintenanceWindow>
    TeamId string
    The unique_id of the team to create the maintenance window in.
    Id string
    MaintenanceWindows []GetMaintenanceWindowMaintenanceWindow
    TeamId string
    The unique_id of the team to create the maintenance window in.
    id String
    maintenanceWindows List<GetMaintenanceWindowMaintenanceWindow>
    teamId String
    The unique_id of the team to create the maintenance window in.
    id string
    maintenanceWindows GetMaintenanceWindowMaintenanceWindow[]
    teamId string
    The unique_id of the team to create the maintenance window in.
    id str
    maintenance_windows Sequence[GetMaintenanceWindowMaintenanceWindow]
    team_id str
    The unique_id of the team to create the maintenance window in.
    id String
    maintenanceWindows List<Property Map>
    teamId String
    The unique_id of the team to create the maintenance window in.

    Supporting Types

    GetMaintenanceWindowMaintenanceWindow

    CreationDate string
    EndTime string
    The end time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    Name string
    The name of the maintenance window.
    RepeatInterval double
    The repeat interval of the maintenance window.
    RepeatUntil string
    The repeat until of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    Services List<GetMaintenanceWindowMaintenanceWindowService>
    The service ids that are associated with the maintenance window.These attributes are returned as a list of maps.
    StartTime string
    The start time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    TimeZone string
    UniqueId string
    The unique_id of the maintenance window.
    CreationDate string
    EndTime string
    The end time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    Name string
    The name of the maintenance window.
    RepeatInterval float64
    The repeat interval of the maintenance window.
    RepeatUntil string
    The repeat until of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    Services []GetMaintenanceWindowMaintenanceWindowService
    The service ids that are associated with the maintenance window.These attributes are returned as a list of maps.
    StartTime string
    The start time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    TimeZone string
    UniqueId string
    The unique_id of the maintenance window.
    creationDate String
    endTime String
    The end time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    name String
    The name of the maintenance window.
    repeatInterval Double
    The repeat interval of the maintenance window.
    repeatUntil String
    The repeat until of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    services List<GetMaintenanceWindowMaintenanceWindowService>
    The service ids that are associated with the maintenance window.These attributes are returned as a list of maps.
    startTime String
    The start time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    timeZone String
    uniqueId String
    The unique_id of the maintenance window.
    creationDate string
    endTime string
    The end time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    name string
    The name of the maintenance window.
    repeatInterval number
    The repeat interval of the maintenance window.
    repeatUntil string
    The repeat until of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    services GetMaintenanceWindowMaintenanceWindowService[]
    The service ids that are associated with the maintenance window.These attributes are returned as a list of maps.
    startTime string
    The start time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    timeZone string
    uniqueId string
    The unique_id of the maintenance window.
    creation_date str
    end_time str
    The end time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    name str
    The name of the maintenance window.
    repeat_interval float
    The repeat interval of the maintenance window.
    repeat_until str
    The repeat until of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    services Sequence[GetMaintenanceWindowMaintenanceWindowService]
    The service ids that are associated with the maintenance window.These attributes are returned as a list of maps.
    start_time str
    The start time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    time_zone str
    unique_id str
    The unique_id of the maintenance window.
    creationDate String
    endTime String
    The end time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    name String
    The name of the maintenance window.
    repeatInterval Number
    The repeat interval of the maintenance window.
    repeatUntil String
    The repeat until of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    services List<Property Map>
    The service ids that are associated with the maintenance window.These attributes are returned as a list of maps.
    startTime String
    The start time of the maintenance window in the format of "YYYY-MM-DD HH:MM".
    timeZone String
    uniqueId String
    The unique_id of the maintenance window.

    GetMaintenanceWindowMaintenanceWindowService

    Service string
    The unique_id of the service.
    UniqueId string
    The unique_id of the maintenance window.
    Service string
    The unique_id of the service.
    UniqueId string
    The unique_id of the maintenance window.
    service String
    The unique_id of the service.
    uniqueId String
    The unique_id of the maintenance window.
    service string
    The unique_id of the service.
    uniqueId string
    The unique_id of the maintenance window.
    service str
    The unique_id of the service.
    unique_id str
    The unique_id of the maintenance window.
    service String
    The unique_id of the service.
    uniqueId String
    The unique_id of the maintenance window.

    Package Details

    Repository
    zenduty zenduty/terraform-provider-zenduty
    License
    Notes
    This Pulumi package is based on the zenduty Terraform Provider.
    zenduty logo
    zenduty 1.0.3 published on Monday, Mar 24, 2025 by zenduty