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"
}
Default PostgreSQL user password updated.
PostgreSQL cluster not found.
Service Unavailable
Gateway Timeout
{- "password": "!mypassword1"
}
{- "password": "!mypassword1"
}
PostgreSQL cluster certificates are returned as a .zip file. The file contains an X.509 cluster Certificate Authority certificate in JKS file, an X.509 cluster Certificate Authority certificate in PEM-encoded (ASCII) format, and an X.509 cluster Certificate Authority certificate in DER-encoded (binary) format.
Successfully create the PostgreSQL cluster's certificate
Instantiate Extension for list of databases
Successfully trigger the operation.
PostgreSQL cluster or extension not found.
{- "dataBaseNames": [
- "string"
]
}
{- "name": "string",
- "message": "string"
}
Drop Extension for list of databases
Successfully trigger the operation.
PostgreSQL cluster or extension not found.
{- "dataBaseNames": [
- "string"
]
}
{- "name": "string",
- "message": "string"
}
Trigger cluster backup request accepted.
{- "type": "snapshot"
}
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"
}
PostgreSQL Cluster Restore requested
{- "cdcConfigs": [
- {
- "cdcId": "a8c32b20-c8f0-11e7-abc4-cec278b6b50a",
- "customVpcSettings": {
- "network": "10.0.0.0/16",
- "vpcId": "vpc-002512aa"
}, - "restoreMode": "CUSTOM_VPC"
}
], - "clusterId": "c0e5e2ff-affe-444c-bdca-707c7b48aaad",
- "pointInTime": 1420070400000,
- "restoredClusterId": "b8a32a20-d8e0-11a7-def4-sdc278a6a50b",
- "restoredClusterName": "my-restored-cluster"
}
{- "cdcConfigs": [
- {
- "cdcId": "a8c32b20-c8f0-11e7-abc4-cec278b6b50a",
- "customVpcSettings": {
- "network": "10.0.0.0/16",
- "vpcId": "vpc-002512aa"
}, - "restoreMode": "CUSTOM_VPC"
}
], - "clusterId": "c0e5e2ff-affe-444c-bdca-707c7b48aaad",
- "pointInTime": 1420070400000,
- "restoredClusterId": "b8a32a20-d8e0-11a7-def4-sdc278a6a50b",
- "restoredClusterName": "my-restored-cluster"
}