EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Tasks

GET /vdc/tasks

Returns a list of tasks 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 provide a list of all the system tasks
startTime
endTime
max_count

Required Roles

This call has no restrictions.


Response Body

A list of tasks for the tenant

Field Description Type Notes
<tasks_ids>
<task>     0-* Elements
<name> The name of the resource String
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</task>      
</tasks_ids>