Skip to main content
New to Testkube? Unleash the power of cloud native testing in Kubernetes with Testkube. Get Started >

Testkube Control Plane /status-pages operations

Testkube Pro API (cloud-api/1.10.38)

Download OpenAPI specification:Download

API for Testkube Pro

Get status pages by ID

Returns a status page for the given statusPageID

path Parameters
statusPageID
required
string

Responses

Response samples

Content type
application/json
{
  • "id": "string",
  • "name": "string",
  • "description": "This page shows the status of the tests running on the production environment of MyService",
  • "labels": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "organizationId": "string",
  • "environmentId": "string",
  • "timeScale": "1d1h1m1s",
  • "services": [
    ],
  • "isPublic": true,
  • "slug": "mySlugName"
}

Get incidents for status page

Returns the list of incidents for the given statusPageID

path Parameters
statusPageID
required
string

unique id of the status page

Responses

Response samples

Content type
application/json
{
  • "elements": [
    ]
}