MonitorResult

class oci.apm_synthetics.models.MonitorResult(**kwargs)

Bases: object

The monitor result for a specific execution.

Methods

__init__(**kwargs) Initializes a new MonitorResult object with values from keyword arguments.

Attributes

execution_time Gets the execution_time of this MonitorResult.
monitor_id Gets the monitor_id of this MonitorResult.
result_content_type [Required] Gets the result_content_type of this MonitorResult.
result_data_set Gets the result_data_set of this MonitorResult.
result_type Gets the result_type of this MonitorResult.
vantage_point Gets the vantage_point of this MonitorResult.
__init__(**kwargs)

Initializes a new MonitorResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • result_type (str) – The value to assign to the result_type property of this MonitorResult.
  • result_content_type (str) – The value to assign to the result_content_type property of this MonitorResult.
  • result_data_set (list[oci.apm_synthetics.models.MonitorResultData]) – The value to assign to the result_data_set property of this MonitorResult.
  • monitor_id (str) – The value to assign to the monitor_id property of this MonitorResult.
  • vantage_point (str) – The value to assign to the vantage_point property of this MonitorResult.
  • execution_time (str) – The value to assign to the execution_time property of this MonitorResult.
execution_time

Gets the execution_time of this MonitorResult. The specific point of time when the result of an execution is collected.

Returns:The execution_time of this MonitorResult.
Return type:str
monitor_id

Gets the monitor_id of this MonitorResult. The OCID of the monitor.

Returns:The monitor_id of this MonitorResult.
Return type:str
result_content_type

[Required] Gets the result_content_type of this MonitorResult. Type of result content. Example: Zip or Raw file.

Returns:The result_content_type of this MonitorResult.
Return type:str
result_data_set

Gets the result_data_set of this MonitorResult. Monitor result data set.

Returns:The result_data_set of this MonitorResult.
Return type:list[oci.apm_synthetics.models.MonitorResultData]
result_type

Gets the result_type of this MonitorResult. Type of result. Example: HAR, Screenshot, Log or Network.

Returns:The result_type of this MonitorResult.
Return type:str
vantage_point

Gets the vantage_point of this MonitorResult. The name of the public or dedicated vantage point.

Returns:The vantage_point of this MonitorResult.
Return type:str