DBaaS
Endpoints
- GETGet DBaaS Plans
/rds/plans/ - GETDBaaS List
/rds/cluster/ - POSTCreate DBaaS
/rds/cluster/ - GETDBaaS Details
/rds/cluster/{Cluster_id}/ - DELETEDelete DBaaS
/rds/cluster/{Cluster_id}/ - PUTAttach/Detach Whitelisted IP
/rds/cluster/{Cluster_id}/update-allowed-hosts - GETSnapshot List
/rds/cluster/{Cluster_id}/snapshot - POSTCreate Snapshot
/rds/cluster/{Cluster_id}/snapshot - DELETEDelete Snapshot
/rds/cluster/{Cluster_id}/snapshot/{snapshot_uuid}/ - PUTSchedule Snapshot
/schedule-snapshot/ - POSTRestore Snapshot
/rds/cluster/{Cluster_id}/restore - POSTCreate Read Replica
/rds/cluster/{Cluster_id}/add-slave - DELETEDelete Read Replica
/rds/instance/{Instance_id}/ - PUTAttach/Detach Read Replica
/rds/cluster/slave/{Instance_id}/public-ip-{AttachDetach_Read_Replica}/ - GETMonitoring
/rds/cluster/{Cluster_id}/graph-monitoring - GETShow Log Queries
/rds/cluster/{Cluster_id}/get-logs - PUTStart/Stop/Restart DBaaS
/rds/cluster/{Cluster_id}/{start_stop_restart} - PUTDBaaS Upgrade
/rds/cluster/{Cluster_id}/rds-upgrade/ - POSTPromote Read Replica
/rds/cluster/{Cluster_id}/instance/{instance_id}/failover/