Create a telemetry data point for long term storage in the telemetry table
cURL
curl --request POST \ --url https://{hostname}.gable.ai/v0/telemetry/ingest \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "data": {}, "type": "SCA_PRIME", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
The data payload of the telemetry event.
The type of the telemetry event.
SCA_PRIME
GABLE_CLIENT
The unique identifier of the telemetry event. If not provided, a random UUID will be generated.
Successful operation
The id of the created telemetry event