Get IAM Query
GET/api/v1/permission/alert/search
Returns the IAM query for the specified alert ID.
Request
Query Parameters
alertId stringrequired
alertId
Responses
- 200
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
data string[]
query string
timeRange object
Model for Time Range DTO
type string
Time range type
value string
Time range value
{
"data": [
"string"
],
"query": "string",
"timeRange": {
"type": "to_now",
"value": "epoch"
}
}
Unauthorize
Forbidden
Not Found
Loading...