The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
REST API workflows to add and modify storage VMs
To perform add and modify storage VM operations using the SnapCenter Plug-in for VMware vSphere REST APIs, you must follow the prescribed sequence of REST API calls.
To add storage VM operations, follow this workflow:
Step |
REST API |
Comments |
1 |
/4.1/storage-system
|
Add Storage System adds the specified storage VM to SnapCenter Plug-in for VMware vSphere.
|
To modify storage VM operations, follow this workflow:
Step |
REST API |
Comments |
1 |
/4.1/storage-system
|
getSvmAll gets the list of all available storage VMs.
Note the name of the storage VM that you want to modify.
|
2 |
/4.1/storage-system
|
Modify Storage System modifies the specified storage VM.
Pass the name from Step 1 in addition to all the other required attributes.
|