Trace - Records trace information
The requested API version
1.0
Class for storing trace log.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the TraceEvent property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the TraceMessage property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the TraceId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ParentId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the AuthUserId property.
POST /trace HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"traceEvent": "text",
"traceMessage": "text",
"traceId": "text",
"parentId": "text",
"requestBody": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"authUserId": "text"
}
{
"message": "Success Message",
"statusCode": 200
}
Last updated