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

    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 getCatalogChecklistTemplate(args: GetCatalogChecklistTemplateArgs, opts?: InvokeOptions): Promise<GetCatalogChecklistTemplateResult>
    function getCatalogChecklistTemplateOutput(args: GetCatalogChecklistTemplateOutputArgs, opts?: InvokeOptions): Output<GetCatalogChecklistTemplateResult>
    def get_catalog_checklist_template(catalog_type: Optional[str] = None,
                                       created_at: Optional[Mapping[str, str]] = None,
                                       name: Optional[str] = None,
                                       scope_type: Optional[str] = None,
                                       slug: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetCatalogChecklistTemplateResult
    def get_catalog_checklist_template_output(catalog_type: pulumi.Input[Optional[str]] = None,
                                       created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
                                       name: pulumi.Input[Optional[str]] = None,
                                       scope_type: pulumi.Input[Optional[str]] = None,
                                       slug: pulumi.Input[Optional[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetCatalogChecklistTemplateResult]
    func LookupCatalogChecklistTemplate(ctx *Context, args *LookupCatalogChecklistTemplateArgs, opts ...InvokeOption) (*LookupCatalogChecklistTemplateResult, error)
    func LookupCatalogChecklistTemplateOutput(ctx *Context, args *LookupCatalogChecklistTemplateOutputArgs, opts ...InvokeOption) LookupCatalogChecklistTemplateResultOutput

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

    public static class GetCatalogChecklistTemplate 
    {
        public static Task<GetCatalogChecklistTemplateResult> InvokeAsync(GetCatalogChecklistTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetCatalogChecklistTemplateResult> Invoke(GetCatalogChecklistTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCatalogChecklistTemplateResult> getCatalogChecklistTemplate(GetCatalogChecklistTemplateArgs args, InvokeOptions options)
    public static Output<GetCatalogChecklistTemplateResult> getCatalogChecklistTemplate(GetCatalogChecklistTemplateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getCatalogChecklistTemplate:getCatalogChecklistTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CatalogType string
    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    Name string
    ScopeType string
    Slug string
    CatalogType string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    Name string
    ScopeType string
    Slug string
    catalogType String
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    name String
    scopeType String
    slug String
    catalogType string
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    name string
    scopeType string
    slug string
    catalog_type str
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    name str
    scope_type str
    slug str
    catalogType String
    createdAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    name String
    scopeType String
    slug String

    getCatalogChecklistTemplate Result

    The following output properties are available:

    CatalogType string
    Id string
    The ID of this resource.
    Name string
    ScopeType string
    Slug string
    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    CatalogType string
    Id string
    The ID of this resource.
    Name string
    ScopeType string
    Slug string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    catalogType String
    id String
    The ID of this resource.
    name String
    scopeType String
    slug String
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    catalogType string
    id string
    The ID of this resource.
    name string
    scopeType string
    slug string
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    catalog_type str
    id str
    The ID of this resource.
    name str
    scope_type str
    slug str
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    catalogType String
    id String
    The ID of this resource.
    name String
    scopeType String
    slug String
    createdAt 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.