The create command is used to create a Sky Network.

JSON Input Data Format
{
    "name": string,
    "cloudid": string
}
name * Specifies the name for the Sky Network, which can be anything.
cloudid * Specifies the ID of the Sky Node where the network and DHCP service will be activated, serving as the primary network provider.
* 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",
    "id": "V7-49ff499f-xxxx-xxxx-xxxx-b47fxxxx99af"
}

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