1. Packages
  2. Packages
  3. Rootly
  4. API Docs
  5. getServices
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
rootly logo
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq

    Using getServices

    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 getServices(args: GetServicesArgs, opts?: InvokeOptions): Promise<GetServicesResult>
    function getServicesOutput(args: GetServicesOutputArgs, opts?: InvokeOptions): Output<GetServicesResult>
    def get_services(backstage_id: Optional[str] = None,
                     name: Optional[str] = None,
                     opsgenie_id: Optional[str] = None,
                     pagerduty_id: Optional[str] = None,
                     slug: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetServicesResult
    def get_services_output(backstage_id: pulumi.Input[Optional[str]] = None,
                     name: pulumi.Input[Optional[str]] = None,
                     opsgenie_id: pulumi.Input[Optional[str]] = None,
                     pagerduty_id: pulumi.Input[Optional[str]] = None,
                     slug: pulumi.Input[Optional[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetServicesResult]
    func GetServices(ctx *Context, args *GetServicesArgs, opts ...InvokeOption) (*GetServicesResult, error)
    func GetServicesOutput(ctx *Context, args *GetServicesOutputArgs, opts ...InvokeOption) GetServicesResultOutput

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

    public static class GetServices 
    {
        public static Task<GetServicesResult> InvokeAsync(GetServicesArgs args, InvokeOptions? opts = null)
        public static Output<GetServicesResult> Invoke(GetServicesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServicesResult> getServices(GetServicesArgs args, InvokeOptions options)
    public static Output<GetServicesResult> getServices(GetServicesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getServices:getServices
      arguments:
        # arguments dictionary
    data "rootly_getservices" "name" {
        # arguments
    }

    The following arguments are supported:

    BackstageId string
    Name string
    OpsgenieId string
    PagerdutyId string
    Slug string
    BackstageId string
    Name string
    OpsgenieId string
    PagerdutyId string
    Slug string
    backstage_id string
    name string
    opsgenie_id string
    pagerduty_id string
    slug string
    backstageId String
    name String
    opsgenieId String
    pagerdutyId String
    slug String
    backstageId string
    name string
    opsgenieId string
    pagerdutyId string
    slug string
    backstageId String
    name String
    opsgenieId String
    pagerdutyId String
    slug String

    getServices Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Services List<GetServicesService>
    BackstageId string
    Name string
    OpsgenieId string
    PagerdutyId string
    Slug string
    Id string
    The provider-assigned unique ID for this managed resource.
    Services []GetServicesService
    BackstageId string
    Name string
    OpsgenieId string
    PagerdutyId string
    Slug string
    id string
    The provider-assigned unique ID for this managed resource.
    services list(object)
    backstage_id string
    name string
    opsgenie_id string
    pagerduty_id string
    slug string
    id String
    The provider-assigned unique ID for this managed resource.
    services List<GetServicesService>
    backstageId String
    name String
    opsgenieId String
    pagerdutyId String
    slug String
    id string
    The provider-assigned unique ID for this managed resource.
    services GetServicesService[]
    backstageId string
    name string
    opsgenieId string
    pagerdutyId string
    slug string
    id str
    The provider-assigned unique ID for this managed resource.
    services Sequence[GetServicesService]
    backstage_id str
    name str
    opsgenie_id str
    pagerduty_id str
    slug str
    id String
    The provider-assigned unique ID for this managed resource.
    services List<Property Map>
    backstageId String
    name String
    opsgenieId String
    pagerdutyId String
    slug String

    Supporting Types

    GetServicesService

    alert_broadcast_channel map(string)
    alert_broadcast_enabled bool
    alert_urgency_id string
    alerts_email_address string
    alerts_email_enabled bool
    backstage_id string
    color string
    cortex_id string
    description string
    environment_ids list(string)
    escalation_policy_id string
    external_id string
    github_repository_branch string
    github_repository_name string
    gitlab_repository_branch string
    gitlab_repository_name string
    id string
    incident_broadcast_channel map(string)
    incident_broadcast_enabled bool
    kubernetes_deployment_name string
    name string
    notify_emails list(string)
    opsgenie_id string
    owner_group_ids list(string)
    owner_user_ids list(string)
    pagerduty_id string
    position number
    properties list(string)
    public_description string
    service_ids list(string)
    service_now_ci_sys_id string
    slack_aliases list(string)
    slack_channels list(string)
    slug string

    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 v3.3.0
    published on Thursday, May 7, 2026 by rootlyhq
      Try Pulumi Cloud free. Your team will thank you.