File Shares
Check file share quota
Check if regional quota is exceeded, if yes the number of additional quotas needed to create the specified File Share will be calculated
post/cloud/v1/file_shares/{project_id}/{region_id}/check_limits
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
Request body
Example request
{
"size": 5
}Response
OK
Example response
{
"sfs_count_limit": 10,
"sfs_count_requested": 1,
"sfs_count_usage": 1,
"sfs_size_limit": 100,
"sfs_size_requested": 50,
"sfs_size_usage": 90
}