A newer release of this product is available.
GetVolumeCount
Suggest changes
You can use the GetVolumeCount
method to get the number of volumes currently in the system.
Parameters
This method has no input parameters.
Return value
This method has the following return value:
Name | Description | Type |
---|---|---|
count |
The number of volumes currently in the system. |
integer |
Request example
Requests for this method are similar to the following example:
{ "method": "GetVolumeCount", "params": { }, "id": 1 }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result": { "count": 7 } }
New since version
9.6