LogAnalyticsEntitySummaryReport

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

Bases: object

Log-Analytics entity counts summary.

Methods

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

Attributes

active_entities_count [Required] Gets the active_entities_count of this LogAnalyticsEntitySummaryReport.
compartment_id [Required] Gets the compartment_id of this LogAnalyticsEntitySummaryReport.
entities_with_has_logs_collected_count [Required] Gets the entities_with_has_logs_collected_count of this LogAnalyticsEntitySummaryReport.
entities_with_management_agent_count [Required] Gets the entities_with_management_agent_count of this LogAnalyticsEntitySummaryReport.
__init__(**kwargs)

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

Parameters:
  • active_entities_count (int) – The value to assign to the active_entities_count property of this LogAnalyticsEntitySummaryReport.
  • entities_with_has_logs_collected_count (int) – The value to assign to the entities_with_has_logs_collected_count property of this LogAnalyticsEntitySummaryReport.
  • entities_with_management_agent_count (int) – The value to assign to the entities_with_management_agent_count property of this LogAnalyticsEntitySummaryReport.
  • compartment_id (str) – The value to assign to the compartment_id property of this LogAnalyticsEntitySummaryReport.
active_entities_count

[Required] Gets the active_entities_count of this LogAnalyticsEntitySummaryReport. Total number of ACTIVE entities

Returns:The active_entities_count of this LogAnalyticsEntitySummaryReport.
Return type:int
compartment_id

[Required] Gets the compartment_id of this LogAnalyticsEntitySummaryReport. Compartment Identifier OCID].

Returns:The compartment_id of this LogAnalyticsEntitySummaryReport.
Return type:str
entities_with_has_logs_collected_count

[Required] Gets the entities_with_has_logs_collected_count of this LogAnalyticsEntitySummaryReport. Entities with log collection enabled

Returns:The entities_with_has_logs_collected_count of this LogAnalyticsEntitySummaryReport.
Return type:int
entities_with_management_agent_count

[Required] Gets the entities_with_management_agent_count of this LogAnalyticsEntitySummaryReport. Entities with management agent

Returns:The entities_with_management_agent_count of this LogAnalyticsEntitySummaryReport.
Return type:int