Error Codes for Alert_Rule APIs

The following are the status codes and the error descriptions for the APIs.

Status Code: 200

Description: A successful response. For Example:

{
  "success": true,
  "data": [
    "string"
  ],
  "message": "string"
}

Status Code: 422

Description: A validation error. For Example:

{
  "success": false,
  "validationErrors": {
    "additionalProp1": "string",
    "additionalProp2": "string",
    "additionalProp3": "string"
  },
  "message": "string"
}

Status Code: 401

Description: Invalid Token.

Status Code: 401

Description: Expired Token.

Status Code: 403

Description: Required scope is not present for accessing the API.

Status Code: 400

Description: iss claim is not self-signed.

Status Code: 200

Description: Duplicate Alert Rule Name.

Status Code: 200

Description: Wrong Alert Rule ID.

Status Code: 422

Description: Importing same list.

Last updated

Was this helpful?