Skip to content

Commit 752d585

Browse files
authored
Releasing version 2.23.1
Releasing version 2.23.1
2 parents 5735179 + b741e4f commit 752d585

File tree

137 files changed

+14245
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+14245
-63
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ 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.23.1 - 2020-10-20
8+
====================
9+
10+
Added
11+
-----
12+
* Support for the Operations Insights service
13+
* Support for updating autonomous databases to enable/disable Operations Insights service integration, in the Database service
14+
* Support for the NEEDS_ATTENTION lifecycle state on database systems in the Database service
15+
* Support for HCX in the VMware Solutions service
16+
* Added an example script for Usage API
17+
618
====================
719
2.23.0 - 2020-10-13
820
====================

docs/api/landing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ API Reference
7272
* :doc:`Oda <oda/client/oci.oda.OdaClient>`
7373
* :doc:`Notification Control Plane <ons/client/oci.ons.NotificationControlPlaneClient>`
7474
* :doc:`Notification Data Plane <ons/client/oci.ons.NotificationDataPlaneClient>`
75+
* :doc:`Operations Insights <opsi/client/oci.opsi.OperationsInsightsClient>`
7576
* :doc:`Os Management <os_management/client/oci.os_management.OsManagementClient>`
7677
* :doc:`Resource Manager <resource_manager/client/oci.resource_manager.ResourceManagerClient>`
7778
* :doc:`Resource Search <resource_search/client/oci.resource_search.ResourceSearchClient>`
@@ -148,6 +149,7 @@ API Reference
148149
ocvp
149150
oda
150151
ons
152+
opsi
151153
os_management
152154
resource_manager
153155
resource_search

docs/api/opsi.rst

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
Opsi
2+
====
3+
4+
.. autosummary::
5+
:toctree: opsi/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.opsi.OperationsInsightsClient
10+
oci.opsi.OperationsInsightsClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: opsi/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.opsi.models.DatabaseDetails
22+
oci.opsi.models.DatabaseInsightSummary
23+
oci.opsi.models.DatabaseInsights
24+
oci.opsi.models.DatabaseInsightsCollection
25+
oci.opsi.models.HistoricalDataItem
26+
oci.opsi.models.IngestSqlBucketDetails
27+
oci.opsi.models.IngestSqlBucketResponseDetails
28+
oci.opsi.models.IngestSqlPlanLinesDetails
29+
oci.opsi.models.IngestSqlPlanLinesResponseDetails
30+
oci.opsi.models.IngestSqlTextDetails
31+
oci.opsi.models.IngestSqlTextResponseDetails
32+
oci.opsi.models.ProjectedDataItem
33+
oci.opsi.models.ResourceCapacityTrendAggregation
34+
oci.opsi.models.ResourceInsightCurrentUtilization
35+
oci.opsi.models.ResourceInsightProjectedUtilization
36+
oci.opsi.models.ResourceInsightProjectedUtilizationItem
37+
oci.opsi.models.ResourceStatistics
38+
oci.opsi.models.ResourceStatisticsAggregation
39+
oci.opsi.models.ResourceUsageTrendAggregation
40+
oci.opsi.models.SqlBucket
41+
oci.opsi.models.SqlInsightAggregation
42+
oci.opsi.models.SqlInsightAggregationCollection
43+
oci.opsi.models.SqlInsightThresholds
44+
oci.opsi.models.SqlInventory
45+
oci.opsi.models.SqlPlanCollection
46+
oci.opsi.models.SqlPlanInsightAggregation
47+
oci.opsi.models.SqlPlanInsightAggregationCollection
48+
oci.opsi.models.SqlPlanInsights
49+
oci.opsi.models.SqlPlanLine
50+
oci.opsi.models.SqlPlanSummary
51+
oci.opsi.models.SqlResponseTimeDistributionAggregation
52+
oci.opsi.models.SqlResponseTimeDistributionAggregationCollection
53+
oci.opsi.models.SqlSearchCollection
54+
oci.opsi.models.SqlSearchSummary
55+
oci.opsi.models.SqlStatisticAggregation
56+
oci.opsi.models.SqlStatisticAggregationCollection
57+
oci.opsi.models.SqlStatistics
58+
oci.opsi.models.SqlStatisticsTimeSeries
59+
oci.opsi.models.SqlStatisticsTimeSeriesAggregation
60+
oci.opsi.models.SqlStatisticsTimeSeriesAggregationCollection
61+
oci.opsi.models.SqlStatisticsTimeSeriesByPlanAggregation
62+
oci.opsi.models.SqlStatisticsTimeSeriesByPlanAggregationCollection
63+
oci.opsi.models.SqlText
64+
oci.opsi.models.SqlTextCollection
65+
oci.opsi.models.SqlTextSummary
66+
oci.opsi.models.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection
67+
oci.opsi.models.SummarizeDatabaseInsightResourceForecastTrendAggregation
68+
oci.opsi.models.SummarizeDatabaseInsightResourceStatisticsAggregationCollection
69+
oci.opsi.models.SummarizeDatabaseInsightResourceUsageAggregation
70+
oci.opsi.models.SummarizeDatabaseInsightResourceUsageTrendAggregationCollection
71+
oci.opsi.models.SummarizeDatabaseInsightResourceUtilizationInsightAggregation
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OperationsInsightsClient
2+
========================
3+
4+
.. currentmodule:: oci.opsi
5+
6+
.. autoclass:: OperationsInsightsClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OperationsInsightsClientCompositeOperations
2+
===========================================
3+
4+
.. currentmodule:: oci.opsi
5+
6+
.. autoclass:: OperationsInsightsClientCompositeOperations
7+
:special-members: __init__
8+
:members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DatabaseDetails
2+
===============
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: DatabaseDetails
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+
DatabaseInsightSummary
2+
======================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: DatabaseInsightSummary
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+
DatabaseInsights
2+
================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: DatabaseInsights
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+
DatabaseInsightsCollection
2+
==========================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: DatabaseInsightsCollection
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+
HistoricalDataItem
2+
==================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: HistoricalDataItem
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)