Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Get a virtual volume group quotas

Retrieve a specific group quota associated with a virtual volume.

HTTP request syntax (URI)
GET <base_URI>/v8/storage/virtual-volumes/{virtualVolumeObjectId}/quotas/group
Parameters
Name Type Required Values Description
virtualVolumeObjectId URI_PARAM Y string Virtual volume object ID.
groupIdBODYYstringGroup ID.
Return codes
Code Data Description
200 quotaQuota retrieved successfully.
400 Error Message Missing or invalid request contents.
404 Error Message Requested resource not found.
500 Error message Error associated with the storage system.

Any HTTP status code other than 200 indicates that the API did not complete successfully.

Request example: Retrieve the virtual volume quota but ignore any user and group ones
curl -vk -H "X-Api-Key: Td5qNSpXX4.732uVwjjuN1Wgmxw7yJwL5nygQk79k6pbVg.wvMFqH2" https://172.27.5.11:8444/v8/storage/virtual-volumes/313a3a3a30373545414439464546414234454239303030303030303030303030303030303a3a3a313a3a3a303a3a3a4f49445f24232140255f56/quotas/group?groupId=777
Response example
HTTP/1.1 200 Ok
{
  "quota": {
    "filesystemId": "075EAD9FEFAB4EB90000000000000000",
    "objectId": "30373545414439464546414234454239303030303030303030303030303030303a3a3a36373038303235652d613731382d313164382d393031342d3963353534373037356537353a3a3a303a3a3a4f49445f24232140255f56",
    "quota": {
      "diskUsage": 0,
      "diskUsageThreshold": {
        "isHard": true,
        "limit": 0,
        "reset": 5,
        "severe": 0,
        "warning": 0
      },
      "fileCountThreshold": {
        "isHard": true,
        "limit": 0,
        "reset": 5,
        "severe": 0,
        "warning": 0
      },
      "fileUsage": 0,
      "globalId": "6708025e-a718-11d8-9014-9c5547075e75",
      "logEvent": false
    },
    "targetDomain": "",
    "targetName": "777",
    "targetType": "GROUP",
    "virtualServerId": 1,
    "virtualVolumeId": 1,
    "virtualVolumeName": "vv1",
    "virtualVolumeObjectId": "313a3a3a30373545414439464546414234454239303030303030303030303030303030303a3a3a313a3a3a303a3a3a4f49445f24232140255f56"
  }
}

 

  • Was this article helpful?