{ "id":"/axapi/v3/pki/copy-key", "type":"object", "node-type":"scalar", "title":"copy-key", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Copy SSL key to another file", "properties":{ "src-key":{ "type":"string", "format":"string", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"Source key file", "optional":true }, "rotation":{ "type":"number", "format":"number", "minimum":1, "maximum":4, "partition-visibility":"shared", "description":"Specify rotation number of SCEP/CMP generated key file", "optional":true }, "dest-key":{ "type":"string", "format":"string", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"Destination key file", "optional":true }, "overwrite":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Overwrite the destination file if already present", "optional":true } } }