{ "id":"/axapi/v3/network/twamp", "type":"object", "node-type":"intermediate", "title":"twamp", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Configure twamp", "properties":{ "responder":{ "type":"object", "$ref":"/axapi/v3/network/twamp/responder", "properties":{ "enable-ip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "enable-ipv6", "enable-both-ip-ipv6" ], "description":"Enable IP TWAMP packets" }, "enable-ipv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "enable-ip", "enable-both-ip-ipv6" ], "description":"Enable IPv6 TWAMP packets" }, "enable-both-ip-ipv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "enable-ip", "enable-ipv6" ], "description":"Enable both IP and IPv6 TWAMP packets" }, "port":{ "type":"number", "format":"number", "minimum":1024, "maximum":65535, "partition-visibility":"shared", "description":"Port number" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "ip":{ "type":"object", "$ref":"/axapi/v3/network/twamp/responder/ip", "properties":{ "acl-id":{ "type":"number", "format":"number", "minimum":1, "maximum":199, "partition-visibility":"shared", "$ref":"/axapi/v3/access-list/standard", "not":"acl-name", "description":"ACL id" }, "acl-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "$ref":"/axapi/v3/ip/access-list", "not":"acl-id", "description":"Apply a named access list (Access List name)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "ipv6":{ "type":"object", "$ref":"/axapi/v3/network/twamp/responder/ipv6", "properties":{ "v6-acl-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "$ref":"/axapi/v3/ipv6/access-list", "description":"Apply an access list (Named Access List)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } } } }