# DBaaS Endpoint External Prometheus Output

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | string | no | External integration endpoint id<br/><br/>Must be a valid UUID. |
| `name` | string | no | External integration endpoint name |
| `settings` | [Settings](/reference/api/_schemas/dbaas-endpoint-external-prometheus-output/#settings) | no | External integration Prometheus configuration |
| `type` | string | no | External integration endpoint type<br/><br/>Allowed values: `prometheus`, `opensearch`, `rsyslog`, `datadog`, `elasticsearch`. |

### Settings {#settings}

External integration Prometheus configuration

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `basic-auth-username` | string | no | Prometheus basic authentication username<br/><br/>Min length: `5`. Max length: `32`. |

