# DBaaS Service Notification

Service notifications

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `level` | string | **yes** | Notification level<br/><br/>Allowed values: `warning`, `notice`. |
| `message` | string | **yes** | Human notification message<br/><br/>Min length: `1`. Max length: `1024`. |
| `metadata` | object | **yes** | Notification type |
| `type` | string | **yes** | Notification type<br/><br/>Allowed values: `service_powered_off_removal`, `service_end_of_life`. |

