EMC ViPR REST API

Search (SHIFT+S)

API Reference


New in this release

Get Stats

GET /vdc/events/stats


Query Parameters

tenant

Required Roles

This call has no restrictions.


Response Body

Field Description Type Notes
<event_stats>
<pending> Number of tasks in a pending state Integer
<approved> Number of tasks in an approved state Integer
<declined> Number of tasks in a declined state Integer
<failed> Number of tasks in a failed state Integer
</event_stats>