Retrieve the latest reload operation done on each node in the specified cluster.
Successfully return a list of node reload operations.
The requested bundle is not attached to this cluster.
Cluster not found
{- "operations": {
- "property1": {
- "timeCreated": "2019-08-24T14:15:22Z",
- "timeModified": "2019-08-24T14:15:22Z",
- "status": "GENESIS",
- "message": "string"
}, - "property2": {
- "timeCreated": "2019-08-24T14:15:22Z",
- "timeModified": "2019-08-24T14:15:22Z",
- "status": "GENESIS",
- "message": "string"
}
}
}
Retrieve the latest reload operation of the specified node.
Successfully return the latest node reload operation.
The requested bundle is not attached to this cluster.
Node not found
{- "operations": [
- {
- "timeCreated": "2019-08-24T14:15:22Z",
- "timeModified": "2019-08-24T14:15:22Z",
- "status": "GENESIS",
- "message": "string"
}
]
}
Trigger a node reload operation, this is generally done to allow configuration changes to take effect without initiating a full restart.
Successfully trigger the node reload operation.
The requested bundle is not attached to this cluster.
Node not found
A reload operation is already running.
{- "timeCreated": "2019-08-24T14:15:22Z",
- "timeModified": "2019-08-24T14:15:22Z",
- "status": "GENESIS",
- "message": "string"
}