acos-events message-id¶
Configure log message
message-id Specification¶
Type Collection Object Key(s) log-msg Collection Name message-id-list Collection URI /axapi/v3/acos-events/message-id Element Name message-id Element URI /axapi/v3/acos-events/message-id/{log-msg} Element Attributes message-id_attributes Schema message-id schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/acos-events/message-id | ||
Create List | POST | /axapi/v3/acos-events/message-id | ||
Get Object | GET | /axapi/v3/acos-events/message-id/{log-msg} | ||
Get List | GET | /axapi/v3/acos-events/message-id | ||
Modify Object | POST | /axapi/v3/acos-events/message-id/{log-msg} | ||
Replace Object | PUT | /axapi/v3/acos-events/message-id/{log-msg} | ||
Replace List | PUT | /axapi/v3/acos-events/message-id | ||
Delete Object | DELETE | /axapi/v3/acos-events/message-id/{log-msg} |
message-id-list¶
message-id-list is JSON List of message-id attributes
message-id-list : [
]
message-id attributes¶
log-msg
Description Specify log message-id lineage
Type: string
Maximum Length: 512 characters
Maximum Length: 1 characters
property
Description: property is a JSON Block. Please see below for property
Type: Object
Reference Object: /axapi/v3/acos-events/message-id/{log-msg}/property
user-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
property¶
Specification Type object severity
Description: severity is a JSON Block. Please see below for property_severity
Type: Object
Reference Object: /axapi/v3/acos-events/message-id/{log-msg}/property/severity
property_severity¶
Specification Type object severity-val
Description ‘emergency’: System unusable log messages (severity=0); ‘alert’: Action must be taken immediately (severity=1); ‘critical’: Critical conditions (severity=2); ‘error’: Error conditions (severity=3); ‘warning’: Warning conditions (severity=4); ‘notification’: Normal but significant conditions (severity=5); ‘information’: Informational messages (severity=6); ‘debugging’: Debug level messages (severity=7);
Type: string
Supported Values: emergency, alert, critical, error, warning, notification, information, debugging
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters