{ "id":"/axapi/v3/ddos/network-object/{object-name}/stats", "type":"object", "node-type":"list", "title":"network-object", "description":"Statistics for the object network-object", "properties":{ "object-name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "optional":false }, "stats":{ "type":"object", "properties":{ "subnet_learned":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Subnet Entry Learned", "optional":true }, "subnet_aged":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Subnet Entry Aged", "optional":true }, "subnet_create_fail":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Subnet Entry Create Failures", "optional":true }, "ip_learned":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"IP Entry Learned", "optional":true }, "ip_aged":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"IP Entry Aged", "optional":true }, "ip_create_fail":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"IP Entry Create Failures", "optional":true }, "service_learned":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"Service Entry Learned", "optional":true }, "service_aged":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Service Entry Aged", "optional":true }, "service_create_fail":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"Service Entry Create Failures", "optional":true } } } }, "required":[ "object-name" ] }