Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
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 dictionaryThe following arguments are supported:
- Incident
Id string - Assigned
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Sub
Status stringId
- Incident
Id string - Assigned
At map[string]string - Filter by date range using 'lt' and 'gt'.
- Sub
Status stringId
- incident
Id String - assigned
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- sub
Status StringId
- incident
Id string - assigned
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- sub
Status stringId
- incident_
id str - assigned_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- sub_
status_ strid
- incident
Id String - assigned
At Map<String> - Filter by date range using 'lt' and 'gt'.
- sub
Status StringId
getIncidentSubStatus Result
The following output properties are available:
- Id string
- The ID of this resource.
- Incident
Id string - Sub
Status stringId - Assigned
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Id string
- The ID of this resource.
- Incident
Id string - Sub
Status stringId - Assigned
At map[string]string - Filter by date range using 'lt' and 'gt'.
- id String
- The ID of this resource.
- incident
Id String - sub
Status StringId - assigned
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- id string
- The ID of this resource.
- incident
Id string - sub
Status stringId - assigned
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- id str
- The ID of this resource.
- incident_
id str - sub_
status_ strid - assigned_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- id String
- The ID of this resource.
- incident
Id String - sub
Status StringId - assigned
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.3.0
published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
