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 getSubStatus
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 getSubStatus(args: GetSubStatusArgs, opts?: InvokeOptions): Promise<GetSubStatusResult>
function getSubStatusOutput(args: GetSubStatusOutputArgs, opts?: InvokeOptions): Output<GetSubStatusResult>def get_sub_status(created_at: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
parent_status: Optional[str] = None,
slug: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSubStatusResult
def get_sub_status_output(created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
name: pulumi.Input[Optional[str]] = None,
parent_status: pulumi.Input[Optional[str]] = None,
slug: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSubStatusResult]func LookupSubStatus(ctx *Context, args *LookupSubStatusArgs, opts ...InvokeOption) (*LookupSubStatusResult, error)
func LookupSubStatusOutput(ctx *Context, args *LookupSubStatusOutputArgs, opts ...InvokeOption) LookupSubStatusResultOutput> Note: This function is named LookupSubStatus in the Go SDK.
public static class GetSubStatus
{
public static Task<GetSubStatusResult> InvokeAsync(GetSubStatusArgs args, InvokeOptions? opts = null)
public static Output<GetSubStatusResult> Invoke(GetSubStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSubStatusResult> getSubStatus(GetSubStatusArgs args, InvokeOptions options)
public static Output<GetSubStatusResult> getSubStatus(GetSubStatusArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getSubStatus:getSubStatus
arguments:
# arguments dictionaryThe following arguments are supported:
- Created
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Name string
- Parent
Status string - Slug string
- Created
At map[string]string - Filter by date range using 'lt' and 'gt'.
- Name string
- Parent
Status string - Slug string
- created
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- name String
- parent
Status String - slug String
- created
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- name string
- parent
Status string - slug string
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- name str
- parent_
status str - slug str
- created
At Map<String> - Filter by date range using 'lt' and 'gt'.
- name String
- parent
Status String - slug String
getSubStatus Result
The following output properties are available:
- Id string
- The ID of this resource.
- Name string
- Parent
Status string - Slug string
- Created
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Id string
- The ID of this resource.
- Name string
- Parent
Status string - Slug string
- Created
At map[string]string - Filter by date range using 'lt' and 'gt'.
- id String
- The ID of this resource.
- name String
- parent
Status String - slug String
- created
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- id string
- The ID of this resource.
- name string
- parent
Status string - slug string
- created
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- id str
- The ID of this resource.
- name str
- parent_
status str - slug str
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- id String
- The ID of this resource.
- name String
- parent
Status String - slug String
- created
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
