To perform add and modify SVM operations using REST APIs for VMware vSphere, you must follow the prescribed sequence of REST API calls.
For each REST API, add https://<server>:<port> at the front of the REST API to form a complete endpoint.
Step | REST API | Comments |
---|---|---|
1 | /4.1/storage-system | Add Storage System adds the specified SVM to SnapCenter. |
Step | REST API | Comments |
---|---|---|
1 | /4.1/storage-system | getSvmAll gets the list of all available storage virtual machines. Note the name of the SVM that you want to modify. |
2 | /4.1/storage-system | Modify Storage System modifies the specified SVM. Pass the name from Step 1 in addition to all the other required attributes. |