Skip to main content

DescribeSuspEventTypes

Description

Get the host exception event classification information.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeSuspEventTypes

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
TotalCountintegerno demo valuereturns the total number of records.
RequestIdstringno demo valuerequest ID.
EventTypestringno demo valueexception event type identification.
EventTypesarrayno demo valueException event type, see the following parameter description for specific sub-items.
AliseEventTypestringno demo valueexception 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
}

}