{ "id":"/axapi/v3/ssl/key/{name}", "type":"object", "node-type":"scalar", "title":"key", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"ssl certificate and key file information and management commands", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"ssl certificate local file name", "optional":false }, "private-key":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":2048, "partition-visibility":"shared", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }