Get Progress
DescriptionGet progress of an invoked operation
Request
URLURL
Path Parameters
Path Parameters
Task ID
Response
Response BodyResponse Body
200 OK
{
"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": "BOOTSTRAP",
"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": "NOT_STARTED",
"taskId": "string"
}
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
Possible values are: NOT_STARTED , SUCCEEDED , FAILED , IN_PROGRESS , UNKNOWN