clusters
Report to Pipeline the progress of the bootstrapping of a new node (to be called by PKE installer)
post/api/v1/orgs/{orgId}/clusters/{id}/pke/status
Path parameters
orgIdinteger required
Organization identifier
idinteger required
Cluster identifier
Request body
Example request
{
"name": "my-node",
"nodePool": "master",
"ip": "127.0.0.1",
"message": "installing docker daemon",
"phase": "pre-flight"
}Response
Success
Example response
{
"processId": "processId"
}