slb template client-ssh stats¶
Statistics for the object client-ssh
client-ssh Specification¶
Type Collection Collection Name client-ssh-list Collection URI /axapi/v3/slb/template/client-ssh/{name} Element Name client-ssh Element URI /axapi/v3/slb/template/client-ssh/{name}/stats Element Attributes client-ssh_attributes Schema client-ssh schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/client-ssh/{name} | ||
Create List | POST | /axapi/v3/slb/template/client-ssh/{name} | ||
Get Object | GET | /axapi/v3/slb/template/client-ssh/{name}/stats | ||
Get List | GET | /axapi/v3/slb/template/client-ssh/{name} | ||
Modify Object | POST | /axapi/v3/slb/template/client-ssh/{name}/stats | ||
Replace Object | PUT | /axapi/v3/slb/template/client-ssh/{name}/stats | ||
Replace List | PUT | /axapi/v3/slb/template/client-ssh/{name} | ||
Delete Object | DELETE | /axapi/v3/slb/template/client-ssh/{name}/stats |
client-ssh-list¶
client-ssh-list is JSON List of client-ssh attributes
client-ssh-list : [
]
client-ssh attributes¶
name
Description Client SSH Template Name
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object failed_handshakes
Description some help string
Type: number
Format: counter
forwarding_errors
Description some help string
Type: number
Format: counter
successful_handshakes
Description some help string
Type: number
Format: counter