API सन्दर्भ
databases
यस क्षेत्रमा 10 वटा इन्डपइन्टहरू छन्। प्रत्येकको आफ्नै पृष्ठ छ जसमा यसका प्यारामिटरहरू, प्रतिक्रिया र तपाईंले चलाउन सक्ने अनुरोध समावेश छन्।
| विधि | पथ | यसले के गर्छ | अनुमति |
|---|---|---|---|
| GET | /v1/databases | The organisation's managed databases. | — |
| POST | /v1/databases | Validate a managed database, and say where to buy it. | — |
| GET | /v1/databases/catalogue | The managed-database sizes and engine versions on sale. | — |
| DELETE | /v1/databases/{databaseId} | Delete a managed database and its backups. | — |
| GET | /v1/databases/{databaseId} | One managed database. | — |
| GET | /v1/databases/{databaseId}/allowed-ips | Which sources may connect to this database. | — |
| POST | /v1/databases/{databaseId}/allowed-ips | Permit a source address or range to connect. | — |
| DELETE | /v1/databases/{databaseId}/allowed-ips/{ruleId} | Revoke a source's access. | — |
| POST | /v1/databases/{databaseId}/credentials | Reveal the database password. | — |
| POST | /v1/databases/{databaseId}/upgrade | Move the database to a newer PostgreSQL major. | — |