EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Order Logs

GET /catalog/orders/{id}/logs

Gets the order logs

idthe URN of an order

Required Roles

This call has no restrictions.


Response Body

A list of order logs

Field Description Type Notes
<order_logs>
<order_log>     0-* Elements
<date> Date
<level> String
<message> String
<phase> String
<stack_trace> String
</order_log>      
</order_logs>