Update Issue

Authentication

AuthorizationBearer

Retrieve your API Key from Dashboard.

Path parameters

idstringRequired

Request

This endpoint expects an object.
statusenumOptional
This is the status of the issue.
Allowed values:
acknowledgedBystringOptional<=255 characters

This is the email/name of the user who acknowledged the issue.

resolvedBystringOptional<=255 characters

This is the email/name of the user who resolved the issue.

Response

monitorIdstring
This is the ID of the monitor that triggered this issue.
policyIdstring
This is the ID of the policy that triggered this issue.
totalCallsdouble

This is the total number of calls made since created_at to determine percentage of calls affected.

statusenum
This is the status of the issue.
Allowed values:
idstring
This is the unique identifier for the issue.
orgIdstring
This is the unique identifier for the org that this issue belongs to.
createdAtdatetime

This is the ISO 8601 date-time string of when the issue was first detected.

updatedAtdatetime

This is the ISO 8601 date-time string of when the issue was last updated.

callslist of objects or null
These are the calls associated with this issue. This is only present when retrieving a single issue by ID.
acknowledgedBystring or null<=255 characters

This is the email/name of the user who acknowledged the issue.

resolvedBystring or null<=255 characters

This is the email/name of the user who resolved the issue.

acknowledgedAtdatetime or null

This is the ISO 8601 date-time string of when the issue was acknowledged.

resolvedAtdatetime or null

This is the ISO 8601 date-time string of when the issue was resolved.