Get List of User Data Store Zones
To see data store zones assigned to user's VSs, use the following request:
GET /users/:user_id/data_store_zones.xml
GET /users/:user_id/data_store_zones.json
XML Request Example
curl -i -X GET -H 'Accept: application/xml' -H 'Content-type: application/xml' -u user:userpass --url http://onapp.test/users/12/data_store_zones.json
JSON Request Example
curl -i -X GET -H 'Accept: application/json' -H 'Content-type: application/json' -u user:userpass --url http://onapp.test/users/12/data_store_zones.json
For details and parameters description refer to Get List of Data Store Zones section.