{
"data": {
"fsName": "string",
"size": 0,
"subVolume": "string",
"volumeGroup": "string"
}
}
curl --location --request POST 'http://localhost:8080/api/v1/cephfsTbl/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"fsName": "string",
"size": 0,
"subVolume": "string",
"volumeGroup": "string"
}
}'
{
"content": {
"resources": [
{
"externalId": "string",
"name": "string",
"status": "string"
}
]
},
"errorCode": "string",
"errorMsg": "string",
"msg": "string",
"success": true
}