Skip to main content
Element Software
12.5 and 12.7

GetVirtualVolumeCount

Contributors netapp-pcarriga

You can use the GetVirtualVolumeCount method to retrieve the number of virtual 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 virtual volumes currently in the system.

integer

Request example

Requests for this method are similar to the following example:

{
  "method": "GetVirtualVolumeCount",
    "params": {
    },
    "id": 1
}

Response example

This method returns a response similar to the following example:

{
  "id": 1,
  "result": {
    "count": 5
  }
}

New since version

9.6