Viewing docs for Rootly v3.8.0
published on Thursday, Jul 30, 2026 by rootlyhq
published on Thursday, Jul 30, 2026 by rootlyhq
Viewing docs for Rootly v3.8.0
published on Thursday, Jul 30, 2026 by rootlyhq
published on Thursday, Jul 30, 2026 by rootlyhq
Example Usage
data "rootly_schedule" "my-schedule" {
name = "my-schedule"
}
Using getSchedule
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 getSchedule(args: GetScheduleArgs, opts?: InvokeOptions): Promise<GetScheduleResult>
function getScheduleOutput(args: GetScheduleOutputArgs, opts?: InvokeOptions): Output<GetScheduleResult>def get_schedule(created_at: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetScheduleResult
def get_schedule_output(created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetScheduleResult]func LookupSchedule(ctx *Context, args *LookupScheduleArgs, opts ...InvokeOption) (*LookupScheduleResult, error)
func LookupScheduleOutput(ctx *Context, args *LookupScheduleOutputArgs, opts ...InvokeOption) LookupScheduleResultOutput> Note: This function is named LookupSchedule in the Go SDK.
public static class GetSchedule
{
public static Task<GetScheduleResult> InvokeAsync(GetScheduleArgs args, InvokeOptions? opts = null)
public static Output<GetScheduleResult> Invoke(GetScheduleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetScheduleResult> getSchedule(GetScheduleArgs args, InvokeOptions options)
public static Output<GetScheduleResult> getSchedule(GetScheduleArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getSchedule:getSchedule
arguments:
# arguments dictionarydata "rootly_get_schedule" "name" {
# arguments
}The following arguments are supported:
- created_
at map(string) - Filter by date range using 'lt' and 'gt'.
- name string
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- name str
getSchedule Result
The following output properties are available:
- Id string
- The ID of this resource.
- Include
Shadows boolIn Slack Notifications - Name string
- Shift
Report stringDay Of Week - Shift
Report boolEnabled - Shift
Report stringTime Of Day - Shift
Report stringTime Zone - Shift
Start boolNotifications Enabled - Shift
Update boolNotifications Enabled - Sync
Linear boolEnabled - Created
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Id string
- The ID of this resource.
- Include
Shadows boolIn Slack Notifications - Name string
- Shift
Report stringDay Of Week - Shift
Report boolEnabled - Shift
Report stringTime Of Day - Shift
Report stringTime Zone - Shift
Start boolNotifications Enabled - Shift
Update boolNotifications Enabled - Sync
Linear boolEnabled - Created
At map[string]string - Filter by date range using 'lt' and 'gt'.
- id string
- The ID of this resource.
- include_
shadows_ boolin_ slack_ notifications - name string
- shift_
report_ stringday_ of_ week - shift_
report_ boolenabled - shift_
report_ stringtime_ of_ day - shift_
report_ stringtime_ zone - shift_
start_ boolnotifications_ enabled - shift_
update_ boolnotifications_ enabled - sync_
linear_ boolenabled - created_
at map(string) - Filter by date range using 'lt' and 'gt'.
- id String
- The ID of this resource.
- include
Shadows BooleanIn Slack Notifications - name String
- shift
Report StringDay Of Week - shift
Report BooleanEnabled - shift
Report StringTime Of Day - shift
Report StringTime Zone - shift
Start BooleanNotifications Enabled - shift
Update BooleanNotifications Enabled - sync
Linear BooleanEnabled - created
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- id string
- The ID of this resource.
- include
Shadows booleanIn Slack Notifications - name string
- shift
Report stringDay Of Week - shift
Report booleanEnabled - shift
Report stringTime Of Day - shift
Report stringTime Zone - shift
Start booleanNotifications Enabled - shift
Update booleanNotifications Enabled - sync
Linear booleanEnabled - created
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- id str
- The ID of this resource.
- include_
shadows_ boolin_ slack_ notifications - name str
- shift_
report_ strday_ of_ week - shift_
report_ boolenabled - shift_
report_ strtime_ of_ day - shift_
report_ strtime_ zone - shift_
start_ boolnotifications_ enabled - shift_
update_ boolnotifications_ enabled - sync_
linear_ boolenabled - created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- id String
- The ID of this resource.
- include
Shadows BooleanIn Slack Notifications - name String
- shift
Report StringDay Of Week - shift
Report BooleanEnabled - shift
Report StringTime Of Day - shift
Report StringTime Zone - shift
Start BooleanNotifications Enabled - shift
Update BooleanNotifications Enabled - sync
Linear BooleanEnabled - created
At Map<String> - Filter by date range using 'lt' and 'gt'.
Package Details
- Repository
- rootly rootlyhq/pulumi-rootly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rootlyTerraform Provider.
Viewing docs for Rootly v3.8.0
published on Thursday, Jul 30, 2026 by rootlyhq
published on Thursday, Jul 30, 2026 by rootlyhq