# Data Types

### MaintenanceAlertInfo <a href="#maintenancealertinfo" id="maintenancealertinfo"></a>

Information on maintenance alerts.

<table><thead><tr><th width="178.33333333333331">Parameter Name</th><th width="146">Type</th><th>Description</th></tr></thead><tbody><tr><td>instanceId</td><td>String</td><td>Instance ID.</td></tr><tr><td>location</td><td>String</td><td>Location of the instance.</td></tr><tr><td>impact</td><td>String</td><td>Effect of the maintenance alerts.</td></tr><tr><td>startTime</td><td>Timestamp</td><td>Start time.<br>Format: <code>yyyy-MM-ddTHH:mm:ssZ</code></td></tr><tr><td>endTime</td><td>Timestamp</td><td>End time.<br>Format: <code>yyyy-MM-ddTHH:mm:ssZ</code></td></tr><tr><td>status</td><td>String</td><td><p>Alert status. Available values:</p><ul><li><code>executing</code></li><li><code>scheduled</code></li><li><code>upcoming reminder</code></li><li><code>completed</code></li><li><code>cancelled</code></li><li><code>in progress</code></li><li><code>update maintenance time</code></li></ul></td></tr></tbody></table>
