POST Syntax Details
POST
https://<array_name>:<port_number>/<version_number>/<object_set>
NOTE: Use the following substitutions for the variables in the query.
<array_name>= array management IP address or fully qualified domain name (FQDN)<port_number>= 5392<version_number>= v1<object_set>= supported object set name, such as volumes
Example to create a volume:
POST
https://<array_name>:5392/v1/volumes
For details, see cURL Code Sample.