1. Packages
  2. Rootly
  3. API Docs
  4. getStatusPage
Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

rootly.getStatusPage

Start a Neo task
Explain and create a rootly.getStatusPage resource
rootly logo
Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

    Example Usage

    Example coming soon!

    Example coming soon!

    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.rootly.RootlyFunctions;
    import com.pulumi.rootly.inputs.GetStatusPageArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var my-status-page = RootlyFunctions.getStatusPage(GetStatusPageArgs.builder()
                .slug("my-status-page")
                .build());
    
        }
    }
    

    Example coming soon!

    Example coming soon!

    variables:
      my-status-page:
        fn::invoke:
          Function: rootly:getStatusPage
          Arguments:
            slug: my-status-page
    

    Using getStatusPage

    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 getStatusPage(args: GetStatusPageArgs, opts?: InvokeOptions): Promise<GetStatusPageResult>
    function getStatusPageOutput(args: GetStatusPageOutputArgs, opts?: InvokeOptions): Output<GetStatusPageResult>
    def get_status_page(created_at: Optional[Mapping[str, Any]] = None,
                        opts: Optional[InvokeOptions] = None) -> GetStatusPageResult
    def get_status_page_output(created_at: Optional[pulumi.Input[Mapping[str, Any]]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetStatusPageResult]
    func LookupStatusPage(ctx *Context, args *LookupStatusPageArgs, opts ...InvokeOption) (*LookupStatusPageResult, error)
    func LookupStatusPageOutput(ctx *Context, args *LookupStatusPageOutputArgs, opts ...InvokeOption) LookupStatusPageResultOutput

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

    public static class GetStatusPage 
    {
        public static Task<GetStatusPageResult> InvokeAsync(GetStatusPageArgs args, InvokeOptions? opts = null)
        public static Output<GetStatusPageResult> Invoke(GetStatusPageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStatusPageResult> getStatusPage(GetStatusPageArgs args, InvokeOptions options)
    public static Output<GetStatusPageResult> getStatusPage(GetStatusPageArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getStatusPage:getStatusPage
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CreatedAt Dictionary<string, object>
    Filter by date range using 'lt' and 'gt'.
    CreatedAt map[string]interface{}
    Filter by date range using 'lt' and 'gt'.
    createdAt Map<String,Object>
    Filter by date range using 'lt' and 'gt'.
    createdAt {[key: string]: any}
    Filter by date range using 'lt' and 'gt'.
    created_at Mapping[str, Any]
    Filter by date range using 'lt' and 'gt'.
    createdAt Map<Any>
    Filter by date range using 'lt' and 'gt'.

    getStatusPage Result

    The following output properties are available:

    Id string
    The ID of this resource.
    CreatedAt Dictionary<string, object>
    Filter by date range using 'lt' and 'gt'.
    Id string
    The ID of this resource.
    CreatedAt map[string]interface{}
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    createdAt Map<String,Object>
    Filter by date range using 'lt' and 'gt'.
    id string
    The ID of this resource.
    createdAt {[key: string]: any}
    Filter by date range using 'lt' and 'gt'.
    id str
    The ID of this resource.
    created_at Mapping[str, Any]
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    createdAt Map<Any>
    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
    Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly
      Meet Neo: Your AI Platform Teammate