{ "id":"/axapi/v3/sshd", "type":"object", "node-type":"scalar", "title":"sshd", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"SSHD service operation", "properties":{ "restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Restart SSH service", "optional":true }, "wipe":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Wipe SSH key", "optional":true }, "regenerate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Wipe and generate SSH key", "optional":true }, "generate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Generate SSH key", "optional":true }, "re-add-rsa":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"remove ip address from known_hosts", "optional":true }, "size":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'2048': Key size 2048bit; '4096': Key size 4096bit; ", "enum":[ "2048", "4096" ], "optional":true }, "load":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Load SSH key", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port", "optional":true }, "file-url":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"File URL", "optional":true } } }