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

    Example Usage

    data "rootly_incident_post_mortem" "my-incident-retrospective" {
      slug = "my-incident-retrospective-slug"
    }
    

    Using getIncidentPostMortem

    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 getIncidentPostMortem(args: GetIncidentPostMortemArgs, opts?: InvokeOptions): Promise<GetIncidentPostMortemResult>
    function getIncidentPostMortemOutput(args: GetIncidentPostMortemOutputArgs, opts?: InvokeOptions): Output<GetIncidentPostMortemResult>
    def get_incident_post_mortem(created_at: Optional[Mapping[str, str]] = None,
                                 mitigated_at: Optional[Mapping[str, str]] = None,
                                 resolved_at: Optional[Mapping[str, str]] = None,
                                 started_at: Optional[Mapping[str, str]] = None,
                                 status: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetIncidentPostMortemResult
    def get_incident_post_mortem_output(created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
                                 mitigated_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
                                 resolved_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
                                 started_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
                                 status: pulumi.Input[Optional[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetIncidentPostMortemResult]
    func GetIncidentPostMortem(ctx *Context, args *GetIncidentPostMortemArgs, opts ...InvokeOption) (*GetIncidentPostMortemResult, error)
    func GetIncidentPostMortemOutput(ctx *Context, args *GetIncidentPostMortemOutputArgs, opts ...InvokeOption) GetIncidentPostMortemResultOutput

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

    public static class GetIncidentPostMortem 
    {
        public static Task<GetIncidentPostMortemResult> InvokeAsync(GetIncidentPostMortemArgs args, InvokeOptions? opts = null)
        public static Output<GetIncidentPostMortemResult> Invoke(GetIncidentPostMortemInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIncidentPostMortemResult> getIncidentPostMortem(GetIncidentPostMortemArgs args, InvokeOptions options)
    public static Output<GetIncidentPostMortemResult> getIncidentPostMortem(GetIncidentPostMortemArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getIncidentPostMortem:getIncidentPostMortem
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    MitigatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    ResolvedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    StartedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    Status string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    MitigatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    ResolvedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    StartedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    Status string
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    mitigatedAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    resolvedAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    startedAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    status String
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    mitigatedAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    resolvedAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    startedAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    status string
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    mitigated_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    resolved_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    started_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    status str
    createdAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    mitigatedAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    resolvedAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    startedAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    status String

    getIncidentPostMortem Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Status string
    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    MitigatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    ResolvedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    StartedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    Id string
    The ID of this resource.
    Status string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    MitigatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    ResolvedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    StartedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    status String
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    mitigatedAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    resolvedAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    startedAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    id string
    The ID of this resource.
    status string
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    mitigatedAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    resolvedAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    startedAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    id str
    The ID of this resource.
    status str
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    mitigated_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    resolved_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    started_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    status String
    createdAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    mitigatedAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    resolvedAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    startedAt 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.