{ "id":"/axapi/v3/sflow/polling/system-health", "type":"object", "node-type":"scalar", "title":"system-health", "partition-visibility":"shared", "description":"Poll system-health counters", "properties":{ "system-health-usage":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable polling system health information; 'disable': Disable polling system health information; ", "enum":[ "enable", "disable" ], "optional":true }, "per-control-cpu-usage":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable polling control cpu; 'disable': Disable polling control cpu usage; ", "enum":[ "enable", "disable" ], "optional":true }, "per-data-cpu-usage":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable polling data cpu; 'disable': Disable polling data cpu usage; ", "enum":[ "enable", "disable" ], "optional":true }, "license-statistics":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable polling license statistics; 'disable': Disable polling license statistics; ", "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 } } }