Last updated 9 months ago
Get the list of volume types.
OK
"AZUREFILE_CSI"
"Azure File CSI"
"VOLUME_PLUGIN"
"azureFile"
const response = await fetch('/v1/code/group/volumetype', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "code": "AZUREFILE_CSI", "description": "Azure File CSI", "groupId": "VOLUME_PLUGIN", "value": "azureFile" } ]