1. Packages
  2. Packages
  3. Rootly
  4. API Docs
  5. getPostMortemTemplate
Viewing docs for Rootly v3.8.0
published on Thursday, Jul 30, 2026 by rootlyhq
rootly logo
Viewing docs for Rootly v3.8.0
published on Thursday, Jul 30, 2026 by rootlyhq

    Using getPostMortemTemplate

    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 getPostMortemTemplate(args: GetPostMortemTemplateArgs, opts?: InvokeOptions): Promise<GetPostMortemTemplateResult>
    function getPostMortemTemplateOutput(args: GetPostMortemTemplateOutputArgs, opts?: InvokeOptions): Output<GetPostMortemTemplateResult>
    def get_post_mortem_template(slug: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetPostMortemTemplateResult
    def get_post_mortem_template_output(slug: pulumi.Input[Optional[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetPostMortemTemplateResult]
    func LookupPostMortemTemplate(ctx *Context, args *LookupPostMortemTemplateArgs, opts ...InvokeOption) (*LookupPostMortemTemplateResult, error)
    func LookupPostMortemTemplateOutput(ctx *Context, args *LookupPostMortemTemplateOutputArgs, opts ...InvokeOption) LookupPostMortemTemplateResultOutput

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

    public static class GetPostMortemTemplate 
    {
        public static Task<GetPostMortemTemplateResult> InvokeAsync(GetPostMortemTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetPostMortemTemplateResult> Invoke(GetPostMortemTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPostMortemTemplateResult> getPostMortemTemplate(GetPostMortemTemplateArgs args, InvokeOptions options)
    public static Output<GetPostMortemTemplateResult> getPostMortemTemplate(GetPostMortemTemplateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getPostMortemTemplate:getPostMortemTemplate
      arguments:
        # arguments dictionary
    data "rootly_get_post_mortem_template" "name" {
        # arguments
    }

    The following arguments are supported:

    Slug string
    Slug string
    slug string
    slug String
    slug string
    slug str
    slug String

    getPostMortemTemplate Result

    The following output properties are available:

    Content string
    Default bool
    Format string
    Id string
    The ID of this resource.
    Name string
    Slug string
    Content string
    Default bool
    Format string
    Id string
    The ID of this resource.
    Name string
    Slug string
    content string
    default bool
    format string
    id string
    The ID of this resource.
    name string
    slug string
    content String
    default_ Boolean
    format String
    id String
    The ID of this resource.
    name String
    slug String
    content string
    default boolean
    format string
    id string
    The ID of this resource.
    name string
    slug string
    content str
    default bool
    format str
    id str
    The ID of this resource.
    name str
    slug str
    content String
    default Boolean
    format String
    id String
    The ID of this resource.
    name String
    slug String

    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.8.0
    published on Thursday, Jul 30, 2026 by rootlyhq

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial