The status command returns the status code of the function controller: NA for not active and AC for accepting connections, along with the port number.

JSON Input Data Format
{
    "id": string
}
id * Specifies the ID of the Serverless.
* 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": "AC - 32000"
}

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