{ "id":"/axapi/v3/ddos/token-authentication/authenticated-list/oper", "type":"object", "node-type":"scalar", "title":"authenticated-list", "description":"Operational Status for the object authenticated-list", "properties":{ "oper":{ "type":"object", "properties":{ "player-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "src-ip-str":{ "type":"string", "format":"string-rlx" }, "dst-ip-str":{ "type":"string", "format":"string-rlx" }, "src-port":{ "type":"number", "format":"number" }, "dst-port":{ "type":"number", "format":"number" }, "token":{ "type":"number", "format":"number" } } } ] } } } } }