circle-info
Squadcast is now SolarWinds Incident Response

Status Pages/Components

List Components

get
/v4/statuspages/{statuspageID}/components
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
statuspageIDstringRequired
Responses
chevron-right
200

The request has succeeded.

application/json
get
/v4/statuspages/{statuspageID}/components

Create Component

post
/v4/statuspages/{statuspageID}/components
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
statuspageIDstringRequired
Body
namestringRequired
descriptionstringOptional
allowSubscriptionbooleanOptional
groupIDstringOptional
serviceIDstringOptional
Responses
chevron-right
200

The request has succeeded.

application/json
post
/v4/statuspages/{statuspageID}/components

Get Component By ID

get
/v4/statuspages/{statuspageID}/components/{component_id}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
statuspageIDstringRequired
component_idstringRequired
Responses
chevron-right
200

The request has succeeded.

application/json
get
/v4/statuspages/{statuspageID}/components/{component_id}

Update Component By ID

put
/v4/statuspages/{statuspageID}/components/{component_id}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
statuspageIDstringRequired
component_idstringRequired
Body
namestringRequired
descriptionstringOptional
allowSubscriptionbooleanOptional
groupIDstringOptional
serviceIDstringOptional
belongsToGroupstringOptional
Responses
chevron-right
200

The request has succeeded.

application/json
put
/v4/statuspages/{statuspageID}/components/{component_id}

Delete Component By ID

delete
/v4/statuspages/{statuspageID}/components/{component_id}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
statuspageIDstringRequired
component_idstringRequired
Responses
chevron-right
200

The request has succeeded.

application/json
delete
/v4/statuspages/{statuspageID}/components/{component_id}

Last updated