logging email level¶
Set logging level which sent to email address
level Specification¶
Type Configuration Resource Element Name level Element URI /axapi/v3/logging/email/level Element Attributes level_attributes Schema level schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/logging/email/level | ||
Get Object | GET | /axapi/v3/logging/email/level | ||
Modify Object | POST | /axapi/v3/logging/email/level | ||
Replace Object | PUT | /axapi/v3/logging/email/level | ||
Delete Object | DELETE | /axapi/v3/logging/email/level |
level attributes¶
email-levelname
Description ‘disable’: Do not send log to email address; ‘emergency’: System unusable log messages (severity=0); ‘alert’: Action must be taken immediately (severity=1); ‘critical’: Critical conditions (severity=2); ‘notification’: Normal but significant conditions (severity=5);
Type: string
Supported Values: disable, emergency, alert, critical, notification
Default: disable
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters