# exo dbaas show
### Description

This command shows a Database Service details.

Supported output template annotations:

* When showing a Database Service: .CreationDate, .DiskSize, .Maintenance, .Name, .NodeCPUs, .NodeMemory, .Nodes, .Plan, .State, .TerminationProtection, .Type, .UpdateDate, .Zone, .Grafana, .Kafka, .Mysql, .PG, .Valkey, .Opensearch, .Thanos
  - .Kafka: .ACL, .AuthenticationMethods, .Components, .ConnectionInfo, .IPFilter, .KafkaConnectEnabled, .KafkaRESTEnabled, .SchemaRegistryEnabled, .URI, .URIParams, .Users, .Version
    - .Kafka.ACL[]: .ID, .Permission, .Topic, .Username
    - .Kafka.AuthenticationMethods: .Certificate, .SASL
    - .Kafka.Components[]: .AuthenticationMethod, .Component, .Host, .Port, .Route, .Usage
    - .Kafka.ConnectionInfo: .AccessCert, .AccessKey, .Nodes, .RegistryURI, .RestURI
    - .Kafka.Users[]: .AccessCert, .AccessCertExpiry, .AccessKey, .Password, .Type, .Username
  - .Opensearch: .IPFilter, .URI, .URIParams, .Version, .Components, .ConnectionInfo, .Description, .IndexPatterns, .IndexTemplate, .KeepIndexRefreshInterval, .Dashboard, .Users
  - .Mysql: .BackupSchedule, .Components, .Databases, .IPFilter, .URI, .URIParams, .Users, .Version
    - .Mysql.Components[]: .Component, .Host, .Port, .Route, .Usage
    - .Mysql.Users[]: .Password, .Type, .Username
  - .PG: .BackupSchedule, .Components, .Databases, .ConnectionPools, .IPFilter, .SharedBuffersPercentage, .SynchronousReplication, .TimescaledbSettings, .URI, .URIParams, .Users, .Version, .WorkMem
    - .PG.Components[]: .Component, .Host, .Port, .Route, .Usage
    - .PG.ConnectionPools: .ConnectionURI, .Database, .Mode, .Name, .Size, .Username
    - .PG.Users[]: .AllowReplication, .Password, .Type, .Username

* When showing a Database Service backups: .Name, .Date, .Size

* When showing a Database Service notifications: .Level, .Message, .Type

```
exo dbaas show NAME [flags]
```

### Options

| Option | Description |
|---------|------------|
|`--backups` | show Database Service backups |
|`--help, -h` | help for show |
|`--notifications` | show Database Service notifications |
|`--settings` | show Database Service settings (see &#34;exo dbaas type show --help&#34; for supported settings) |
|`--uri` | show Database Service connection URI |
|`--zone, -z` | Database Service zone |


### Options inherited from parent commands

| Option | Description |
|---------|------------|
|`--config, -C` | Specify an alternate config file [env EXOSCALE_CONFIG] |
|`--output-format, -O` | Output format (table\|json\|text), see &#34;exo output --help&#34; for more information |
|`--output-template` | Template to use if output format is &#34;text&#34; |
|`--quiet, -Q` | Quiet mode (disable non-essential command output) |
|`--timeout` | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
|`--use-account, -A` | Account to use in config file [env EXOSCALE_ACCOUNT] |


### Related Commands

* [dbaas]({{< ref "../dbaas">}})	 - Database as a Service management


