Viewing docs for Rootly v4.0.0
published on Tuesday, Sep 15, 2026 by rootlyhq
published on Tuesday, Sep 15, 2026 by rootlyhq
Viewing docs for Rootly v4.0.0
published on Tuesday, Sep 15, 2026 by rootlyhq
published on Tuesday, Sep 15, 2026 by rootlyhq
Retrieves a single service using either its id or search criteria (name, slug, externalId, cortexId, backstageId, alertBroadcastEnabled, or incidentBroadcastEnabled). id cannot be combined with filter attributes. If multiple services match the provided filters, an error will be raised.
Example Usage
data "rootly_service" "my-service" {
id = "bfba89f8-98bb-43cf-aca4-789aff1b5e5b"
}
Using getService
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 getService(args: GetServiceArgs, opts?: InvokeOptions): Promise<GetServiceResult>
function getServiceOutput(args: GetServiceOutputArgs, opts?: InvokeOutputOptions): Output<GetServiceResult>def get_service(alert_broadcast_enabled: Optional[bool] = None,
backstage_id: Optional[str] = None,
cortex_id: Optional[str] = None,
external_id: Optional[str] = None,
id: Optional[str] = None,
incident_broadcast_enabled: Optional[bool] = None,
name: Optional[str] = None,
slug: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceResult
def get_service_output(alert_broadcast_enabled: pulumi.Input[Optional[bool]] = None,
backstage_id: pulumi.Input[Optional[str]] = None,
cortex_id: pulumi.Input[Optional[str]] = None,
external_id: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
incident_broadcast_enabled: pulumi.Input[Optional[bool]] = None,
name: pulumi.Input[Optional[str]] = None,
slug: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetServiceResult]func LookupService(ctx *Context, args *LookupServiceArgs, opts ...InvokeOption) (*LookupServiceResult, error)
func LookupServiceOutput(ctx *Context, args *LookupServiceOutputArgs, opts ...InvokeOption) LookupServiceResultOutput> Note: This function is named LookupService in the Go SDK.
public static class GetService
{
public static Task<GetServiceResult> InvokeAsync(GetServiceArgs args, InvokeOptions? opts = null)
public static Output<GetServiceResult> Invoke(GetServiceInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetServiceResult> Invoke(GetServiceInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
public static Output<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
public static Output<GetServiceResult> getService(GetServiceArgs args, InvokeOutputOptions options)
fn::invoke:
function: rootly:index/getService:getService
arguments:
# arguments dictionarydata "rootly_get_service" "name" {
# arguments
}The following arguments are supported:
- Alert
Broadcast boolEnabled - Enable alerts to be broadcasted to a specific channel.
- Backstage
Id string - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- Cortex
Id string - The Cortex group id associated to this service.
- External
Id string - The external id associated to this service.
- Id string
- The ID of the resource.
- Incident
Broadcast boolEnabled - Enable incidents to be broadcasted to a specific channel.
- Name string
- The name of the service.
- Slug string
- The slug of the service.
- Alert
Broadcast boolEnabled - Enable alerts to be broadcasted to a specific channel.
- Backstage
Id string - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- Cortex
Id string - The Cortex group id associated to this service.
- External
Id string - The external id associated to this service.
- Id string
- The ID of the resource.
- Incident
Broadcast boolEnabled - Enable incidents to be broadcasted to a specific channel.
- Name string
- The name of the service.
- Slug string
- The slug of the service.
- alert_
broadcast_ boolenabled - Enable alerts to be broadcasted to a specific channel.
- backstage_
id string - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- cortex_
id string - The Cortex group id associated to this service.
- external_
id string - The external id associated to this service.
- id string
- The ID of the resource.
- incident_
broadcast_ boolenabled - Enable incidents to be broadcasted to a specific channel.
- name string
- The name of the service.
- slug string
- The slug of the service.
- alert
Broadcast BooleanEnabled - Enable alerts to be broadcasted to a specific channel.
- backstage
Id String - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- cortex
Id String - The Cortex group id associated to this service.
- external
Id String - The external id associated to this service.
- id String
- The ID of the resource.
- incident
Broadcast BooleanEnabled - Enable incidents to be broadcasted to a specific channel.
- name String
- The name of the service.
- slug String
- The slug of the service.
- alert
Broadcast booleanEnabled - Enable alerts to be broadcasted to a specific channel.
- backstage
Id string - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- cortex
Id string - The Cortex group id associated to this service.
- external
Id string - The external id associated to this service.
- id string
- The ID of the resource.
- incident
Broadcast booleanEnabled - Enable incidents to be broadcasted to a specific channel.
- name string
- The name of the service.
- slug string
- The slug of the service.
- alert_
broadcast_ boolenabled - Enable alerts to be broadcasted to a specific channel.
- backstage_
id str - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- cortex_
id str - The Cortex group id associated to this service.
- external_
id str - The external id associated to this service.
- id str
- The ID of the resource.
- incident_
broadcast_ boolenabled - Enable incidents to be broadcasted to a specific channel.
- name str
- The name of the service.
- slug str
- The slug of the service.
- alert
Broadcast BooleanEnabled - Enable alerts to be broadcasted to a specific channel.
- backstage
Id String - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- cortex
Id String - The Cortex group id associated to this service.
- external
Id String - The external id associated to this service.
- id String
- The ID of the resource.
- incident
Broadcast BooleanEnabled - Enable incidents to be broadcasted to a specific channel.
- name String
- The name of the service.
- slug String
- The slug of the service.
getService Result
The following output properties are available:
- Alert
Broadcast GetChannel Service Alert Broadcast Channel - Slack channel to broadcast alerts to.
- Alert
Broadcast boolEnabled - Enable alerts to be broadcasted to a specific channel.
- Alert
Urgency stringId - The alert urgency id of the service.
- Alerts
Email stringAddress - Email generated to send alerts to.
- Alerts
Email boolEnabled - Enable alerts through email.
- Backstage
Id string - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- Color string
- The hex color of the service.
- Cortex
Id string - The Cortex group id associated to this service.
- Created
At string - Date of creation.
- Description string
- The description of the service.
- Environment
Ids List<string> - Environments associated with this service.
- Escalation
Policy stringId - The escalation policy id of the service.
- External
Id string - The external id associated to this service.
- Github
Repository stringBranch - The GitHub repository branch associated to this service. eg: main.
- Github
Repository stringName - The GitHub repository name associated to this service. eg: rootlyhq/my-service.
- Gitlab
Repository stringBranch - The GitLab repository branch associated to this service. eg: main.
- Gitlab
Repository stringName - The GitLab repository name associated to this service. eg: rootlyhq/my-service.
- Id string
- The ID of the resource.
- Incident
Broadcast GetChannel Service Incident Broadcast Channel - Slack channel to broadcast incidents to.
- Incident
Broadcast boolEnabled - Enable incidents to be broadcasted to a specific channel.
- Kubernetes
Deployment stringName - The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
- Managed
By string - How this service is managed (provenance): web, api, terraform, etc. Read-only. Value must be one of
web,adminWeb,api,terraform,pulumi,backstage,catalogSync. - Name string
- The name of the service.
- Notify
Emails List<string> - Emails attached to the service.
- Opsgenie
Id string - The Opsgenie service id associated to this service.
- Owner
Group List<string>Ids - Owner Teams associated with this service.
- Owner
User List<double>Ids - Owner Users associated with this service.
- Pagerduty
Id string - The PagerDuty service id associated to this service.
- Position int
- Position of the service.
- Properties
List<Get
Service Property> - Array of property values for this service.
- Public
Description string - The status page description of the service.
- Service
Ids List<string> - Services dependent on this service.
- Service
Now stringCi Sys Id - The Service Now CI sys id associated to this service.
- Slack
Aliases List<GetService Slack Alias> - Slack Aliases associated with this service.
- Slack
Channels List<GetService Slack Channel> - Slack Channels associated with this service.
- Slug string
- The slug of the service.
- Updated
At string - Date of last update.
- Alert
Broadcast GetChannel Service Alert Broadcast Channel - Slack channel to broadcast alerts to.
- Alert
Broadcast boolEnabled - Enable alerts to be broadcasted to a specific channel.
- Alert
Urgency stringId - The alert urgency id of the service.
- Alerts
Email stringAddress - Email generated to send alerts to.
- Alerts
Email boolEnabled - Enable alerts through email.
- Backstage
Id string - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- Color string
- The hex color of the service.
- Cortex
Id string - The Cortex group id associated to this service.
- Created
At string - Date of creation.
- Description string
- The description of the service.
- Environment
Ids []string - Environments associated with this service.
- Escalation
Policy stringId - The escalation policy id of the service.
- External
Id string - The external id associated to this service.
- Github
Repository stringBranch - The GitHub repository branch associated to this service. eg: main.
- Github
Repository stringName - The GitHub repository name associated to this service. eg: rootlyhq/my-service.
- Gitlab
Repository stringBranch - The GitLab repository branch associated to this service. eg: main.
- Gitlab
Repository stringName - The GitLab repository name associated to this service. eg: rootlyhq/my-service.
- Id string
- The ID of the resource.
- Incident
Broadcast GetChannel Service Incident Broadcast Channel - Slack channel to broadcast incidents to.
- Incident
Broadcast boolEnabled - Enable incidents to be broadcasted to a specific channel.
- Kubernetes
Deployment stringName - The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
- Managed
By string - How this service is managed (provenance): web, api, terraform, etc. Read-only. Value must be one of
web,adminWeb,api,terraform,pulumi,backstage,catalogSync. - Name string
- The name of the service.
- Notify
Emails []string - Emails attached to the service.
- Opsgenie
Id string - The Opsgenie service id associated to this service.
- Owner
Group []stringIds - Owner Teams associated with this service.
- Owner
User []float64Ids - Owner Users associated with this service.
- Pagerduty
Id string - The PagerDuty service id associated to this service.
- Position int
- Position of the service.
- Properties
[]Get
Service Property - Array of property values for this service.
- Public
Description string - The status page description of the service.
- Service
Ids []string - Services dependent on this service.
- Service
Now stringCi Sys Id - The Service Now CI sys id associated to this service.
- Slack
Aliases []GetService Slack Alias - Slack Aliases associated with this service.
- Slack
Channels []GetService Slack Channel - Slack Channels associated with this service.
- Slug string
- The slug of the service.
- Updated
At string - Date of last update.
- alert_
broadcast_ objectchannel - Slack channel to broadcast alerts to.
- alert_
broadcast_ boolenabled - Enable alerts to be broadcasted to a specific channel.
- alert_
urgency_ stringid - The alert urgency id of the service.
- alerts_
email_ stringaddress - Email generated to send alerts to.
- alerts_
email_ boolenabled - Enable alerts through email.
- backstage_
id string - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- color string
- The hex color of the service.
- cortex_
id string - The Cortex group id associated to this service.
- created_
at string - Date of creation.
- description string
- The description of the service.
- environment_
ids list(string) - Environments associated with this service.
- escalation_
policy_ stringid - The escalation policy id of the service.
- external_
id string - The external id associated to this service.
- github_
repository_ stringbranch - The GitHub repository branch associated to this service. eg: main.
- github_
repository_ stringname - The GitHub repository name associated to this service. eg: rootlyhq/my-service.
- gitlab_
repository_ stringbranch - The GitLab repository branch associated to this service. eg: main.
- gitlab_
repository_ stringname - The GitLab repository name associated to this service. eg: rootlyhq/my-service.
- id string
- The ID of the resource.
- incident_
broadcast_ objectchannel - Slack channel to broadcast incidents to.
- incident_
broadcast_ boolenabled - Enable incidents to be broadcasted to a specific channel.
- kubernetes_
deployment_ stringname - The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
- managed_
by string - How this service is managed (provenance): web, api, terraform, etc. Read-only. Value must be one of
web,adminWeb,api,terraform,pulumi,backstage,catalogSync. - name string
- The name of the service.
- notify_
emails list(string) - Emails attached to the service.
- opsgenie_
id string - The Opsgenie service id associated to this service.
- owner_
group_ list(string)ids - Owner Teams associated with this service.
- owner_
user_ list(number)ids - Owner Users associated with this service.
- pagerduty_
id string - The PagerDuty service id associated to this service.
- position number
- Position of the service.
- properties list(object)
- Array of property values for this service.
- public_
description string - The status page description of the service.
- service_
ids list(string) - Services dependent on this service.
- service_
now_ stringci_ sys_ id - The Service Now CI sys id associated to this service.
- slack_
aliases list(object) - Slack Aliases associated with this service.
- slack_
channels list(object) - Slack Channels associated with this service.
- slug string
- The slug of the service.
- updated_
at string - Date of last update.
- alert
Broadcast GetChannel Service Alert Broadcast Channel - Slack channel to broadcast alerts to.
- alert
Broadcast BooleanEnabled - Enable alerts to be broadcasted to a specific channel.
- alert
Urgency StringId - The alert urgency id of the service.
- alerts
Email StringAddress - Email generated to send alerts to.
- alerts
Email BooleanEnabled - Enable alerts through email.
- backstage
Id String - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- color String
- The hex color of the service.
- cortex
Id String - The Cortex group id associated to this service.
- created
At String - Date of creation.
- description String
- The description of the service.
- environment
Ids List<String> - Environments associated with this service.
- escalation
Policy StringId - The escalation policy id of the service.
- external
Id String - The external id associated to this service.
- github
Repository StringBranch - The GitHub repository branch associated to this service. eg: main.
- github
Repository StringName - The GitHub repository name associated to this service. eg: rootlyhq/my-service.
- gitlab
Repository StringBranch - The GitLab repository branch associated to this service. eg: main.
- gitlab
Repository StringName - The GitLab repository name associated to this service. eg: rootlyhq/my-service.
- id String
- The ID of the resource.
- incident
Broadcast GetChannel Service Incident Broadcast Channel - Slack channel to broadcast incidents to.
- incident
Broadcast BooleanEnabled - Enable incidents to be broadcasted to a specific channel.
- kubernetes
Deployment StringName - The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
- managed
By String - How this service is managed (provenance): web, api, terraform, etc. Read-only. Value must be one of
web,adminWeb,api,terraform,pulumi,backstage,catalogSync. - name String
- The name of the service.
- notify
Emails List<String> - Emails attached to the service.
- opsgenie
Id String - The Opsgenie service id associated to this service.
- owner
Group List<String>Ids - Owner Teams associated with this service.
- owner
User List<Double>Ids - Owner Users associated with this service.
- pagerduty
Id String - The PagerDuty service id associated to this service.
- position Integer
- Position of the service.
- properties
List<Get
Service Property> - Array of property values for this service.
- public
Description String - The status page description of the service.
- service
Ids List<String> - Services dependent on this service.
- service
Now StringCi Sys Id - The Service Now CI sys id associated to this service.
- slack
Aliases List<GetService Slack Alias> - Slack Aliases associated with this service.
- slack
Channels List<GetService Slack Channel> - Slack Channels associated with this service.
- slug String
- The slug of the service.
- updated
At String - Date of last update.
- alert
Broadcast GetChannel Service Alert Broadcast Channel - Slack channel to broadcast alerts to.
- alert
Broadcast booleanEnabled - Enable alerts to be broadcasted to a specific channel.
- alert
Urgency stringId - The alert urgency id of the service.
- alerts
Email stringAddress - Email generated to send alerts to.
- alerts
Email booleanEnabled - Enable alerts through email.
- backstage
Id string - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- color string
- The hex color of the service.
- cortex
Id string - The Cortex group id associated to this service.
- created
At string - Date of creation.
- description string
- The description of the service.
- environment
Ids string[] - Environments associated with this service.
- escalation
Policy stringId - The escalation policy id of the service.
- external
Id string - The external id associated to this service.
- github
Repository stringBranch - The GitHub repository branch associated to this service. eg: main.
- github
Repository stringName - The GitHub repository name associated to this service. eg: rootlyhq/my-service.
- gitlab
Repository stringBranch - The GitLab repository branch associated to this service. eg: main.
- gitlab
Repository stringName - The GitLab repository name associated to this service. eg: rootlyhq/my-service.
- id string
- The ID of the resource.
- incident
Broadcast GetChannel Service Incident Broadcast Channel - Slack channel to broadcast incidents to.
- incident
Broadcast booleanEnabled - Enable incidents to be broadcasted to a specific channel.
- kubernetes
Deployment stringName - The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
- managed
By string - How this service is managed (provenance): web, api, terraform, etc. Read-only. Value must be one of
web,adminWeb,api,terraform,pulumi,backstage,catalogSync. - name string
- The name of the service.
- notify
Emails string[] - Emails attached to the service.
- opsgenie
Id string - The Opsgenie service id associated to this service.
- owner
Group string[]Ids - Owner Teams associated with this service.
- owner
User number[]Ids - Owner Users associated with this service.
- pagerduty
Id string - The PagerDuty service id associated to this service.
- position number
- Position of the service.
- properties
Get
Service Property[] - Array of property values for this service.
- public
Description string - The status page description of the service.
- service
Ids string[] - Services dependent on this service.
- service
Now stringCi Sys Id - The Service Now CI sys id associated to this service.
- slack
Aliases GetService Slack Alias[] - Slack Aliases associated with this service.
- slack
Channels GetService Slack Channel[] - Slack Channels associated with this service.
- slug string
- The slug of the service.
- updated
At string - Date of last update.
- alert_
broadcast_ Getchannel Service Alert Broadcast Channel - Slack channel to broadcast alerts to.
- alert_
broadcast_ boolenabled - Enable alerts to be broadcasted to a specific channel.
- alert_
urgency_ strid - The alert urgency id of the service.
- alerts_
email_ straddress - Email generated to send alerts to.
- alerts_
email_ boolenabled - Enable alerts through email.
- backstage_
id str - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- color str
- The hex color of the service.
- cortex_
id str - The Cortex group id associated to this service.
- created_
at str - Date of creation.
- description str
- The description of the service.
- environment_
ids Sequence[str] - Environments associated with this service.
- escalation_
policy_ strid - The escalation policy id of the service.
- external_
id str - The external id associated to this service.
- github_
repository_ strbranch - The GitHub repository branch associated to this service. eg: main.
- github_
repository_ strname - The GitHub repository name associated to this service. eg: rootlyhq/my-service.
- gitlab_
repository_ strbranch - The GitLab repository branch associated to this service. eg: main.
- gitlab_
repository_ strname - The GitLab repository name associated to this service. eg: rootlyhq/my-service.
- id str
- The ID of the resource.
- incident_
broadcast_ Getchannel Service Incident Broadcast Channel - Slack channel to broadcast incidents to.
- incident_
broadcast_ boolenabled - Enable incidents to be broadcasted to a specific channel.
- kubernetes_
deployment_ strname - The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
- managed_
by str - How this service is managed (provenance): web, api, terraform, etc. Read-only. Value must be one of
web,adminWeb,api,terraform,pulumi,backstage,catalogSync. - name str
- The name of the service.
- notify_
emails Sequence[str] - Emails attached to the service.
- opsgenie_
id str - The Opsgenie service id associated to this service.
- owner_
group_ Sequence[str]ids - Owner Teams associated with this service.
- owner_
user_ Sequence[float]ids - Owner Users associated with this service.
- pagerduty_
id str - The PagerDuty service id associated to this service.
- position int
- Position of the service.
- properties
Sequence[Get
Service Property] - Array of property values for this service.
- public_
description str - The status page description of the service.
- service_
ids Sequence[str] - Services dependent on this service.
- service_
now_ strci_ sys_ id - The Service Now CI sys id associated to this service.
- slack_
aliases Sequence[GetService Slack Alias] - Slack Aliases associated with this service.
- slack_
channels Sequence[GetService Slack Channel] - Slack Channels associated with this service.
- slug str
- The slug of the service.
- updated_
at str - Date of last update.
- alert
Broadcast Property MapChannel - Slack channel to broadcast alerts to.
- alert
Broadcast BooleanEnabled - Enable alerts to be broadcasted to a specific channel.
- alert
Urgency StringId - The alert urgency id of the service.
- alerts
Email StringAddress - Email generated to send alerts to.
- alerts
Email BooleanEnabled - Enable alerts through email.
- backstage
Id String - The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
- color String
- The hex color of the service.
- cortex
Id String - The Cortex group id associated to this service.
- created
At String - Date of creation.
- description String
- The description of the service.
- environment
Ids List<String> - Environments associated with this service.
- escalation
Policy StringId - The escalation policy id of the service.
- external
Id String - The external id associated to this service.
- github
Repository StringBranch - The GitHub repository branch associated to this service. eg: main.
- github
Repository StringName - The GitHub repository name associated to this service. eg: rootlyhq/my-service.
- gitlab
Repository StringBranch - The GitLab repository branch associated to this service. eg: main.
- gitlab
Repository StringName - The GitLab repository name associated to this service. eg: rootlyhq/my-service.
- id String
- The ID of the resource.
- incident
Broadcast Property MapChannel - Slack channel to broadcast incidents to.
- incident
Broadcast BooleanEnabled - Enable incidents to be broadcasted to a specific channel.
- kubernetes
Deployment StringName - The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
- managed
By String - How this service is managed (provenance): web, api, terraform, etc. Read-only. Value must be one of
web,adminWeb,api,terraform,pulumi,backstage,catalogSync. - name String
- The name of the service.
- notify
Emails List<String> - Emails attached to the service.
- opsgenie
Id String - The Opsgenie service id associated to this service.
- owner
Group List<String>Ids - Owner Teams associated with this service.
- owner
User List<Number>Ids - Owner Users associated with this service.
- pagerduty
Id String - The PagerDuty service id associated to this service.
- position Number
- Position of the service.
- properties List<Property Map>
- Array of property values for this service.
- public
Description String - The status page description of the service.
- service
Ids List<String> - Services dependent on this service.
- service
Now StringCi Sys Id - The Service Now CI sys id associated to this service.
- slack
Aliases List<Property Map> - Slack Aliases associated with this service.
- slack
Channels List<Property Map> - Slack Channels associated with this service.
- slug String
- The slug of the service.
- updated
At String - Date of last update.
Supporting Types
GetServiceAlertBroadcastChannel
GetServiceIncidentBroadcastChannel
GetServiceProperty
- Catalog
Property stringId - Catalog property ID.
- Value string
- The property value.
- Catalog
Property stringId - Catalog property ID.
- Value string
- The property value.
- catalog_
property_ stringid - Catalog property ID.
- value string
- The property value.
- catalog
Property StringId - Catalog property ID.
- value String
- The property value.
- catalog
Property stringId - Catalog property ID.
- value string
- The property value.
- catalog_
property_ strid - Catalog property ID.
- value str
- The property value.
- catalog
Property StringId - Catalog property ID.
- value String
- The property value.
GetServiceSlackAlias
GetServiceSlackChannel
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 v4.0.0
published on Tuesday, Sep 15, 2026 by rootlyhq
published on Tuesday, Sep 15, 2026 by rootlyhq