Docs are work in progress
Skip to main content

Re-Issue certificate

POST 

/api/v1/machines/certificate/re-issue/:machineIdOrAlias

This API endpoint re-issues machine certificate if the old certificate has not expired and the machine is not offline. The machine identified by the provided machineId or machine alias.

Request

Path Parameters

    machineIdOrAlias stringrequired

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

Responses

Success response

Schema

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