Cloud DB for PostgreSQL (on VPC) overview
- Print
- PDF
Cloud DB for PostgreSQL (on VPC) overview
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This section describes how to use various operations provided as HTTP-based REST APIs to create, manage, and utilize Cloud DB for PostgreSQL instances.
This section covers the contents that are common to the Cloud DB for PostgreSQL APIs, so be sure to see NAVER Cloud Platform API for the contents that are common to all service APIs.
For information that applies to each Cloud DB for PostgreSQL API, see the respective API reference.
Common attributes
API URL
GET or POST
https://ncloud.apigw.ntruss.com/vpostgresql/v2
Request headers
This section introduces commonly used request headers. Since some request headers are common headers of Ncloud API, see Common Ncloud API headers for more details. The following describes the request headers.
Headers | Description | Types |
---|---|---|
x-ncp-apigw-timestamp | This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC Request is considered invalid if the timestamp differs from the current time by more than 5 minutes | Common Ncloud API headers |
x-ncp-iam-access-key | API key issued by NAVER Cloud Platform or access key issued by IAM | Common Ncloud API headers |
x-ncp-apigw-signature-v2 | Signature signed by the secret key that matches the access key in the sample body above HmacSHA256 is used as the HMAC encryption algorithm | Common Ncloud API headers |
Operation
API name | Description |
---|---|
addCloudPostgresqlDatabaseList | Add Cloud DB for PostgreSQL databases |
addCloudPostgresqlUserList | Add Cloud DB for PostgreSQL DB user list |
changeCloudPostgresqlUserList | Cloud DB for PostgreSQL DB user information |
createCloudPostgresqlInstance | Create Cloud DB for PostgreSQL instances |
createCloudPostgresqlReadReplicaInstance | Create Cloud DB for PostgreSQL read replica server instance |
deleteCloudPostgresqlDatabaseList | Deletes Cloud DB for PostgreSQL databases. |
deleteCloudPostgresqlInstance | Delete Cloud DB for PostgreSQL instances |
deleteCloudPostgresqlReadReplicaInstance | Delete Cloud DB for PostgreSQL read replica server instance |
deleteCloudPostgresqlUserList | Delete Cloud DB for PostgreSQL DB users |
exportBackupToObjectStorage | Send Cloud DB for PostgreSQL backup files to Object Storage |
exportDbServerLogToObjectStorage | Send Cloud DB for PostgreSQL database server log files to Object Storage |
getCloudPostgresqlBackupDetailList | Get Cloud DB for PostgreSQL backup details list |
getCloudPostgresqlBackupList | Get Cloud DB for PostgreSQL backup list |
getCloudPostgresqlBucketList | Get the list of Object Storage buckets available to use in Cloud DB for PostgreSQL |
getCloudPostgresqlDatabaseList | Get Cloud DB for PostgreSQL database list |
getCloudPostgresqlImageProductList | Get Cloud DB for PostgreSQL product code list |
getCloudPostgresqlInstanceDetail | Get Cloud DB for PostgreSQL instance details |
getCloudPostgresqlInstanceList | Get Cloud DB for PostgreSQL instance list |
getCloudPostgresqlProductList | Get the list of Cloud DB for PostgreSQL server specifications available |
getCloudPostgresqlTargetSubnetList | Get the list of subnets available |
getCloudPostgresqlTargetVpcList | Get the list of VPCs available |
getCloudPostgresqlUserList | Get Cloud DB for PostgreSQL DB user list |
getDbServerLogList | Get Cloud DB for PostgreSQL database server log list |
rebootCloudPostgresqlServerInstance | Restart Cloud DB for PostgreSQL server instances |
Was this article helpful?