DBaaS Service Thanos

Properties

PropertyTypeRequiredDescription
namestringyesService name
planstringyesSubscription plan
prometheus-uriPrometheus URIyesPrometheus integration URI
typestringyesService type code
backupsarray of List of backups for the servicenoList of backups for the service
componentsarray of ComponentsnoService component information objects
connection-infoConnection InfonoThanos connection information properties
created-atstringnoService creation timestamp (ISO 8601)
disk-sizeintegernoTODO UNIT disk space for data storage
integrationsarray of DBaaS IntegrationnoService integrations
ip-filterarray[string]noAllowed CIDR address blocks for incoming connections
maintenanceAutomatic maintenance settingsnoAutomatic maintenance settings
node-countintegernoNumber of service nodes in the active plan
node-cpu-countintegernoNumber of CPUs for each node
node-memoryintegernoTODO UNIT of memory for each node
node-statesarray of Automatic maintenance settingsnoState of individual service nodes
notificationsarray of Service notificationsnoService notifications
statestringnoState of the service

Allowed values: running, rebuilding, rebalancing, poweroff.
termination-protectionbooleannoService is protected against termination and powering off
thanos-settingsThanos settingsnoThanos specific settings
updated-atstringnoService last update timestamp (ISO 8601)
uristringnoURI for connecting to the service (may be absent)
uri-paramsobjectnoservice_uri parameterized into key-value pairs
usersarray of UsersnoList of service users
zonestringnoThe zone where the service is running

Connection Info

Thanos connection information properties

PropertyTypeRequiredDescription
query-frontend-uristringno
query-uristringno
receiver-remote-write-uristringno
ruler-uristringno

Prometheus URI

Prometheus integration URI

PropertyTypeRequiredDescription
hoststringno
portintegerno

Components

PropertyTypeRequiredDescription
componentstringyesService component name
hoststringyesDNS name for connecting to the service component
portintegeryesPort number for connecting to the service component
routestringyesNetwork access route

Allowed values: dynamic, private, public, privatelink.
usagestringyesDNS usage name

Allowed values: primary, replica.
sslbooleannoWhether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption.

Users

PropertyTypeRequiredDescription
passwordstringno
typestringno
usernamestringno
Last updated on