Trace Rest API¶
Overview
Resource | Operation | Description |
---|---|---|
Trace | POST /traces/ | Send trace. |
Details
-
POST
/traces/
¶ Trace endpoint used by the pilot and CLI clients to post data access information.
Request JSON Object: - payload (dict) – Dictionary contain the trace information.
Status Codes: - 201 Created – Created.
- 400 Bad Request – Cannot decode json data.
- 500 Internal Server Error – Internal Error.