Retrieve the latest reload operation done on each node in the specified cluster.
Successfully return a list of node reload operations.
PostgreSQL cluster not found.
{- "reloadOperations": [
- {
- "message": "string",
- "nodeId": "string",
- "operationId": "string",
- "status": "GENESIS",
- "timeCreated": "2019-08-24T14:15:22Z",
- "timeModified": "2019-08-24T14:15:22Z"
}
], - "clusterId": "string"
}
Retrieve the latest reload operation of the specified node.
Successfully return the latest node reload operation.
PostgreSQL node not found.
{- "message": "string",
- "nodeId": "string",
- "operationId": "string",
- "status": "GENESIS",
- "timeCreated": "2019-08-24T14:15:22Z",
- "timeModified": "2019-08-24T14:15:22Z"
}
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.
PostgreSQL node not found.
{- "message": "string",
- "nodeId": "string",
- "operationId": "string",
- "status": "GENESIS",
- "timeCreated": "2019-08-24T14:15:22Z",
- "timeModified": "2019-08-24T14:15:22Z"
}