# DBaaS Endpoint Prometheus Payload

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `settings` | [Settings](/reference/api/_schemas/dbaas-endpoint-prometheus-payload/#settings) | no |  |

### Settings {#settings}

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

