The deploy-step5 command is the final step in a {NEBULA} deployment, which also reboots the Sky Node one last time. There are five steps in total, and they should be applied sequentially in order.

JSON Input Data Format
{
    "id": string,
    "os": string
}
id * Specifies the ID of the Sky Node.
os * Specifies the operating system of the Sky Node. For Debian Linux distribution, please specify debian; otherwise, specify rhel.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": "The process was successfully completed"
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}