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",
    "buckets": "calums,cibcollect,jibcollect",
    "nodes": "4",
    "disks": "16"
}

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