{ "id":"/axapi/v3/sflow/polling/http", "type":"object", "node-type":"scalar", "title":"http", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "description":"Poll HTTP counters", "properties":{ "toggle":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable polling HTTP counters; 'disable': Disable polling HTTP counters; ", "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 } } }