Trace - Log a trace information in Azure Insights with the provided details

Logs a trace information in azure insights with 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
201

Successfull creation of trace log to azure insights

post
/trace

Last updated