{ "id":"/axapi/v3/controller/telemetry/probe", "type":"object", "node-type":"scalar", "title":"probe", "partition-visibility":"shared", "description":"controller probe config", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable the probe functionality; 'disable': Disable the probe functionality; ", "enum":[ "enable", "disable" ], "optional":true }, "interval":{ "type":"number", "format":"number", "minimum":15, "maximum":60, "default":15, "partition-visibility":"shared", "description":"snapshot export interval in minute,default is 15.", "optional":true }, "log-level":{ "type":"string", "format":"enum", "default":"ERROR", "partition-visibility":"shared", "description":"'ERROR': show errors only(default).; 'WARNING': show warnings; 'INFO': show info messages; 'DEBUG': show debug logs; ", "enum":[ "ERROR", "WARNING", "INFO", "DEBUG" ], "optional":true }, "export-policy":{ "type":"string", "format":"enum", "default":"snapshots-new", "partition-visibility":"shared", "description":"'snapshots-all': Export historical/missed snapshots.; 'snapshots-new': Export only new snapshots(default).; ", "enum":[ "snapshots-all", "snapshots-new" ], "optional":true }, "target":{ "type":"string", "format":"enum", "default":"remote", "partition-visibility":"shared", "description":"'remote': Export data to remote. This is the default value.; 'local': Export data local.; ", "enum":[ "remote", "local" ], "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 } } }