The counter command is used to retrieve the counters of a Flow-fx.

JSON Input Data Format
{
    "id": string
}
id * Specifies the ID of the Flow-fx object.
* 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",
    "running": 1,
    "success": 10,
    "failed": 6,
    "total": 16

}

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