{ "id":"/axapi/v3/network/twamp/responder/ip", "type":"object", "node-type":"scalar", "title":"ip", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure TWAMP responder", "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", "optional":true }, "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)", "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 } } }