Description
Retrieves a list of global alert trigger and threshold severity values.
Parameters
None.
Responses
| Status | Description |
|---|---|
| Successful |
Code: 200 Body:
Returned object will contain configuration info for all metric data types.
{
"F": {
"global": int
}
"MAB": {
"global": int
}
"WS": {
"global": int
}
Metric data type (string): {
"critical": int,
"description": "String",
"info": int,
"warning": int
}
}
|