Docs are work in progress
Skip to main content

Add or update machine telemetry

POST 

/api/v1/machines/:machineIdOrAlias/telemetry

This API endpoint add or update telemetry data for the machine identified by the provided machineId or machine alias. This includes enabling or disabling logs and metrics collection.

Request

Path Parameters

    machineIdOrAlias stringrequired

    The machineId - unique id of the machine, alias - machine alias

Body

required

The request body containing the required details to add or update machine telemetry

    isMetricsEnabled boolean
    isLogsEnabled boolean

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]
    payload boolean
Loading...