migrate all the clusters from source overlord to target overlord
POSThttps://api.spectrocloud.com/v1/overlords/migrate
migrate all the clusters from source overlord to target overlord
Request
- application/json
Body
sourceUidstring
targetUidstring
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X POST 'https://api.spectrocloud.com/v1/overlords/migrate' \
-H 'Content-Type: application/json' \
--data-raw '{
"sourceUid": "string",
"targetUid": "string"
}'