Health
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET | |
PATCH | |
POST | |
GET |
List all health issues
Required API key scopes
health_issue:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /health_issuesExample response
Status 200
RESPONSE
Retrieve health issues
Required API key scopes
health_issue:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /health_issues /:idExample response
Status 200
RESPONSE
Update health issues
Required API key scopes
health_issue:writePath parameters
- idstring
- project_idstring
Request parameters
- dismissedboolean
Response
Example request
PATCH /api /environments /:project_id /health_issues /:idExample response
Status 200
RESPONSE
Create health issues resolve
Path parameters
- idstring
- project_idstring
Request parameters
- dismissedboolean
Response
Example request
POST /api /environments /:project_id /health_issues /:id /resolveExample response
Status 200
RESPONSE
Retrieve health issues summary
Path parameters
- project_idstring
Response
Example request
GET /api /environments /:project_id /health_issues /summaryExample response
Status 200
RESPONSE