Get a list of applied configurations for the specified cluster.
Successfully retrieved a list of the configuration properties applied to the cluster.
[- {
- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "configurationProperties": [
- {
- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "name": "statement_timeout ",
- "value": "1"
}, - {
- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "name": "idle_in_transaction_session_timeout",
- "value": "1"
}
]
}
]
Create a cluster configuration with the provided input. If the specified configuration has not been set, it will be created. Cluster nodes will need to be manually reloaded to apply configuration changes.
Configuration property created successfully.
PostgreSQL cluster not found.
{- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "name": "idle_in_transaction_session_timeout",
- "value": "1"
}
{- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "name": "idle_in_transaction_session_timeout",
- "value": "1"
}
Get a configuration applied to the cluster.
configuration property successfully retrieved.
PostgreSQL cluster not found.
{- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "name": "idle_in_transaction_session_timeout",
- "value": "1"
}
Update an applied configuration to the cluster. Cluster nodes will need to be manually reloaded to apply configuration changes.
configuration property successfully updated.
PostgreSQL cluster not found.
{- "value": "1"
}
{- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "name": "idle_in_transaction_session_timeout",
- "value": "1"
}
Restore an altered configuration property to its default value. Cluster nodes will need to be manually reloaded to apply configuration changes.
Successfully reset the cluster configuration.
PostgreSQL cluster not found.
{- "name": "string",
- "message": "string"
}