Status Page

Get page summary details

Get summary details for a status page, its components and system health.

get/stakeholder-comms/cloudId/{cloudId}/api/pages/{pageId}/summary

Path parameters

pageIdstring required

Identifier of the page.

Response

Returned if the request is successful.

errorstring

Error message, if the operation was not successful.

Example response

{
  "pageSummaryDetails": {
    "health": "HEALTHY"
  }
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.