event partition¶
module partition
partition Specification¶
Parameter Value Type Collection Object Key(s) vnp-events Collection Name partition-list Collection URI /axapi/v3/event/partition Element Name partition Element URI /axapi/v3/event/partition/{vnp-events} Element Attributes partition_attributes Partition Visibility shared Schema partition schemaOperations Allowed:
| Operation | Method | URI | Payload | |
|---|---|---|---|---|
| Create Object | POST | /axapi/v3/event/partition | ||
| Create List | POST | /axapi/v3/event/partition | ||
| Get Object | GET | /axapi/v3/event/partition/{vnp-events} | ||
| Get List | GET | /axapi/v3/event/partition | ||
| Modify Object | POST | /axapi/v3/event/partition/{vnp-events} | ||
| Replace Object | PUT | /axapi/v3/event/partition/{vnp-events} | ||
| Replace List | PUT | /axapi/v3/event/partition | ||
| Delete Object | DELETE | /axapi/v3/event/partition/{vnp-events} | ||
partition-list¶
partition-list is JSON List of partition attributes
partition-list : [
]
partition attributes¶
Description ‘on’: enable this action; ‘off’: disable this action;
Type: string
Supported Values: on, off
logging
Description ‘on’: enable this action; ‘off’: disable this action;
Type: string
Supported Values: on, off
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
vnp-events
Description ‘part-create’: Create new partition; ‘part-del’: Delete a partition;
Type: string
Supported Values: part-create, part-del