# Trace
This endpoint generates a trace.
Method | Path | Operation* |
---|---|---|
POST | /trace | trace |
*
In order for a user to perform trace operations, the "trace" permission must be included in the list of allowed actions in the statement of the user's role.
# Request
No parameters.
# Response
The response returns an empty dictionary.
# Response (terminal)
The trace task response in the terminal provides the trace task request stages with accompanying timestamps.
Column name | Type | Description |
---|---|---|
timestamp | string | Timestamp denoting the start time of the task. |
message category | string, value is INFO | The INFO category denotes that this is an informational message. |
task type | string | Type of the task. |
request UUID | string | UUID of the request. |
message | string | Message stating the stage of the trace task execution. |