Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 989 Bytes

reference_element_api_getvolumecount.adoc

File metadata and controls

62 lines (47 loc) · 989 Bytes
permalink sidebar keywords summary
api/reference_element_api_getvolumecount.html
sidebar
volume,volumes,get,getting,count,measurements,getvolumecount
You can use the GetVolumeCount method to get the number of volumes currently in the system.

GetVolumeCount

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