Skip to content

api lasterror

Rob Rati edited this page Nov 16, 2018 · 1 revision

The lasterror endpoint will return the error information for the last operation of a given endpoint and HTTP method combination. It takes 2 query arguments, method and endpoint.

For example, this is retrieve the last DELETE operation for the policy-rules endpoint:

curl -XGET http://<armada instance>/api/lasterror?method=delete\&endpoint=policy-rules

Clone this wiki locally