slb template server-ssh¶
Server Side SSH Template
server-ssh Specification¶
Type Collection Object Key(s) name Collection Name server-ssh-list Collection URI /axapi/v3/slb/template/server-ssh Element Name server-ssh Element URI /axapi/v3/slb/template/server-ssh/{name} Element Attributes server-ssh_attributes Schema server-ssh schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/server-ssh | ||
Create List | POST | /axapi/v3/slb/template/server-ssh | ||
Get Object | GET | /axapi/v3/slb/template/server-ssh/{name} | ||
Get List | GET | /axapi/v3/slb/template/server-ssh | ||
Modify Object | POST | /axapi/v3/slb/template/server-ssh/{name} | ||
Replace Object | PUT | /axapi/v3/slb/template/server-ssh/{name} | ||
Replace List | PUT | /axapi/v3/slb/template/server-ssh | ||
Delete Object | DELETE | /axapi/v3/slb/template/server-ssh/{name} |
server-ssh-list¶
server-ssh-list is JSON List of server-ssh attributes
server-ssh-list : [
]
server-ssh attributes¶
forward-proxy-enable
Description Enable SSH forward proxy
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
name
Description Server SSH Template Name
Type: string
Format: string-rlx
Maximum Length: 127 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 |