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