Get the specified alert of the specified project
GET/v1/projects/:uid/alerts/:component/:alertUid
Get the specified alert of the specified project
Request
Path Parameters
uid stringrequired
component stringrequired
alertUid stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
alertAllUsersboolean
createdBystring
http
object
bodystring
headers
property name*string
methodstring
urlstring
identifiersstring[]
isActiveboolean
status
object
isSucceededboolean
messagestring
timedate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
typestring
Possible values: [email, app, http]
uidstring
{
  "alertAllUsers": true,
  "createdBy": "string",
  "http": {
    "body": "string",
    "method": "string",
    "url": "string"
  },
  "identifiers": [
    "string"
  ],
  "isActive": true,
  "status": {
    "isSucceeded": true,
    "message": "string",
    "time": "2024-07-29T15:51:28.071Z"
  },
  "type": "email",
  "uid": "string"
}
Loading...