{ "id":"/axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}/stats", "type":"object", "node-type":"list", "title":"ip", "description":"Statistics for the object ip", "properties":{ "subnet-ip-addr":{ "type":"string", "oid":"1001", "format":"ipv4-cidr", "description":"IP Subnet, supported prefix range is from 8 to 32", "optional":false }, "stats":{ "type":"object", "properties":{ "packet_rate":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"PPS", "optional":true }, "bit_rate":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"B(bits)PS", "optional":true } } } }, "required":[ "subnet-ip-addr" ] }