DBaaS Services
Properties
| Property | Type | Required | Description |
|---|---|---|---|
name | string | yes | Service name |
plan | string | yes | Subscription plan |
type | string | yes | Service type code |
created-at | string | no | Service creation timestamp (ISO 8601) |
disk-size | integer | no | TODO UNIT disk space for data storage |
integrations | array[object] | no | Service integrations schema details |
node-count | integer | no | Number of service nodes in the active plan |
node-cpu-count | integer | no | Number of CPUs for each node |
node-memory | integer | no | TODO UNIT of memory for each node |
notifications | array[object] | no | Service notifications schema details |
state | string | no | State of the service Allowed values: running, rebuilding, rebalancing, poweroff. |
termination-protection | boolean | no | Service is protected against termination and powering off |
updated-at | string | no | Service last update timestamp (ISO 8601) |
zone | string | no | The zone where the service is running |
Last updated on