Cloud Documentation Azure
3.19.x
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
REST APIs
AI Tools
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Mount Datastore
curl -X PUT -H "Content-Type: application/json" -d '{ "datastoreName": "datastore-001",
"clusterName": "Cluster-1" }' https://$HOSTNAME/api/v1/avs/datastore/mount
Unmount Datastore
curl -X PUT -H "Content-Type: application/json" -d '{ "datastoreName": "datastore-001",
"clusterName": "Cluster-1" }' https://$HOSTNAME/api/v1/avs/datastore/unmount
Resize Datastore
curl -X POST -H "Content-Type: application/json" -d '{ "datastoreName": "datastore-001",
"clusterName": "Cluster-1", "newSize": "10GiB" }'
https://$HOSTNAME/api/v1/avs/datastore/resize
Rescan Datastore
curl -X POST -H "Content-Type: application/json" -d '{ "clusterName": "Cluster-1" }'
https://$HOSTNAME/api/v1/avs/datastore/rescan
Connects to Target(s)
curl -X POST -H "Content-Type: application/json" -d '{ "clusterName": "Cluster-1" }'
https://$HOSTNAME/Rescanapi/v1/avs/network/connect
Disconnects from Target(s)
curl -X POST -H "Content-Type: application/json" -d '{ "clusterName": "Cluster-1" }'
https://$HOSTNAME/api/v1/avs/network/disconnect
Enable NVMe/TCP Services(tag)
curl -X POST -H "Content-Type: application/json" -d '{ "name": "network-001", "vmHost": "host-
1" }' https://$HOSTNAME/api/v1/avs/network/tag
Create Storage Adapter
curl -X POST -H "Content-Type: application/json" -d '{ "name": "network-001", "vmHost": "host-
1" }' https://$HOSTNAME/api/v1/avs/network/create
Create Snapshot
curl -X POST -H "Content-Type: application/json" -d '{ "snapshotName": "snapshot-001",
"sourceDatasoreName": "datastore-001", "clusterName": "Cluster-1", "retentionTime": "24h" }'
https://$HOSTNAME/api/v1/avs/snapshot
View all vSphere Cluster(s)
curl -X GET http://$HOSTNAME/api/v1/avs/cluster/list
Last updated on
Was this page helpful?
© 2026 Lightbits Labs™
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message