Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.04 KB

reference_element_api_getvirtualvolumecount.adoc

File metadata and controls

62 lines (47 loc) · 1.04 KB
permalink sidebar keywords summary
api/reference_element_api_getvirtualvolumecount.html
sidebar
volume,volumes,virtual,get,getting,count,GetVirtualVolumeCount
You can use the GetVirtualVolumeCount method to retrieve the number of virtual volumes currently in the system.

GetVirtualVolumeCount

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