{ "id":"/axapi/v3/debug/vpn", "type":"object", "node-type":"scalar", "title":"vpn", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug IPsec vpn", "properties":{ "level":{ "type":"number", "format":"number", "minimum":1, "maximum":4, "partition-visibility":"shared", "description":"Debug level (Level 1-4)", "optional":true }, "ike-gateway":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "$ref":"/axapi/v3/vpn/ike-gateway", "description":"Specify IKE gateway name (gateway filter name)", "optional":true }, "strict":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Only record the logs that can match Ike-gateway name", "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 } } }