Skip to content

Commit dccee29

Browse files
Releasing version 2.118.1
1 parent 9c70752 commit dccee29

File tree

12,046 files changed

+22836
-13629
lines changed

Some content is hidden

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

12,046 files changed

+22836
-13629
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ 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.118.1 - 2024-01-09
8+
====================
9+
10+
Added
11+
-----
12+
* Support for calling Oracle Cloud Infrastructure services in the sa-valparaiso-1 region
13+
* Support for creation of up to 60 containers per container instance in the Container Instances service
14+
* Support for Oracle GoldenGate discovery and monitoring in the Stack Monitoring service
15+
* Support for GoldenGate stream analytics in the GoldenGate service
16+
* Support for backup work requests in MySQL Heatwave service
17+
* Support for create, update, delete and list operations on premise vantage points in the Application Performance Monitoring service
18+
* Support for create, update, delete and list operations on workers in the Application Performance Monitoring service
19+
* Support for host capacity planning for compute instances and host unallocated metrics in the Operations Insights service
20+
621
====================
722
2.118.0 - 2023-12-12
823
====================

docs/api/apm_synthetics.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,26 @@ Apm Synthetics
2222
oci.apm_synthetics.models.AggregatedNetworkData
2323
oci.apm_synthetics.models.AggregatedNetworkDataResult
2424
oci.apm_synthetics.models.AvailabilityConfiguration
25+
oci.apm_synthetics.models.AvailableCapability
2526
oci.apm_synthetics.models.BrowserMonitorConfiguration
2627
oci.apm_synthetics.models.ClientCertificate
2728
oci.apm_synthetics.models.ClientCertificateDetails
2829
oci.apm_synthetics.models.CreateDedicatedVantagePointDetails
2930
oci.apm_synthetics.models.CreateMonitorDetails
31+
oci.apm_synthetics.models.CreateOnPremiseVantagePointDetails
3032
oci.apm_synthetics.models.CreateScriptDetails
33+
oci.apm_synthetics.models.CreateWorkerDetails
3134
oci.apm_synthetics.models.DedicatedVantagePoint
3235
oci.apm_synthetics.models.DedicatedVantagePointCollection
3336
oci.apm_synthetics.models.DedicatedVantagePointSummary
3437
oci.apm_synthetics.models.DnsConfiguration
38+
oci.apm_synthetics.models.DnsSecMonitorConfiguration
39+
oci.apm_synthetics.models.DnsServerMonitorConfiguration
40+
oci.apm_synthetics.models.DnsTraceMonitorConfiguration
3541
oci.apm_synthetics.models.DvpStackDetails
3642
oci.apm_synthetics.models.GeoSummary
3743
oci.apm_synthetics.models.Header
44+
oci.apm_synthetics.models.IdentityInfoDetails
3845
oci.apm_synthetics.models.Link
3946
oci.apm_synthetics.models.MaintenanceWindowSchedule
4047
oci.apm_synthetics.models.Monitor
@@ -49,6 +56,10 @@ Apm Synthetics
4956
oci.apm_synthetics.models.NetworkConfiguration
5057
oci.apm_synthetics.models.NetworkMonitorConfiguration
5158
oci.apm_synthetics.models.Node
59+
oci.apm_synthetics.models.OnPremiseVantagePoint
60+
oci.apm_synthetics.models.OnPremiseVantagePointCollection
61+
oci.apm_synthetics.models.OnPremiseVantagePointSummary
62+
oci.apm_synthetics.models.OnPremiseVpWorkerVersionDetails
5263
oci.apm_synthetics.models.OracleRMStack
5364
oci.apm_synthetics.models.PrivateKey
5465
oci.apm_synthetics.models.PublicVantagePointCollection
@@ -65,8 +76,15 @@ Apm Synthetics
6576
oci.apm_synthetics.models.ScriptedRestMonitorConfiguration
6677
oci.apm_synthetics.models.UpdateDedicatedVantagePointDetails
6778
oci.apm_synthetics.models.UpdateMonitorDetails
79+
oci.apm_synthetics.models.UpdateOnPremiseVantagePointDetails
6880
oci.apm_synthetics.models.UpdateScriptDetails
81+
oci.apm_synthetics.models.UpdateWorkerDetails
6982
oci.apm_synthetics.models.VantagePointExecution
7083
oci.apm_synthetics.models.VantagePointInfo
7184
oci.apm_synthetics.models.VantagePointNode
7285
oci.apm_synthetics.models.VerifyText
86+
oci.apm_synthetics.models.Worker
87+
oci.apm_synthetics.models.WorkerCollection
88+
oci.apm_synthetics.models.WorkerMonitorList
89+
oci.apm_synthetics.models.WorkerSummary
90+
oci.apm_synthetics.models.WorkersSummary
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AvailableCapability
2+
===================
3+
4+
.. currentmodule:: oci.apm_synthetics.models
5+
6+
.. autoclass:: AvailableCapability
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+
CreateOnPremiseVantagePointDetails
2+
==================================
3+
4+
.. currentmodule:: oci.apm_synthetics.models
5+
6+
.. autoclass:: CreateOnPremiseVantagePointDetails
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+
CreateWorkerDetails
2+
===================
3+
4+
.. currentmodule:: oci.apm_synthetics.models
5+
6+
.. autoclass:: CreateWorkerDetails
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+
DnsSecMonitorConfiguration
2+
==========================
3+
4+
.. currentmodule:: oci.apm_synthetics.models
5+
6+
.. autoclass:: DnsSecMonitorConfiguration
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+
DnsServerMonitorConfiguration
2+
=============================
3+
4+
.. currentmodule:: oci.apm_synthetics.models
5+
6+
.. autoclass:: DnsServerMonitorConfiguration
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+
DnsTraceMonitorConfiguration
2+
============================
3+
4+
.. currentmodule:: oci.apm_synthetics.models
5+
6+
.. autoclass:: DnsTraceMonitorConfiguration
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+
IdentityInfoDetails
2+
===================
3+
4+
.. currentmodule:: oci.apm_synthetics.models
5+
6+
.. autoclass:: IdentityInfoDetails
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+
OnPremiseVantagePoint
2+
=====================
3+
4+
.. currentmodule:: oci.apm_synthetics.models
5+
6+
.. autoclass:: OnPremiseVantagePoint
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)