Class: Twilio::REST::Monitor::V1::AlertInstance

Inherits:
InstanceResource show all
Defined in:
lib/twilio-ruby/rest/monitor/v1/alert.rb

Instance Method Summary collapse

Constructor Details

#initialize(version, payload, sid: nil) ⇒ AlertInstance

Initialize the AlertInstance

Parameters:

  • version (Version)

    Version that contains the resource

  • payload (Hash)

    payload that contains response from Twilio

  • account_sid (String)

    The SID of the Account that created this Alert resource.

  • sid (String) (defaults to: nil)

    The SID of the Call resource to fetch.



228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 228

def initialize(version, payload , sid: nil)
    super(version)
    
    # Marshaled Properties
    @properties = { 
        'account_sid' => payload['account_sid'],
        'alert_text' => payload['alert_text'],
        'api_version' => payload['api_version'],
        'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
        'date_generated' => Twilio.deserialize_iso8601_datetime(payload['date_generated']),
        'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
        'error_code' => payload['error_code'],
        'log_level' => payload['log_level'],
        'more_info' => payload['more_info'],
        'request_method' => payload['request_method'],
        'request_url' => payload['request_url'],
        'request_variables' => payload['request_variables'],
        'resource_sid' => payload['resource_sid'],
        'response_body' => payload['response_body'],
        'response_headers' => payload['response_headers'],
        'sid' => payload['sid'],
        'url' => payload['url'],
        'request_headers' => payload['request_headers'],
        'service_sid' => payload['service_sid'],
    }

    # Context
    @instance_context = nil
    @params = { 'sid' => sid  || @properties['sid']  , }
end

Instance Method Details

#account_sidString

Returns The SID of the [Account](www.twilio.com/docs/iam/api/account) that created the Alert resource.

Returns:



272
273
274
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 272

def 
    @properties['account_sid']
end

#alert_textString

Returns The text of the alert.

Returns:

  • (String)

    The text of the alert.



278
279
280
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 278

def alert_text
    @properties['alert_text']
end

#api_versionString

Returns The API version used when the alert was generated. Can be empty for events that don’t have a specific API version.

Returns:

  • (String)

    The API version used when the alert was generated. Can be empty for events that don’t have a specific API version.



284
285
286
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 284

def api_version
    @properties['api_version']
end

#contextAlertContext

Generate an instance context for the instance, the context is capable of performing various actions. All instance actions are proxied to the context

Returns:



263
264
265
266
267
268
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 263

def context
    unless @instance_context
        @instance_context = AlertContext.new(@version , @params['sid'])
    end
    @instance_context
end

#date_createdTime

Returns The date and time in GMT when the resource was created specified in [ISO 8601](en.wikipedia.org/wiki/ISO_8601) format.

Returns:



290
291
292
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 290

def date_created
    @properties['date_created']
end

#date_generatedTime

Returns The date and time in GMT when the alert was generated specified in [ISO 8601](en.wikipedia.org/wiki/ISO_8601#UTC) format. Due to buffering, this can be different than ‘date_created`.

Returns:

  • (Time)

    The date and time in GMT when the alert was generated specified in [ISO 8601](en.wikipedia.org/wiki/ISO_8601#UTC) format. Due to buffering, this can be different than ‘date_created`.



296
297
298
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 296

def date_generated
    @properties['date_generated']
end

#date_updatedTime

Returns The date and time in GMT when the resource was last updated specified in [ISO 8601](en.wikipedia.org/wiki/ISO_8601) format.

Returns:



302
303
304
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 302

def date_updated
    @properties['date_updated']
end

#error_codeString

Returns The error code for the condition that generated the alert. See the [Error Dictionary](www.twilio.com/docs/api/errors) for possible causes and solutions to the error.

Returns:

  • (String)

    The error code for the condition that generated the alert. See the [Error Dictionary](www.twilio.com/docs/api/errors) for possible causes and solutions to the error.



308
309
310
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 308

def error_code
    @properties['error_code']
end

#fetchAlertInstance

Fetch the AlertInstance

Returns:



387
388
389
390
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 387

def fetch

    context.fetch
end

#inspectObject

Provide a detailed, user friendly representation



401
402
403
404
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 401

def inspect
    values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
    "<Twilio.Monitor.V1.AlertInstance #{values}>"
end

#log_levelString

Returns The log level. Can be: ‘error`, `warning`, `notice`, or `debug`.

Returns:

  • (String)

    The log level. Can be: ‘error`, `warning`, `notice`, or `debug`.



314
315
316
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 314

def log_level
    @properties['log_level']
end

#more_infoString

Returns The URL of the page in our [Error Dictionary](www.twilio.com/docs/api/errors) with more information about the error condition.

Returns:



320
321
322
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 320

def more_info
    @properties['more_info']
end

#request_headersString

Returns The request headers of the request that generated the alert. This value is only returned when a single Alert resource is fetched.

Returns:

  • (String)

    The request headers of the request that generated the alert. This value is only returned when a single Alert resource is fetched.



374
375
376
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 374

def request_headers
    @properties['request_headers']
end

#request_methodString

Returns 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.

Returns:

  • (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.



326
327
328
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 326

def request_method
    @properties['request_method']
end

#request_urlString

Returns 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.

Returns:

  • (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.



332
333
334
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 332

def request_url
    @properties['request_url']
end

#request_variablesString

Returns The variables passed in the request that generated the alert. This value is only returned when a single Alert resource is fetched.

Returns:

  • (String)

    The variables passed in the request that generated the alert. This value is only returned when a single Alert resource is fetched.



338
339
340
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 338

def request_variables
    @properties['request_variables']
end

#resource_sidString

Returns 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.

Returns:

  • (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.



344
345
346
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 344

def resource_sid
    @properties['resource_sid']
end

#response_bodyString

Returns The response body of the request that generated the alert. This value is only returned when a single Alert resource is fetched.

Returns:

  • (String)

    The response body of the request that generated the alert. This value is only returned when a single Alert resource is fetched.



350
351
352
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 350

def response_body
    @properties['response_body']
end

#response_headersString

Returns The response headers of the request that generated the alert. This value is only returned when a single Alert resource is fetched.

Returns:

  • (String)

    The response headers of the request that generated the alert. This value is only returned when a single Alert resource is fetched.



356
357
358
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 356

def response_headers
    @properties['response_headers']
end

#service_sidString

Returns The SID of the service or resource that generated the alert. Can be ‘null`.

Returns:

  • (String)

    The SID of the service or resource that generated the alert. Can be ‘null`.



380
381
382
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 380

def service_sid
    @properties['service_sid']
end

#sidString

Returns The unique string that we created to identify the Alert resource.

Returns:

  • (String)

    The unique string that we created to identify the Alert resource.



362
363
364
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 362

def sid
    @properties['sid']
end

#to_sObject

Provide a user friendly representation



394
395
396
397
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 394

def to_s
    values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
    "<Twilio.Monitor.V1.AlertInstance #{values}>"
end

#urlString

Returns The absolute URL of the Alert resource.

Returns:

  • (String)

    The absolute URL of the Alert resource.



368
369
370
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 368

def url
    @properties['url']
end