Get volume types

Get volume types

get

Get the list of volume types.

Responses
200
OK
*/*
get
GET /v1/code/group/volumetype HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "code": "AZUREFILE_CSI",
    "description": "Azure File CSI",
    "groupId": "VOLUME_PLUGIN",
    "value": "azureFile"
  }
]

Last updated

Was this helpful?