You can use the GetVolumeCount method to get the number of volumes currently in the system.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
count | The number of volumes currently in the system. | integer |
Requests for this method are similar to the following example:
{ "method": "GetVolumeCount", "params": { }, "id": 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": { "count": 7 } }