{ "id":"/axapi/v3/system/cm-update-file-name-ref", "type":"object", "node-type":"scalar", "title":"cm-update-file-name-ref", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"update the bind name", "properties":{ "source_name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"bind source name", "optional":true }, "dest_name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"bind dest name", "optional":true }, "id":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Specify unique Partition id", "optional":true } } }