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