{ "id":"/axapi/v3/vcs-vblades/stat/{vblade-id}", "type":"object", "node-type":"list", "title":"stat", "operation-not-allowed": ["DELETE", "CREATE"], "auto-created-object":1, "description":"Show aVCS vBlade box statistics information", "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 } }, "object-keys":[ "vblade-id" ], "required":[ "vblade-id" ] }