slb template client-ssh¶
Client Side SSH Template
client-ssh Specification¶
Type Collection Object Key(s) name Collection Name client-ssh-list Collection URI /axapi/v3/slb/template/client-ssh Element Name client-ssh Element URI /axapi/v3/slb/template/client-ssh/{name} Element Attributes client-ssh_attributes Schema client-ssh schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/client-ssh | ||
Create List | POST | /axapi/v3/slb/template/client-ssh | ||
Get Object | GET | /axapi/v3/slb/template/client-ssh/{name} | ||
Get List | GET | /axapi/v3/slb/template/client-ssh | ||
Modify Object | POST | /axapi/v3/slb/template/client-ssh/{name} | ||
Replace Object | PUT | /axapi/v3/slb/template/client-ssh/{name} | ||
Replace List | PUT | /axapi/v3/slb/template/client-ssh | ||
Delete Object | DELETE | /axapi/v3/slb/template/client-ssh/{name} |
client-ssh-list¶
client-ssh-list is JSON List of client-ssh attributes
client-ssh-list : [
]
client-ssh attributes¶
encrypted
Description Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)forward-proxy-enable
Description Enable SSH forward proxy
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
forward-proxy-hostkey
Description Specify private-key (Key Name)
Type: string
Maximum Length: 255 characters
Maximum Length: 1 characters
name
Description Client SSH Template Name
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
passphrase
Description Password Phrase
Type: string
Format: password
Maximum Length: 63 characters
Maximum Length: 1 characters
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
stats data¶
Counter | Size | Description | |
---|---|---|---|
forwarding_errors | 8 | some help string | |
successful_handshakes | 8 | some help string | |
failed_handshakes | 8 | some help string |