Class StatusPageResourceManager

Constructors

Properties

Methods

Constructors

Properties

apiClient: AxiosInstance

Methods

  • Returns a newly created status page resource.

    Parameters

    • status_page_id: string
    • newResource: any

    Returns Promise<any>

  • Permanently deletes an existing resource.

    Parameters

    • status_page_id: string
    • resource_id: string

      Resource ID you want to remove

    Returns Promise<boolean>

    True if success

  • Returns a single status page resource.

    Parameters

    • status_page_id: string
    • resource_id: string

    Returns Promise<any>

  • Returns a list of the resources of your status page.

    Parameters

    • status_page_id: string

    Returns Promise<any>

  • Update an existing status page resource. Send only the parameters you wish to change

    Parameters

    • status_page_id: string
    • resource_id: string

      Resource ID you want to change

    • updatedResource: string

    Returns Promise<any>

Generated using TypeDoc