{ "id":"/axapi/v3/ng-waf", "type":"object", "node-type":"scalar", "title":"ng-waf", "partition-visibility":"shared", "auto-created-object":1, "description":"NGWAF related commands", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "stats-list":{ "type":"array", "minItems":1, "items":{ "type":"stats" }, "uniqueItems":true, "$ref":"/axapi/v3/ng-waf/stats/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"ng-waf name", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "name" ] } ] }, "status":{ "type":"object", "$ref":"/axapi/v3/ng-waf/status", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "custom-page":{ "type":"object", "$ref":"/axapi/v3/ng-waf/custom-page", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "custom-signals":{ "type":"object", "$ref":"/axapi/v3/ng-waf/custom-signals", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "cpu":{ "type":"object", "$ref":"/axapi/v3/ng-waf/cpu", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }