{
"ct_user_id": 0,
"os_id": "string",
"backup_policy_uuids": "string",
"action": "string",
"storage_pool_uuid": "string"
}
curl --location --request POST '/api/storage_pools/action/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ct_user_id": 0,
"os_id": "string",
"backup_policy_uuids": "string",
"action": "string",
"storage_pool_uuid": "string"
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": "string",
"next": "string",
"total_count": 0,
"results": [
{}
],
"code": 0
}