# Get a DBaaS MySQL service **GET /dbaas-mysql/{name}** Get a DBaaS MySQL service ## Servers - https://api-ch-gva-2.exoscale.com/v2: https://api-ch-gva-2.exoscale.com/v2 () ## Parameters ### Path parameters - **name** (string) ## Responses ### 200 200 #### Body: application/json (object) - **updated-at** (string(date-time)) Service last update timestamp (ISO 8601) - **node-count** (integer(int64)) Number of service nodes in the active plan - **connection-info** (object) MySQL connection information properties - **backup-schedule** (object) Backup schedule - **node-cpu-count** (integer(int64)) Number of CPUs for each node - **prometheus-uri** (object) Prometheus integration URI - **integrations** (array[object]) Service integrations - **zone** (string) The zone where the service is running - **node-states** (array[object]) State of individual service nodes - **name** (string) - **type** (string) - **state** (string) - **databases** (array[string]) List of MySQL databases - **ip-filter** (array[string]) Allowed CIDR address blocks for incoming connections - **backups** (array[object]) List of backups for the service - **termination-protection** (boolean) Service is protected against termination and powering off - **notifications** (array[object]) Service notifications - **components** (array[object]) Service component information objects - **mysql-settings** (object) - **maintenance** (object) Automatic maintenance settings - **disk-size** (integer(int64)) TODO UNIT disk space for data storage - **node-memory** (integer(int64)) 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) MySQL version - **created-at** (string(date-time)) Service creation timestamp (ISO 8601) - **plan** (string) Subscription plan - **users** (array[object]) List of service users [Powered by Bump.sh](https://bump.sh)