{ "id":"/axapi/v3/ddos/token-authentication/players/{src-ip}+{src-port}+{dst-ip}+{dst-port}", "type":"object", "node-type":"list", "title":"players", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Token Authentication Player Mode", "properties":{ "src-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "optional":false }, "src-port":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "partition-visibility":"shared", "optional":false }, "dst-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "optional":false }, "dst-port":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "partition-visibility":"shared", "optional":false }, "magic-value":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "optional":true } }, "object-keys":[ "src-ip", "src-port", "dst-ip", "dst-port" ], "required":[ "src-ip", "src-port", "dst-ip", "dst-port" ] }