github.com/twilio/twilio-go@v1.20.1/rest/monitor/v1/docs/MonitorV1AlertInstance.md (about) 1 # MonitorV1AlertInstance 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Alert resource. | 8 **AlertText** | Pointer to **string** | The text of the alert. | 9 **ApiVersion** | Pointer to **string** | The API version used when the alert was generated. Can be empty for events that don't have a specific API version. | 10 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 11 **DateGenerated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the alert was generated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. Due to buffering, this can be different than `date_created`. | 12 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 13 **ErrorCode** | Pointer to **string** | The error code for the condition that generated the alert. See the [Error Dictionary](https://www.twilio.com/docs/api/errors) for possible causes and solutions to the error. | 14 **LogLevel** | Pointer to **string** | The log level. Can be: `error`, `warning`, `notice`, or `debug`. | 15 **MoreInfo** | Pointer to **string** | The URL of the page in our [Error Dictionary](https://www.twilio.com/docs/api/errors) with more information about the error condition. | 16 **RequestMethod** | Pointer to **string** | The method used by the request that generated the alert. If the alert was generated by a request we made to your server, this is the method we used. If the alert was generated by a request from your application to our API, this is the method your application used. | 17 **RequestUrl** | Pointer to **string** | The URL of the request that generated the alert. If the alert was generated by a request we made to your server, this is the URL on your server that generated the alert. If the alert was generated by a request from your application to our API, this is the URL of the resource requested. | 18 **RequestVariables** | Pointer to **string** | The variables passed in the request that generated the alert. This value is only returned when a single Alert resource is fetched. | 19 **ResourceSid** | Pointer to **string** | The SID of the resource for which the alert was generated. For instance, if your server failed to respond to an HTTP request during the flow of a particular call, this value would be the SID of the server. This value is empty if the alert was not generated for a particular resource. | 20 **ResponseBody** | Pointer to **string** | The response body of the request that generated the alert. This value is only returned when a single Alert resource is fetched. | 21 **ResponseHeaders** | Pointer to **string** | The response headers of the request that generated the alert. This value is only returned when a single Alert resource is fetched. | 22 **Sid** | Pointer to **string** | The unique string that we created to identify the Alert resource. | 23 **Url** | Pointer to **string** | The absolute URL of the Alert resource. | 24 **RequestHeaders** | Pointer to **string** | The request headers of the request that generated the alert. This value is only returned when a single Alert resource is fetched. | 25 **ServiceSid** | Pointer to **string** | The SID of the service or resource that generated the alert. Can be `null`. | 26 27 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 28 29