SummarizeHostInsightsTopProcessesUsageCollection

class oci.opsi.models.SummarizeHostInsightsTopProcessesUsageCollection(**kwargs)

Bases: object

Top level response object.

Methods

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

Attributes

items [Required] Gets the items of this SummarizeHostInsightsTopProcessesUsageCollection.
timestamp [Required] Gets the timestamp of this SummarizeHostInsightsTopProcessesUsageCollection.
__init__(**kwargs)

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

Parameters:
  • timestamp (datetime) – The value to assign to the timestamp property of this SummarizeHostInsightsTopProcessesUsageCollection.
  • items (list[oci.opsi.models.TopProcessesUsage]) – The value to assign to the items property of this SummarizeHostInsightsTopProcessesUsageCollection.
items

[Required] Gets the items of this SummarizeHostInsightsTopProcessesUsageCollection. List of usage data samples for a top process on a specific date.

Returns:The items of this SummarizeHostInsightsTopProcessesUsageCollection.
Return type:list[oci.opsi.models.TopProcessesUsage]
timestamp

[Required] Gets the timestamp of this SummarizeHostInsightsTopProcessesUsageCollection. The start timestamp that was passed into the request.

Returns:The timestamp of this SummarizeHostInsightsTopProcessesUsageCollection.
Return type:datetime