The status command retrieves the status of the cluster and the names of the databases.

JSON Input Data Format
{
    "id": string
}
id * Specifies the ID of the cluster.
* 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",
    "members": "3",
    "collections": "companies,sales,tracks,cibcollect"
}

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