vcs-vblades stat¶
Show aVCS vBlade box statistics information
stat Specification¶
Type
Collection
Object Key(s)
vblade-id
Collection Name
Collection URI
/axapi/v3/vcs-vblades/stat
Element Name
stat
Element URI
/axapi/v3/vcs-vblades/stat/{vblade-id}
Element Attributes
stat_attributes
Statistics Data URI
/axapi/v3/vcs-vblades/stat/{vblade-id}/stats
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/vcs-vblades/stat | ||
Create List | POST | /axapi/v3/vcs-vblades/stat | ||
Get Object | GET | /axapi/v3/vcs-vblades/stat/{vblade-id} | ||
Get List | GET | /axapi/v3/vcs-vblades/stat | ||
Modify Object | POST | /axapi/v3/vcs-vblades/stat/{vblade-id} | ||
Replace Object | PUT | /axapi/v3/vcs-vblades/stat/{vblade-id} | ||
Replace List | PUT | /axapi/v3/vcs-vblades/stat |
stat-list¶
stat-list is JSON List of stat attributes
stat-list : [
]
stat attributes¶
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
vblade-id
Description vBlade-id
Type: number
Range: 1-8
stats data¶
Counter |
Size |
Description |
|
---|---|---|---|
slave_recv_bytes |
8 |
vBlade Received Bytes counter of aVCS election |
|
slave_cfg_upd_r_fail |
8 |
vBlade Remote Configuration Update Errors counter of aVCS election |
|
slave_cfg_upd_result_err |
8 |
vBlade Configuration Update Result Errors counter of aVCS election |
|
slave_cfg_upd |
8 |
vBlade Received Configuration Updates counter of aVCS election |
|
slave_msg_inval |
8 |
vBlade Invalid Messages counter of aVCS election |
|
slave_n_recv |
8 |
vBlade Received Messages counter of aVCS election |
|
slave_cfg_upd_notif_err |
8 |
vBlade Configuration Update Notif Errors counter of aVCS election |
|
slave_keepalive |
8 |
vBlade Received Keepalives counter of aVCS election |
|
slave_recv_err |
8 |
vBlade Receive Errors counter of aVCS election |
|
slave_cfg_upd_l2_fail |
8 |
vBlade Local Configuration Update Errors (2) counter of aVCS election |
|
slave_send_err |
8 |
vBlade Send Errors counter of aVCS election |
|
slave_cfg_upd_l1_fail |
8 |
vBlade Local Configuration Update Errors (1) counter of aVCS election |
|
slave_n_sent |
8 |
vBlade Sent Messages counter of aVCS election |
|
slave_sent_bytes |
8 |
vBlade Sent Bytes counter of aVCS election |