EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Stats

GET /vdc/tasks/stats

Returns task status count information for the specified Tenant.


Query Parameters

tenantTenant URI of the tenant the count is required for. If not supplied, the logged in users tenant will be used. A value of 'system' will return system tasks

Required Roles

This call has no restrictions.


Response Body

Count of tasks in different statuses

Field Description Type Notes
<task_stats>
<pending> Number of tasks in a pending state Integer
<ready> Number of tasks in a ready state Integer
<error> Number of tasks in a error state Integer
</task_stats>