DBaaS Grafana

Grafana, the open-source software that lets you query and visualize metrics, logs and traces from any storage source.

Read more

reveal-dbaas-grafana-user-password

Reveal the secrets of a DBaaS Grafana user

GET /dbaas-grafana/{service-name}/user/{username}/password/reveal

null

Path parameters

  • service-name in path (required)
  • username in path (required)

Responses

  • 200: 200
    • application/json
      • username (string): Grafana username
      • password (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/reset

If no password is provided one will be generated automatically.

Path parameters

  • service-name in path (required)
  • username in path (required)

Request body

  • application/json
    • password (string)

Responses

  • 200: 200
    • application/json
      • id (string): Operation ID
      • reason (string): Operation failure reason
      • reference (object): Related resource reference - schema details
      • message (string): Operation message
      • state (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

  • name in path (required)

Request body

  • application/json
    • maintenance (object): Automatic maintenance settings - schema details
    • plan (required) (string): Subscription plan
    • termination-protection (boolean): Service is protected against termination and powering off
    • fork-from-service (string)
    • grafana-settings (object) - schema details
    • ip-filter (array[string]): Allowed CIDR address blocks for incoming connections

Responses

  • 200: 200
    • application/json
      • id (string): Operation ID
      • reason (string): Operation failure reason
      • reference (object): Related resource reference - schema details
      • message (string): Operation message
      • state (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

  • name in path (required)

Responses

  • 200: 200
    • application/json
      • description (string): DbaaS service description
      • updated-at (string): Service last update timestamp (ISO 8601)
      • node-count (integer): Number of service nodes in the active plan
      • connection-info (object): Grafana connection information properties - schema details
      • node-cpu-count (integer): Number of CPUs for each node
      • prometheus-uri (object): Prometheus integration URI - schema details
      • integrations (array[object]): Service integrations - schema details
      • zone (string): The zone where the service is running
      • node-states (array[object]): State of individual service nodes - schema details
      • name (string)
      • type (string)
      • state (string)
      • grafana-settings (object) - schema details
      • ip-filter (array[string]): Allowed CIDR address blocks for incoming connections
      • backups (array[object]): List of backups for the service - schema details
      • termination-protection (boolean): Service is protected against termination and powering off
      • notifications (array[object]): Service notifications - schema details
      • components (array[object]): Service component information objects - schema details
      • maintenance (object): Automatic maintenance settings - schema details
      • disk-size (integer): TODO UNIT disk space for data storage
      • node-memory (integer): TODO UNIT of memory for each node
      • uri (string): URI for connecting to the service (may be absent)
      • uri-params (object): service_uri parameterized into key-value pairs
      • version (string): Grafana version
      • created-at (string): Service creation timestamp (ISO 8601)
      • plan (string): Subscription plan
      • users (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

  • name in path (required)

Request body

  • application/json
    • maintenance (object): Automatic maintenance settings - schema details
    • plan (string): Subscription plan
    • termination-protection (boolean): Service is protected against termination and powering off
    • grafana-settings (object) - schema details
    • ip-filter (array[string]): Allowed CIDR address blocks for incoming connections

Responses

  • 200: 200
    • application/json
      • id (string): Operation ID
      • reason (string): Operation failure reason
      • reference (object): Related resource reference - schema details
      • message (string): Operation message
      • state (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

  • name in path (required)

Responses

  • 200: 200
    • application/json
      • id (string): Operation ID
      • reason (string): Operation failure reason
      • reference (object): Related resource reference - schema details
      • message (string): Operation message
      • state (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/start

null

Path parameters

  • name in path (required)

Responses

  • 200: 200
    • application/json
      • id (string): Operation ID
      • reason (string): Operation failure reason
      • reference (object): Related resource reference - schema details
      • message (string): Operation message
      • state (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-grafana

Get DBaaS Grafana settings

Responses

SDK reference for get-dbaas-settings-grafana: golang | Python | Java

CLI: exo api get-dbaas-settings-grafana

Last updated on