DescribeSuspEventTypes
Description
Get the host exception event classification information.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeSuspEventTypes
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
TotalCount | integer | no demo value | returns the total number of records. |
RequestId | string | no demo value | request ID. |
EventType | string | no demo value | exception event type identification. |
EventTypes | array | no demo value | Exception event type, see the following parameter description for specific sub-items. |
AliseEventType | string | no demo value | exception event type name. |
Example
Successful Response example
{
"TotalCount":"no demo value",
"RequestId":"no demo value",
"EventType":"no demo value",
"EventTypes":"no demo value",
"AliseEventType":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}