Teardown
Teardown a federation
Request
URI
DELETE
https://{api_host}/v1/sddc-federation
COPY
Responses
202
ACCEPTED
Returns
FederationTask
of type(s)
application/json
{
"created": {
"dateTime": "string",
"timestamp": 0
},
"errors": [
{
"error": "string",
"errorPack": {
"arguments": [
{}
],
"component": "string",
"defaultMessage": "string",
"localBundle": "string",
"messageKey": "string"
},
"suggestedRemedy": "string",
"suggestedRemedyPack": {
"arguments": [
{}
],
"component": "string",
"defaultMessage": "string",
"localBundle": "string",
"messageKey": "string"
}
}
],
"lastUpdated": {
"dateTime": "string",
"timestamp": 0
},
"operation": "string",
"payload": {
"assignedBrokerId": 0,
"assignedZkId": 0,
"mbServers": {
"messageBusServersInfo": [
{
"brokerId": 0,
"fqdn": "string",
"hostAddress": "string",
"port": 0
}
]
},
"srServers": {
"schemaRegistryServersInfo": [
{
"hostAddress": "string",
"port": 0,
"protocol": "string"
}
]
},
"zkServers": {
"zookeeperServersInfo": [
{
"clientPort": 0,
"electionPort": 0,
"fqdn": "string",
"hostAddress": "string",
"peerPort": 0,
"securePort": 0,
"zkId": 0,
"zkRole": "string"
}
]
}
},
"progressDetails": "string",
"remoteOperationTask": "FederationTask Object",
"status": "string",
"taskId": "string"
}
created
Optional
created
array of
errors
errors
Optional
errors
lastUpdated
Optional
lastUpdated
string
operation
Optional
operation
Possible values are :
BOOTSTRAP,
START,
STOP,
TEARDOWN,
INVITE_MEMBER,
EVICT_MEMBER,
JOIN,
HANDLE_JOIN,
HANDLE_CONTROLLER_JOIN,
LEAVE,
HANDLE_LEAVE,
HANDLE_CONTROLLER_LEAVE,
HANDLE_CERT_ROTATION,
payload
Optional
payload
string
progressDetails
Optional
progressDetails
string
status
Optional
status
Possible values are :
NOT_STARTED,
SUCCEEDED,
FAILED,
IN_PROGRESS,
UNKNOWN,
string
taskId
Optional
taskId
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/v1/sddc-federation