{ "id":"/axapi/v3/visibility/file/metrics", "type":"object", "node-type":"scalar", "title":"metrics", "partition-visibility":"shared", "auto-created-object":1, "description":"Persistent storage for metrics", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable persistent storage; 'disable': Disable persistent storage(default); ", "enum":[ "enable", "disable" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }