Skip to content

Commit 836e16c

Browse files
authored
Releasing version 2.44.0
Releasing version 2.44.0
2 parents 9f0e161 + e985c4b commit 836e16c

33 files changed

+1754
-85
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ Change Log
33
All notable changes to this project will be documented in this file.
44

55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
====================
7+
2.44.0 - 2021-08-17
8+
====================
9+
10+
Added
11+
-----
12+
* Support for getting management agent hosts which are eligible to create Operations Insights host resources on, in the Operations Insights service
13+
* Support for getting summarized agent counts and summarized plugin counts in the Management Agent Cloud service
14+
15+
Breaking
16+
--------
17+
* Model `WorkSubmissionKey` was removed from Management Agent Cloud service
18+
* Type for parameter `plugin_name` changed to `list[str]` from `str` in operation `list_management_agent_plugins` in the Management Agent Cloud Service
19+
* Type for parameter `version` changed to `list[str]` from `str` in operation `list_management_agent_plugins` in the Management Agent Cloud Service
20+
* Type for parameter `platform_type` changed to `list[str]` from `str` in operation `list_management_agent_plugins` in the Management Agent Cloud Service
21+
622
====================
723
2.43.2 - 2021-08-03
824
====================

docs/api/management_agent.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,18 @@ Management Agent
2222
oci.management_agent.models.CreateManagementAgentInstallKeyDetails
2323
oci.management_agent.models.DeployPluginsDetails
2424
oci.management_agent.models.ManagementAgent
25+
oci.management_agent.models.ManagementAgentAggregation
26+
oci.management_agent.models.ManagementAgentAggregationCollection
27+
oci.management_agent.models.ManagementAgentAggregationDimensions
2528
oci.management_agent.models.ManagementAgentError
2629
oci.management_agent.models.ManagementAgentImage
2730
oci.management_agent.models.ManagementAgentImageSummary
2831
oci.management_agent.models.ManagementAgentInstallKey
2932
oci.management_agent.models.ManagementAgentInstallKeySummary
3033
oci.management_agent.models.ManagementAgentPlugin
34+
oci.management_agent.models.ManagementAgentPluginAggregation
35+
oci.management_agent.models.ManagementAgentPluginAggregationCollection
36+
oci.management_agent.models.ManagementAgentPluginAggregationDimensions
3137
oci.management_agent.models.ManagementAgentPluginDetails
3238
oci.management_agent.models.ManagementAgentPluginSummary
3339
oci.management_agent.models.ManagementAgentSummary
@@ -38,4 +44,3 @@ Management Agent
3844
oci.management_agent.models.WorkRequestLogEntry
3945
oci.management_agent.models.WorkRequestResource
4046
oci.management_agent.models.WorkRequestSummary
41-
oci.management_agent.models.WorkSubmissionKey

docs/api/management_agent/models/oci.management_agent.models.WorkSubmissionKey.rst renamed to docs/api/management_agent/models/oci.management_agent.models.ManagementAgentAggregation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
WorkSubmissionKey
2-
=================
1+
ManagementAgentAggregation
2+
==========================
33

44
.. currentmodule:: oci.management_agent.models
55

6-
.. autoclass:: WorkSubmissionKey
6+
.. autoclass:: ManagementAgentAggregation
77
:show-inheritance:
88
:special-members: __init__
99
:members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ManagementAgentAggregationCollection
2+
====================================
3+
4+
.. currentmodule:: oci.management_agent.models
5+
6+
.. autoclass:: ManagementAgentAggregationCollection
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ManagementAgentAggregationDimensions
2+
====================================
3+
4+
.. currentmodule:: oci.management_agent.models
5+
6+
.. autoclass:: ManagementAgentAggregationDimensions
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ManagementAgentPluginAggregation
2+
================================
3+
4+
.. currentmodule:: oci.management_agent.models
5+
6+
.. autoclass:: ManagementAgentPluginAggregation
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ManagementAgentPluginAggregationCollection
2+
==========================================
3+
4+
.. currentmodule:: oci.management_agent.models
5+
6+
.. autoclass:: ManagementAgentPluginAggregationCollection
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ManagementAgentPluginAggregationDimensions
2+
==========================================
3+
4+
.. currentmodule:: oci.management_agent.models
5+
6+
.. autoclass:: ManagementAgentPluginAggregationDimensions
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/opsi.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Opsi
6262
oci.opsi.models.HostDetails
6363
oci.opsi.models.HostEntities
6464
oci.opsi.models.HostHardwareConfiguration
65+
oci.opsi.models.HostImportableAgentEntitySummary
6566
oci.opsi.models.HostInsight
6667
oci.opsi.models.HostInsightResourceStatisticsAggregation
6768
oci.opsi.models.HostInsightSummary
@@ -80,6 +81,8 @@ Opsi
8081
oci.opsi.models.HostResourceStatistics
8182
oci.opsi.models.HostedEntityCollection
8283
oci.opsi.models.HostedEntitySummary
84+
oci.opsi.models.ImportableAgentEntitySummary
85+
oci.opsi.models.ImportableAgentEntitySummaryCollection
8386
oci.opsi.models.ImportableEnterpriseManagerEntity
8487
oci.opsi.models.ImportableEnterpriseManagerEntityCollection
8588
oci.opsi.models.IngestDatabaseConfigurationDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
HostImportableAgentEntitySummary
2+
================================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: HostImportableAgentEntitySummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)