{ "id":"/axapi/v3/visibility/file", "type":"object", "node-type":"intermediate", "title":"file", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Display Monitoring entity files", "properties":{ "metrics":{ "type":"object", "$ref":"/axapi/v3/visibility/file/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" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }