Trace - Records trace information

Records trace information into Azure Insights using the provided details.

post
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Body

Class for storing trace log.

traceEventstring · nullableOptional

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.

traceMessagestring · nullableOptional

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.

traceIdstring · nullableOptional

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.

parentIdstring · nullableOptional

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.

authUserIdstring · nullableOptional

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.

Responses
chevron-right
201

Success: Trace log created successfully in Azure Insights.

Class for representing response.

messagestring · nullableOptional

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 Message property.

Default: Success Message
statusCodeinteger · int32Optional

A public property of type integer that has both a getter and a setter method, which allows for getting and setting the value of the StatusCode property.

Default: 200
post
/trace

Last updated