EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Order Execution Task Logs

GET /catalog/orders/{id}/execution/logs

Gets the order execution logs

idthe URN of an order

Required Roles

This call has no restrictions.


Response Body

Order execution logs

Field Description Type Notes
<execution_logs>
<execution_log>     0-* Elements
<detail> String
<elapsed> Long
<last_updated> Date
<date> Date
<level> String
<message> String
<phase> String
<stack_trace> String
</execution_log>      
</execution_logs>