Skip to main content

migrate all the clusters from source overlord to target overlord

POST 

https://api.spectrocloud.com/v1/overlords/migrate

migrate all the clusters from source overlord to target overlord

Request

Body

    sourceUidstring
    targetUidstring

Responses

The resource was updated successfully

curl -L -X POST 'https://api.spectrocloud.com/v1/overlords/migrate' \
-H 'Content-Type: application/json' \
--data-raw '{
"sourceUid": "string",
"targetUid": "string"
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Body
{
"sourceUid": "string",
"targetUid": "string"
}