POST realm/zones/<zone_name>/stores/<stor_name>
The web method
POST realm/zones/<zone>_name/stores/<stor_name> defines a specific store in a zone.
- <zone>_name in the URI is the zone name.
- <store>_name in the URI is the store name.
Example Requests
curl -X POST http://<host>:<port>/api/v1/realm/zones/<zone_name>/stores/<stor_name> -d '{"name": "st1", "zones": ["zone1"]}'