EndpointResult

class oci.log_analytics.models.EndpointResult(**kwargs)

Bases: object

The validation status of a specified endpoint.

Methods

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

Attributes

endpoint_name Gets the endpoint_name of this EndpointResult.
log_endpoints Gets the log_endpoints of this EndpointResult.
status Gets the status of this EndpointResult.
url Gets the url of this EndpointResult.
violations Gets the violations of this EndpointResult.
__init__(**kwargs)

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

Parameters:
  • endpoint_name (str) – The value to assign to the endpoint_name property of this EndpointResult.
  • url (str) – The value to assign to the url property of this EndpointResult.
  • status (str) – The value to assign to the status property of this EndpointResult.
  • violations (list[oci.log_analytics.models.Violation]) – The value to assign to the violations property of this EndpointResult.
  • log_endpoints (list[str]) – The value to assign to the log_endpoints property of this EndpointResult.
endpoint_name

Gets the endpoint_name of this EndpointResult. The endpoint name.

Returns:The endpoint_name of this EndpointResult.
Return type:str
log_endpoints

Gets the log_endpoints of this EndpointResult. The resolved log endpoints based on the specified list endpoint response.

Returns:The log_endpoints of this EndpointResult.
Return type:list[str]
status

Gets the status of this EndpointResult. The endpoint validation status.

Returns:The status of this EndpointResult.
Return type:str
url

Gets the url of this EndpointResult. The endpoint URL.

Returns:The url of this EndpointResult.
Return type:str
violations

Gets the violations of this EndpointResult. The list of violations (if any).

Returns:The violations of this EndpointResult.
Return type:list[oci.log_analytics.models.Violation]