DBaaS Grafana
Grafana, the open-source software that lets you query and visualize metrics, logs and traces from any storage source.
reveal-dbaas-grafana-user-password
Reveal the secrets of a DBaaS Grafana user
GET /dbaas-grafana/{service-name}/user/{username}/password/revealnull
Path parameters
service-nameinpath(required)usernameinpath(required)
Responses
200: 200application/jsonusername(string): Grafana usernamepassword(string): Grafana password
SDK reference for reveal-dbaas-grafana-user-password: golang | Python | Java
CLI: exo api reveal-dbaas-grafana-user-password
reset-dbaas-grafana-user-password
Reset the credentials of a DBaaS Grafana user
PUT /dbaas-grafana/{service-name}/user/{username}/password/resetIf no password is provided one will be generated automatically.
Path parameters
service-nameinpath(required)usernameinpath(required)
Request body
application/jsonpassword(string)
Responses
200: 200application/jsonid(string): Operation IDreason(string): Operation failure reasonreference(object): Related resource reference - schema detailsmessage(string): Operation messagestate(string): Operation status
SDK reference for reset-dbaas-grafana-user-password: golang | Python | Java
CLI: exo api reset-dbaas-grafana-user-password
create-dbaas-service-grafana
POST /dbaas-grafana/{name}Create a DBaaS Grafana service
Path parameters
nameinpath(required)
Request body
application/jsonmaintenance(object): Automatic maintenance settings - schema detailsplan(required) (string): Subscription plantermination-protection(boolean): Service is protected against termination and powering offfork-from-service(string)grafana-settings(object) - schema detailsip-filter(array[string]): Allowed CIDR address blocks for incoming connections
Responses
200: 200application/jsonid(string): Operation IDreason(string): Operation failure reasonreference(object): Related resource reference - schema detailsmessage(string): Operation messagestate(string): Operation status
SDK reference for create-dbaas-service-grafana: golang | Python | Java
CLI: exo api create-dbaas-service-grafana
get-dbaas-service-grafana
Get a DBaaS Grafana service
GET /dbaas-grafana/{name}null
Path parameters
nameinpath(required)
Responses
200: 200application/jsondescription(string): DbaaS service descriptionupdated-at(string): Service last update timestamp (ISO 8601)node-count(integer): Number of service nodes in the active planconnection-info(object): Grafana connection information properties - schema detailsnode-cpu-count(integer): Number of CPUs for each nodeprometheus-uri(object): Prometheus integration URI - schema detailsintegrations(array[object]): Service integrations - schema detailszone(string): The zone where the service is runningnode-states(array[object]): State of individual service nodes - schema detailsname(string)type(string)state(string)grafana-settings(object) - schema detailsip-filter(array[string]): Allowed CIDR address blocks for incoming connectionsbackups(array[object]): List of backups for the service - schema detailstermination-protection(boolean): Service is protected against termination and powering offnotifications(array[object]): Service notifications - schema detailscomponents(array[object]): Service component information objects - schema detailsmaintenance(object): Automatic maintenance settings - schema detailsdisk-size(integer): TODO UNIT disk space for data storagenode-memory(integer): TODO UNIT of memory for each nodeuri(string): URI for connecting to the service (may be absent)uri-params(object): service_uri parameterized into key-value pairsversion(string): Grafana versioncreated-at(string): Service creation timestamp (ISO 8601)plan(string): Subscription planusers(array[object]): List of service users - schema details
SDK reference for get-dbaas-service-grafana: golang | Python | Java
CLI: exo api get-dbaas-service-grafana
update-dbaas-service-grafana
Update a DBaaS Grafana service
PUT /dbaas-grafana/{name}null
Path parameters
nameinpath(required)
Request body
application/jsonmaintenance(object): Automatic maintenance settings - schema detailsplan(string): Subscription plantermination-protection(boolean): Service is protected against termination and powering offgrafana-settings(object) - schema detailsip-filter(array[string]): Allowed CIDR address blocks for incoming connections
Responses
200: 200application/jsonid(string): Operation IDreason(string): Operation failure reasonreference(object): Related resource reference - schema detailsmessage(string): Operation messagestate(string): Operation status
SDK reference for update-dbaas-service-grafana: golang | Python | Java
CLI: exo api update-dbaas-service-grafana
delete-dbaas-service-grafana
Delete a Grafana service
DELETE /dbaas-grafana/{name}null
Path parameters
nameinpath(required)
Responses
200: 200application/jsonid(string): Operation IDreason(string): Operation failure reasonreference(object): Related resource reference - schema detailsmessage(string): Operation messagestate(string): Operation status
SDK reference for delete-dbaas-service-grafana: golang | Python | Java
CLI: exo api delete-dbaas-service-grafana
Other Operations
start-dbaas-grafana-maintenance
Initiate Grafana maintenance update
PUT /dbaas-grafana/{name}/maintenance/startnull
Path parameters
nameinpath(required)
Responses
200: 200application/jsonid(string): Operation IDreason(string): Operation failure reasonreference(object): Related resource reference - schema detailsmessage(string): Operation messagestate(string): Operation status
SDK reference for start-dbaas-grafana-maintenance: golang | Python | Java
CLI: exo api start-dbaas-grafana-maintenance
get-dbaas-settings-grafana
Get DBaaS Grafana settings
GET /dbaas-settings-grafanaGet DBaaS Grafana settings
Responses
200: 200application/jsonsettings(object) - schema details
SDK reference for get-dbaas-settings-grafana: golang | Python | Java
CLI: exo api get-dbaas-settings-grafana