# Response attributes

## Response parameters

Namespace `data`

| Parameter                       | Type                  | Values                                                                                                          |
|---------------------------------|-----------------------|-----------------------------------------------------------------------------------------------------------------|
| `id`                            | String                | ID of the status page report update.                                                                            |
| `type`                          | String                | `status_update`                                                                                                 |
| `attributes`                    | Object                | Attributes object. See below.                                                                                   |
| `attributes.message`            | String                | A message associated with the status update.                                                                    |
| `attributes.published_at`       | String (ISO DateTime) | When was the status page report update published.                                                               |
| `attributes.status_report_id`   | Integer               | ID of the related status page report.                                                                           |
| `attributes.affected_resources` | AffectedResource[]    | Array of affected resources. See the [AffectedResource](#affectedresource) section below for attribute details. |

### AffectedResource

| Parameter                 | Type   | Values                                                                                                                                                                                                                        |
|---------------------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `status_page_resource_id` | String | ID of the affected status page resource.                                                                                                                                                                                      |
| `status`                  | String | The current status of the affected status page resource in the status page report update. Possible values for `manual` type: `resolved`, `degraded` or `downtime`. For `maintenance` type the status has to be `maintenance`. |
