Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Server update schedule datasource schema. Must have a region specified in the provider configuration.
This datasource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide for how to opt-in to use beta resources.
Example Usage
data "stackit_server_update_schedule" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
server_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
update_schedule_id = xxxxx
}
Using getServerUpdateSchedule
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 getServerUpdateSchedule(args: GetServerUpdateScheduleArgs, opts?: InvokeOptions): Promise<GetServerUpdateScheduleResult>
function getServerUpdateScheduleOutput(args: GetServerUpdateScheduleOutputArgs, opts?: InvokeOptions): Output<GetServerUpdateScheduleResult>def get_server_update_schedule(project_id: Optional[str] = None,
region: Optional[str] = None,
server_id: Optional[str] = None,
update_schedule_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetServerUpdateScheduleResult
def get_server_update_schedule_output(project_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
server_id: Optional[pulumi.Input[str]] = None,
update_schedule_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServerUpdateScheduleResult]func LookupServerUpdateSchedule(ctx *Context, args *LookupServerUpdateScheduleArgs, opts ...InvokeOption) (*LookupServerUpdateScheduleResult, error)
func LookupServerUpdateScheduleOutput(ctx *Context, args *LookupServerUpdateScheduleOutputArgs, opts ...InvokeOption) LookupServerUpdateScheduleResultOutput> Note: This function is named LookupServerUpdateSchedule in the Go SDK.
public static class GetServerUpdateSchedule
{
public static Task<GetServerUpdateScheduleResult> InvokeAsync(GetServerUpdateScheduleArgs args, InvokeOptions? opts = null)
public static Output<GetServerUpdateScheduleResult> Invoke(GetServerUpdateScheduleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServerUpdateScheduleResult> getServerUpdateSchedule(GetServerUpdateScheduleArgs args, InvokeOptions options)
public static Output<GetServerUpdateScheduleResult> getServerUpdateSchedule(GetServerUpdateScheduleArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getServerUpdateSchedule:getServerUpdateSchedule
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - STACKIT Project ID to which the server is associated.
- Server
Id string - Server ID for the update schedule.
- Update
Schedule intId - Update schedule ID.
- Region string
- The resource region. If not defined, the provider region is used.
- Project
Id string - STACKIT Project ID to which the server is associated.
- Server
Id string - Server ID for the update schedule.
- Update
Schedule intId - Update schedule ID.
- Region string
- The resource region. If not defined, the provider region is used.
- project
Id String - STACKIT Project ID to which the server is associated.
- server
Id String - Server ID for the update schedule.
- update
Schedule IntegerId - Update schedule ID.
- region String
- The resource region. If not defined, the provider region is used.
- project
Id string - STACKIT Project ID to which the server is associated.
- server
Id string - Server ID for the update schedule.
- update
Schedule numberId - Update schedule ID.
- region string
- The resource region. If not defined, the provider region is used.
- project_
id str - STACKIT Project ID to which the server is associated.
- server_
id str - Server ID for the update schedule.
- update_
schedule_ intid - Update schedule ID.
- region str
- The resource region. If not defined, the provider region is used.
- project
Id String - STACKIT Project ID to which the server is associated.
- server
Id String - Server ID for the update schedule.
- update
Schedule NumberId - Update schedule ID.
- region String
- The resource region. If not defined, the provider region is used.
getServerUpdateSchedule Result
The following output properties are available:
- Enabled bool
- Is the update schedule enabled or disabled.
- Id string
- Maintenance
Window int - Maintenance window [1..24]. Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.
- Name string
- The schedule name.
- Project
Id string - STACKIT Project ID to which the server is associated.
- Rrule string
- An
rrule(Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates. - Server
Id string - Server ID for the update schedule.
- Update
Schedule intId - Update schedule ID.
- Region string
- The resource region. If not defined, the provider region is used.
- Enabled bool
- Is the update schedule enabled or disabled.
- Id string
- Maintenance
Window int - Maintenance window [1..24]. Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.
- Name string
- The schedule name.
- Project
Id string - STACKIT Project ID to which the server is associated.
- Rrule string
- An
rrule(Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates. - Server
Id string - Server ID for the update schedule.
- Update
Schedule intId - Update schedule ID.
- Region string
- The resource region. If not defined, the provider region is used.
- enabled Boolean
- Is the update schedule enabled or disabled.
- id String
- maintenance
Window Integer - Maintenance window [1..24]. Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.
- name String
- The schedule name.
- project
Id String - STACKIT Project ID to which the server is associated.
- rrule String
- An
rrule(Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates. - server
Id String - Server ID for the update schedule.
- update
Schedule IntegerId - Update schedule ID.
- region String
- The resource region. If not defined, the provider region is used.
- enabled boolean
- Is the update schedule enabled or disabled.
- id string
- maintenance
Window number - Maintenance window [1..24]. Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.
- name string
- The schedule name.
- project
Id string - STACKIT Project ID to which the server is associated.
- rrule string
- An
rrule(Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates. - server
Id string - Server ID for the update schedule.
- update
Schedule numberId - Update schedule ID.
- region string
- The resource region. If not defined, the provider region is used.
- enabled bool
- Is the update schedule enabled or disabled.
- id str
- maintenance_
window int - Maintenance window [1..24]. Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.
- name str
- The schedule name.
- project_
id str - STACKIT Project ID to which the server is associated.
- rrule str
- An
rrule(Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates. - server_
id str - Server ID for the update schedule.
- update_
schedule_ intid - Update schedule ID.
- region str
- The resource region. If not defined, the provider region is used.
- enabled Boolean
- Is the update schedule enabled or disabled.
- id String
- maintenance
Window Number - Maintenance window [1..24]. Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.
- name String
- The schedule name.
- project
Id String - STACKIT Project ID to which the server is associated.
- rrule String
- An
rrule(Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates. - server
Id String - Server ID for the update schedule.
- update
Schedule NumberId - Update schedule ID.
- region String
- The resource region. If not defined, the provider region is used.
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
