1. Packages
  2. Packages
  3. Rootly
  4. API Docs
  5. getIncidentSubStatus
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 getIncidentSubStatus

    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 getIncidentSubStatus(args: GetIncidentSubStatusArgs, opts?: InvokeOptions): Promise<GetIncidentSubStatusResult>
    function getIncidentSubStatusOutput(args: GetIncidentSubStatusOutputArgs, opts?: InvokeOptions): Output<GetIncidentSubStatusResult>
    def get_incident_sub_status(assigned_at: Optional[Mapping[str, str]] = None,
                                incident_id: Optional[str] = None,
                                sub_status_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetIncidentSubStatusResult
    def get_incident_sub_status_output(assigned_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
                                incident_id: pulumi.Input[Optional[str]] = None,
                                sub_status_id: pulumi.Input[Optional[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetIncidentSubStatusResult]
    func LookupIncidentSubStatus(ctx *Context, args *LookupIncidentSubStatusArgs, opts ...InvokeOption) (*LookupIncidentSubStatusResult, error)
    func LookupIncidentSubStatusOutput(ctx *Context, args *LookupIncidentSubStatusOutputArgs, opts ...InvokeOption) LookupIncidentSubStatusResultOutput

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

    public static class GetIncidentSubStatus 
    {
        public static Task<GetIncidentSubStatusResult> InvokeAsync(GetIncidentSubStatusArgs args, InvokeOptions? opts = null)
        public static Output<GetIncidentSubStatusResult> Invoke(GetIncidentSubStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIncidentSubStatusResult> getIncidentSubStatus(GetIncidentSubStatusArgs args, InvokeOptions options)
    public static Output<GetIncidentSubStatusResult> getIncidentSubStatus(GetIncidentSubStatusArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getIncidentSubStatus:getIncidentSubStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IncidentId string
    AssignedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    SubStatusId string
    IncidentId string
    AssignedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    SubStatusId string
    incidentId String
    assignedAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    subStatusId String
    incidentId string
    assignedAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    subStatusId string
    incident_id str
    assigned_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    sub_status_id str
    incidentId String
    assignedAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    subStatusId String

    getIncidentSubStatus Result

    The following output properties are available:

    Id string
    The ID of this resource.
    IncidentId string
    SubStatusId string
    AssignedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    Id string
    The ID of this resource.
    IncidentId string
    SubStatusId string
    AssignedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    incidentId String
    subStatusId String
    assignedAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    id string
    The ID of this resource.
    incidentId string
    subStatusId string
    assignedAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    id str
    The ID of this resource.
    incident_id str
    sub_status_id str
    assigned_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    incidentId String
    subStatusId String
    assignedAt 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 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.