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 getCatalogEntity
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 getCatalogEntity(args: GetCatalogEntityArgs, opts?: InvokeOptions): Promise<GetCatalogEntityResult>
function getCatalogEntityOutput(args: GetCatalogEntityOutputArgs, opts?: InvokeOptions): Output<GetCatalogEntityResult>def get_catalog_entity(catalog_id: Optional[str] = None,
created_at: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCatalogEntityResult
def get_catalog_entity_output(catalog_id: pulumi.Input[Optional[str]] = None,
created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCatalogEntityResult]func LookupCatalogEntity(ctx *Context, args *LookupCatalogEntityArgs, opts ...InvokeOption) (*LookupCatalogEntityResult, error)
func LookupCatalogEntityOutput(ctx *Context, args *LookupCatalogEntityOutputArgs, opts ...InvokeOption) LookupCatalogEntityResultOutput> Note: This function is named LookupCatalogEntity in the Go SDK.
public static class GetCatalogEntity
{
public static Task<GetCatalogEntityResult> InvokeAsync(GetCatalogEntityArgs args, InvokeOptions? opts = null)
public static Output<GetCatalogEntityResult> Invoke(GetCatalogEntityInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCatalogEntityResult> getCatalogEntity(GetCatalogEntityArgs args, InvokeOptions options)
public static Output<GetCatalogEntityResult> getCatalogEntity(GetCatalogEntityArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getCatalogEntity:getCatalogEntity
arguments:
# arguments dictionaryThe following arguments are supported:
- catalog_
id str - created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- name str
getCatalogEntity Result
The following output properties are available:
- catalog_
id str - id str
- The ID of this resource.
- name str
- created_
at Mapping[str, str] - 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
