Submit client telemetry
POST /v1/report
POST
/v1/report
Optional reporting of update checks and outcomes
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
productId
string
version
string
checkTimestamp
string format: date-time
action
string
outcome
string
error
Error message if outcome is FAILED
string
Responses
Section titled “ Responses ”Telemetry accepted
object
accepted
boolean
timestamp
string format: date-time
Bad request
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "BAD_REQUEST", "message": "Invalid request parameters"}Internal server error
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "INTERNAL_ERROR", "message": "An internal error occurred"}