1. Registry
  2. Packages
  3. Rootly
  4. API Docs
  5. getService
Viewing docs for Rootly v4.0.0
published on Tuesday, Sep 15, 2026 by rootlyhq
rootly logo
Viewing docs for Rootly v4.0.0
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 dictionary
    data "rootly_get_service" "name" {
        # arguments
    }

    The following arguments are supported:

    AlertBroadcastEnabled bool
    Enable alerts to be broadcasted to a specific channel.
    BackstageId string
    The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
    CortexId string
    The Cortex group id associated to this service.
    ExternalId string
    The external id associated to this service.
    Id string
    The ID of the resource.
    IncidentBroadcastEnabled bool
    Enable incidents to be broadcasted to a specific channel.
    Name string
    The name of the service.
    Slug string
    The slug of the service.
    AlertBroadcastEnabled bool
    Enable alerts to be broadcasted to a specific channel.
    BackstageId string
    The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
    CortexId string
    The Cortex group id associated to this service.
    ExternalId string
    The external id associated to this service.
    Id string
    The ID of the resource.
    IncidentBroadcastEnabled bool
    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_enabled bool
    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_enabled bool
    Enable incidents to be broadcasted to a specific channel.
    name string
    The name of the service.
    slug string
    The slug of the service.
    alertBroadcastEnabled Boolean
    Enable alerts to be broadcasted to a specific channel.
    backstageId String
    The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
    cortexId String
    The Cortex group id associated to this service.
    externalId String
    The external id associated to this service.
    id String
    The ID of the resource.
    incidentBroadcastEnabled Boolean
    Enable incidents to be broadcasted to a specific channel.
    name String
    The name of the service.
    slug String
    The slug of the service.
    alertBroadcastEnabled boolean
    Enable alerts to be broadcasted to a specific channel.
    backstageId string
    The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
    cortexId string
    The Cortex group id associated to this service.
    externalId string
    The external id associated to this service.
    id string
    The ID of the resource.
    incidentBroadcastEnabled boolean
    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_enabled bool
    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_enabled bool
    Enable incidents to be broadcasted to a specific channel.
    name str
    The name of the service.
    slug str
    The slug of the service.
    alertBroadcastEnabled Boolean
    Enable alerts to be broadcasted to a specific channel.
    backstageId String
    The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
    cortexId String
    The Cortex group id associated to this service.
    externalId String
    The external id associated to this service.
    id String
    The ID of the resource.
    incidentBroadcastEnabled Boolean
    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:

    AlertBroadcastChannel GetServiceAlertBroadcastChannel
    Slack channel to broadcast alerts to.
    AlertBroadcastEnabled bool
    Enable alerts to be broadcasted to a specific channel.
    AlertUrgencyId string
    The alert urgency id of the service.
    AlertsEmailAddress string
    Email generated to send alerts to.
    AlertsEmailEnabled bool
    Enable alerts through email.
    BackstageId string
    The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
    Color string
    The hex color of the service.
    CortexId string
    The Cortex group id associated to this service.
    CreatedAt string
    Date of creation.
    Description string
    The description of the service.
    EnvironmentIds List<string>
    Environments associated with this service.
    EscalationPolicyId string
    The escalation policy id of the service.
    ExternalId string
    The external id associated to this service.
    GithubRepositoryBranch string
    The GitHub repository branch associated to this service. eg: main.
    GithubRepositoryName string
    The GitHub repository name associated to this service. eg: rootlyhq/my-service.
    GitlabRepositoryBranch string
    The GitLab repository branch associated to this service. eg: main.
    GitlabRepositoryName string
    The GitLab repository name associated to this service. eg: rootlyhq/my-service.
    Id string
    The ID of the resource.
    IncidentBroadcastChannel GetServiceIncidentBroadcastChannel
    Slack channel to broadcast incidents to.
    IncidentBroadcastEnabled bool
    Enable incidents to be broadcasted to a specific channel.
    KubernetesDeploymentName string
    The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
    ManagedBy 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.
    NotifyEmails List<string>
    Emails attached to the service.
    OpsgenieId string
    The Opsgenie service id associated to this service.
    OwnerGroupIds List<string>
    Owner Teams associated with this service.
    OwnerUserIds List<double>
    Owner Users associated with this service.
    PagerdutyId string
    The PagerDuty service id associated to this service.
    Position int
    Position of the service.
    Properties List<GetServiceProperty>
    Array of property values for this service.
    PublicDescription string
    The status page description of the service.
    ServiceIds List<string>
    Services dependent on this service.
    ServiceNowCiSysId string
    The Service Now CI sys id associated to this service.
    SlackAliases List<GetServiceSlackAlias>
    Slack Aliases associated with this service.
    SlackChannels List<GetServiceSlackChannel>
    Slack Channels associated with this service.
    Slug string
    The slug of the service.
    UpdatedAt string
    Date of last update.
    AlertBroadcastChannel GetServiceAlertBroadcastChannel
    Slack channel to broadcast alerts to.
    AlertBroadcastEnabled bool
    Enable alerts to be broadcasted to a specific channel.
    AlertUrgencyId string
    The alert urgency id of the service.
    AlertsEmailAddress string
    Email generated to send alerts to.
    AlertsEmailEnabled bool
    Enable alerts through email.
    BackstageId string
    The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
    Color string
    The hex color of the service.
    CortexId string
    The Cortex group id associated to this service.
    CreatedAt string
    Date of creation.
    Description string
    The description of the service.
    EnvironmentIds []string
    Environments associated with this service.
    EscalationPolicyId string
    The escalation policy id of the service.
    ExternalId string
    The external id associated to this service.
    GithubRepositoryBranch string
    The GitHub repository branch associated to this service. eg: main.
    GithubRepositoryName string
    The GitHub repository name associated to this service. eg: rootlyhq/my-service.
    GitlabRepositoryBranch string
    The GitLab repository branch associated to this service. eg: main.
    GitlabRepositoryName string
    The GitLab repository name associated to this service. eg: rootlyhq/my-service.
    Id string
    The ID of the resource.
    IncidentBroadcastChannel GetServiceIncidentBroadcastChannel
    Slack channel to broadcast incidents to.
    IncidentBroadcastEnabled bool
    Enable incidents to be broadcasted to a specific channel.
    KubernetesDeploymentName string
    The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
    ManagedBy 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.
    NotifyEmails []string
    Emails attached to the service.
    OpsgenieId string
    The Opsgenie service id associated to this service.
    OwnerGroupIds []string
    Owner Teams associated with this service.
    OwnerUserIds []float64
    Owner Users associated with this service.
    PagerdutyId string
    The PagerDuty service id associated to this service.
    Position int
    Position of the service.
    Properties []GetServiceProperty
    Array of property values for this service.
    PublicDescription string
    The status page description of the service.
    ServiceIds []string
    Services dependent on this service.
    ServiceNowCiSysId string
    The Service Now CI sys id associated to this service.
    SlackAliases []GetServiceSlackAlias
    Slack Aliases associated with this service.
    SlackChannels []GetServiceSlackChannel
    Slack Channels associated with this service.
    Slug string
    The slug of the service.
    UpdatedAt string
    Date of last update.
    alert_broadcast_channel object
    Slack channel to broadcast alerts to.
    alert_broadcast_enabled bool
    Enable alerts to be broadcasted to a specific channel.
    alert_urgency_id string
    The alert urgency id of the service.
    alerts_email_address string
    Email generated to send alerts to.
    alerts_email_enabled bool
    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_id string
    The escalation policy id of the service.
    external_id string
    The external id associated to this service.
    github_repository_branch string
    The GitHub repository branch associated to this service. eg: main.
    github_repository_name string
    The GitHub repository name associated to this service. eg: rootlyhq/my-service.
    gitlab_repository_branch string
    The GitLab repository branch associated to this service. eg: main.
    gitlab_repository_name string
    The GitLab repository name associated to this service. eg: rootlyhq/my-service.
    id string
    The ID of the resource.
    incident_broadcast_channel object
    Slack channel to broadcast incidents to.
    incident_broadcast_enabled bool
    Enable incidents to be broadcasted to a specific channel.
    kubernetes_deployment_name string
    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_ids list(string)
    Owner Teams associated with this service.
    owner_user_ids list(number)
    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_ci_sys_id string
    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.
    alertBroadcastChannel GetServiceAlertBroadcastChannel
    Slack channel to broadcast alerts to.
    alertBroadcastEnabled Boolean
    Enable alerts to be broadcasted to a specific channel.
    alertUrgencyId String
    The alert urgency id of the service.
    alertsEmailAddress String
    Email generated to send alerts to.
    alertsEmailEnabled Boolean
    Enable alerts through email.
    backstageId String
    The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
    color String
    The hex color of the service.
    cortexId String
    The Cortex group id associated to this service.
    createdAt String
    Date of creation.
    description String
    The description of the service.
    environmentIds List<String>
    Environments associated with this service.
    escalationPolicyId String
    The escalation policy id of the service.
    externalId String
    The external id associated to this service.
    githubRepositoryBranch String
    The GitHub repository branch associated to this service. eg: main.
    githubRepositoryName String
    The GitHub repository name associated to this service. eg: rootlyhq/my-service.
    gitlabRepositoryBranch String
    The GitLab repository branch associated to this service. eg: main.
    gitlabRepositoryName String
    The GitLab repository name associated to this service. eg: rootlyhq/my-service.
    id String
    The ID of the resource.
    incidentBroadcastChannel GetServiceIncidentBroadcastChannel
    Slack channel to broadcast incidents to.
    incidentBroadcastEnabled Boolean
    Enable incidents to be broadcasted to a specific channel.
    kubernetesDeploymentName String
    The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
    managedBy 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.
    notifyEmails List<String>
    Emails attached to the service.
    opsgenieId String
    The Opsgenie service id associated to this service.
    ownerGroupIds List<String>
    Owner Teams associated with this service.
    ownerUserIds List<Double>
    Owner Users associated with this service.
    pagerdutyId String
    The PagerDuty service id associated to this service.
    position Integer
    Position of the service.
    properties List<GetServiceProperty>
    Array of property values for this service.
    publicDescription String
    The status page description of the service.
    serviceIds List<String>
    Services dependent on this service.
    serviceNowCiSysId String
    The Service Now CI sys id associated to this service.
    slackAliases List<GetServiceSlackAlias>
    Slack Aliases associated with this service.
    slackChannels List<GetServiceSlackChannel>
    Slack Channels associated with this service.
    slug String
    The slug of the service.
    updatedAt String
    Date of last update.
    alertBroadcastChannel GetServiceAlertBroadcastChannel
    Slack channel to broadcast alerts to.
    alertBroadcastEnabled boolean
    Enable alerts to be broadcasted to a specific channel.
    alertUrgencyId string
    The alert urgency id of the service.
    alertsEmailAddress string
    Email generated to send alerts to.
    alertsEmailEnabled boolean
    Enable alerts through email.
    backstageId string
    The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
    color string
    The hex color of the service.
    cortexId string
    The Cortex group id associated to this service.
    createdAt string
    Date of creation.
    description string
    The description of the service.
    environmentIds string[]
    Environments associated with this service.
    escalationPolicyId string
    The escalation policy id of the service.
    externalId string
    The external id associated to this service.
    githubRepositoryBranch string
    The GitHub repository branch associated to this service. eg: main.
    githubRepositoryName string
    The GitHub repository name associated to this service. eg: rootlyhq/my-service.
    gitlabRepositoryBranch string
    The GitLab repository branch associated to this service. eg: main.
    gitlabRepositoryName string
    The GitLab repository name associated to this service. eg: rootlyhq/my-service.
    id string
    The ID of the resource.
    incidentBroadcastChannel GetServiceIncidentBroadcastChannel
    Slack channel to broadcast incidents to.
    incidentBroadcastEnabled boolean
    Enable incidents to be broadcasted to a specific channel.
    kubernetesDeploymentName string
    The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
    managedBy 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.
    notifyEmails string[]
    Emails attached to the service.
    opsgenieId string
    The Opsgenie service id associated to this service.
    ownerGroupIds string[]
    Owner Teams associated with this service.
    ownerUserIds number[]
    Owner Users associated with this service.
    pagerdutyId string
    The PagerDuty service id associated to this service.
    position number
    Position of the service.
    properties GetServiceProperty[]
    Array of property values for this service.
    publicDescription string
    The status page description of the service.
    serviceIds string[]
    Services dependent on this service.
    serviceNowCiSysId string
    The Service Now CI sys id associated to this service.
    slackAliases GetServiceSlackAlias[]
    Slack Aliases associated with this service.
    slackChannels GetServiceSlackChannel[]
    Slack Channels associated with this service.
    slug string
    The slug of the service.
    updatedAt string
    Date of last update.
    alert_broadcast_channel GetServiceAlertBroadcastChannel
    Slack channel to broadcast alerts to.
    alert_broadcast_enabled bool
    Enable alerts to be broadcasted to a specific channel.
    alert_urgency_id str
    The alert urgency id of the service.
    alerts_email_address str
    Email generated to send alerts to.
    alerts_email_enabled bool
    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_id str
    The escalation policy id of the service.
    external_id str
    The external id associated to this service.
    github_repository_branch str
    The GitHub repository branch associated to this service. eg: main.
    github_repository_name str
    The GitHub repository name associated to this service. eg: rootlyhq/my-service.
    gitlab_repository_branch str
    The GitLab repository branch associated to this service. eg: main.
    gitlab_repository_name str
    The GitLab repository name associated to this service. eg: rootlyhq/my-service.
    id str
    The ID of the resource.
    incident_broadcast_channel GetServiceIncidentBroadcastChannel
    Slack channel to broadcast incidents to.
    incident_broadcast_enabled bool
    Enable incidents to be broadcasted to a specific channel.
    kubernetes_deployment_name str
    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_ids Sequence[str]
    Owner Teams associated with this service.
    owner_user_ids Sequence[float]
    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[GetServiceProperty]
    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_ci_sys_id str
    The Service Now CI sys id associated to this service.
    slack_aliases Sequence[GetServiceSlackAlias]
    Slack Aliases associated with this service.
    slack_channels Sequence[GetServiceSlackChannel]
    Slack Channels associated with this service.
    slug str
    The slug of the service.
    updated_at str
    Date of last update.
    alertBroadcastChannel Property Map
    Slack channel to broadcast alerts to.
    alertBroadcastEnabled Boolean
    Enable alerts to be broadcasted to a specific channel.
    alertUrgencyId String
    The alert urgency id of the service.
    alertsEmailAddress String
    Email generated to send alerts to.
    alertsEmailEnabled Boolean
    Enable alerts through email.
    backstageId String
    The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name.
    color String
    The hex color of the service.
    cortexId String
    The Cortex group id associated to this service.
    createdAt String
    Date of creation.
    description String
    The description of the service.
    environmentIds List<String>
    Environments associated with this service.
    escalationPolicyId String
    The escalation policy id of the service.
    externalId String
    The external id associated to this service.
    githubRepositoryBranch String
    The GitHub repository branch associated to this service. eg: main.
    githubRepositoryName String
    The GitHub repository name associated to this service. eg: rootlyhq/my-service.
    gitlabRepositoryBranch String
    The GitLab repository branch associated to this service. eg: main.
    gitlabRepositoryName String
    The GitLab repository name associated to this service. eg: rootlyhq/my-service.
    id String
    The ID of the resource.
    incidentBroadcastChannel Property Map
    Slack channel to broadcast incidents to.
    incidentBroadcastEnabled Boolean
    Enable incidents to be broadcasted to a specific channel.
    kubernetesDeploymentName String
    The Kubernetes deployment name associated to this service. eg: namespace/deployment-name.
    managedBy 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.
    notifyEmails List<String>
    Emails attached to the service.
    opsgenieId String
    The Opsgenie service id associated to this service.
    ownerGroupIds List<String>
    Owner Teams associated with this service.
    ownerUserIds List<Number>
    Owner Users associated with this service.
    pagerdutyId 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.
    publicDescription String
    The status page description of the service.
    serviceIds List<String>
    Services dependent on this service.
    serviceNowCiSysId String
    The Service Now CI sys id associated to this service.
    slackAliases List<Property Map>
    Slack Aliases associated with this service.
    slackChannels List<Property Map>
    Slack Channels associated with this service.
    slug String
    The slug of the service.
    updatedAt String
    Date of last update.

    Supporting Types

    GetServiceAlertBroadcastChannel

    Id string
    Slack channel ID.
    Name string
    Slack channel name.
    Id string
    Slack channel ID.
    Name string
    Slack channel name.
    id string
    Slack channel ID.
    name string
    Slack channel name.
    id String
    Slack channel ID.
    name String
    Slack channel name.
    id string
    Slack channel ID.
    name string
    Slack channel name.
    id str
    Slack channel ID.
    name str
    Slack channel name.
    id String
    Slack channel ID.
    name String
    Slack channel name.

    GetServiceIncidentBroadcastChannel

    Id string
    Slack channel ID.
    Name string
    Slack channel name.
    Id string
    Slack channel ID.
    Name string
    Slack channel name.
    id string
    Slack channel ID.
    name string
    Slack channel name.
    id String
    Slack channel ID.
    name String
    Slack channel name.
    id string
    Slack channel ID.
    name string
    Slack channel name.
    id str
    Slack channel ID.
    name str
    Slack channel name.
    id String
    Slack channel ID.
    name String
    Slack channel name.

    GetServiceProperty

    CatalogPropertyId string
    Catalog property ID.
    Value string
    The property value.
    CatalogPropertyId string
    Catalog property ID.
    Value string
    The property value.
    catalog_property_id string
    Catalog property ID.
    value string
    The property value.
    catalogPropertyId String
    Catalog property ID.
    value String
    The property value.
    catalogPropertyId string
    Catalog property ID.
    value string
    The property value.
    catalog_property_id str
    Catalog property ID.
    value str
    The property value.
    catalogPropertyId String
    Catalog property ID.
    value String
    The property value.

    GetServiceSlackAlias

    Id string
    Slack alias ID.
    Name string
    Slack alias name.
    Id string
    Slack alias ID.
    Name string
    Slack alias name.
    id string
    Slack alias ID.
    name string
    Slack alias name.
    id String
    Slack alias ID.
    name String
    Slack alias name.
    id string
    Slack alias ID.
    name string
    Slack alias name.
    id str
    Slack alias ID.
    name str
    Slack alias name.
    id String
    Slack alias ID.
    name String
    Slack alias name.

    GetServiceSlackChannel

    Id string
    Slack channel ID.
    Name string
    Slack channel name.
    Id string
    Slack channel ID.
    Name string
    Slack channel name.
    id string
    Slack channel ID.
    name string
    Slack channel name.
    id String
    Slack channel ID.
    name String
    Slack channel name.
    id string
    Slack channel ID.
    name string
    Slack channel name.
    id str
    Slack channel ID.
    name str
    Slack channel name.
    id String
    Slack channel ID.
    name String
    Slack channel name.

    Package Details

    Repository
    rootly rootlyhq/pulumi-rootly
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the rootly Terraform Provider.
    rootly logo
    Viewing docs for Rootly v4.0.0
    published on Tuesday, Sep 15, 2026 by rootlyhq

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial