{ "id":"/axapi/v3/debug/vector", "type":"object", "node-type":"scalar", "title":"vector", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug vector flow", "properties":{ "trace":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug logs for vector callbacks", "optional":true }, "packet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug logs for vector packet flow", "optional":true }, "error":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug logs for vector errors", "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 } } }