{ "id":"/axapi/v3/backup/store", "type":"object", "node-type":"scalar", "title":"store", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Save backup store information", "properties":{ "creat-cfg":{ "type":"object", "properties":{ "create":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Create store" }, "store-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"profile name to store remote url" }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"profile name for remote url" } } }, "delete-cfg":{ "type":"object", "properties":{ "delete":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Delete store" }, "store-name-del":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"profile name for deleting" } } } } }