{ "id":"/axapi/v3/vcs-vblades", "type":"object", "node-type":"intermediate", "title":"vcs-vblades", "operation-not-allowed": ["PUT", "POST", "DELETE"], "auto-created-object":1, "description":"vcs vblades counters", "properties":{ "stat-list":{ "type":"array", "minItems":1, "items":{ "type":"stat" }, "uniqueItems":true, "$ref":"/axapi/v3/vcs-vblades/stat/{vblade-id}", "array":[ { "properties":{ "vblade-id":{ "type":"number", "format":"number", "minimum":1, "maximum":8, "description":"vBlade-id", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "vblade-id" ] } ] } } }