Skip to content

Commit

Permalink
Releasing version 2.47.1
Browse files Browse the repository at this point in the history
Releasing version 2.47.1
  • Loading branch information
bhagwatvyas authored Oct 12, 2021
2 parents 315ab45 + e6bf3d0 commit ddb0725
Show file tree
Hide file tree
Showing 389 changed files with 35,982 additions and 134 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Change Log
All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
====================
2.47.1 - 2021-10-12
====================

Added
-----
* Support for the Data Labeling Service
* Support for the Web Application Firewall service
* Support for querying and setting Application Performance Monitoring configurations in the Application Performance Monitoring service
* Support for the run-once monitor feature and network data collection in the Application Performance Monitoring service
* Support for Oracle Enterprise Manager bridges, source auto-association, source event types mapping, and partitioning and searching data by LogSet in the Logging Analytics service
* Support for Log events APIs used by plugins like fluentd, fluentbit, etc. to upload data in the Logging Analytics service
* Support for a new ActionType: FAILED in work requests in the VMware Provisioning service
* Support for calling Oracle Cloud Infrastructure services in the il-jerusalem-1 region

====================
2.47.0 - 2021-10-05
====================
Expand Down
40 changes: 40 additions & 0 deletions docs/api/apm_config.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Apm Config
==========

.. autosummary::
:toctree: apm_config/client
:nosignatures:
:template: autosummary/service_client.rst

oci.apm_config.ConfigClient
oci.apm_config.ConfigClientCompositeOperations

--------
Models
--------

.. autosummary::
:toctree: apm_config/models
:nosignatures:
:template: autosummary/model_class.rst

oci.apm_config.models.Apdex
oci.apm_config.models.ApdexRules
oci.apm_config.models.ApdexRulesSummary
oci.apm_config.models.Config
oci.apm_config.models.ConfigCollection
oci.apm_config.models.ConfigSummary
oci.apm_config.models.CreateApdexRulesDetails
oci.apm_config.models.CreateConfigDetails
oci.apm_config.models.CreateMetricGroupDetails
oci.apm_config.models.CreateSpanFilterDetails
oci.apm_config.models.Dimension
oci.apm_config.models.Metric
oci.apm_config.models.MetricGroup
oci.apm_config.models.MetricGroupSummary
oci.apm_config.models.SpanFilter
oci.apm_config.models.SpanFilterSummary
oci.apm_config.models.UpdateApdexRulesDetails
oci.apm_config.models.UpdateConfigDetails
oci.apm_config.models.UpdateMetricGroupDetails
oci.apm_config.models.UpdateSpanFilterDetails
8 changes: 8 additions & 0 deletions docs/api/apm_config/client/oci.apm_config.ConfigClient.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ConfigClient
============

.. currentmodule:: oci.apm_config

.. autoclass:: ConfigClient
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ConfigClientCompositeOperations
===============================

.. currentmodule:: oci.apm_config

.. autoclass:: ConfigClientCompositeOperations
:special-members: __init__
:members:
11 changes: 11 additions & 0 deletions docs/api/apm_config/models/oci.apm_config.models.Apdex.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Apdex
=====

.. currentmodule:: oci.apm_config.models

.. autoclass:: Apdex
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/apm_config/models/oci.apm_config.models.ApdexRules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ApdexRules
==========

.. currentmodule:: oci.apm_config.models

.. autoclass:: ApdexRules
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ApdexRulesSummary
=================

.. currentmodule:: oci.apm_config.models

.. autoclass:: ApdexRulesSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/apm_config/models/oci.apm_config.models.Config.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Config
======

.. currentmodule:: oci.apm_config.models

.. autoclass:: Config
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ConfigCollection
================

.. currentmodule:: oci.apm_config.models

.. autoclass:: ConfigCollection
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/apm_config/models/oci.apm_config.models.ConfigSummary.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ConfigSummary
=============

.. currentmodule:: oci.apm_config.models

.. autoclass:: ConfigSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateApdexRulesDetails
=======================

.. currentmodule:: oci.apm_config.models

.. autoclass:: CreateApdexRulesDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateConfigDetails
===================

.. currentmodule:: oci.apm_config.models

.. autoclass:: CreateConfigDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateMetricGroupDetails
========================

.. currentmodule:: oci.apm_config.models

.. autoclass:: CreateMetricGroupDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateSpanFilterDetails
=======================

.. currentmodule:: oci.apm_config.models

.. autoclass:: CreateSpanFilterDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/apm_config/models/oci.apm_config.models.Dimension.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Dimension
=========

.. currentmodule:: oci.apm_config.models

.. autoclass:: Dimension
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/apm_config/models/oci.apm_config.models.Metric.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Metric
======

.. currentmodule:: oci.apm_config.models

.. autoclass:: Metric
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/apm_config/models/oci.apm_config.models.MetricGroup.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
MetricGroup
===========

.. currentmodule:: oci.apm_config.models

.. autoclass:: MetricGroup
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
MetricGroupSummary
==================

.. currentmodule:: oci.apm_config.models

.. autoclass:: MetricGroupSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/apm_config/models/oci.apm_config.models.SpanFilter.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SpanFilter
==========

.. currentmodule:: oci.apm_config.models

.. autoclass:: SpanFilter
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SpanFilterSummary
=================

.. currentmodule:: oci.apm_config.models

.. autoclass:: SpanFilterSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UpdateApdexRulesDetails
=======================

.. currentmodule:: oci.apm_config.models

.. autoclass:: UpdateApdexRulesDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UpdateConfigDetails
===================

.. currentmodule:: oci.apm_config.models

.. autoclass:: UpdateConfigDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UpdateMetricGroupDetails
========================

.. currentmodule:: oci.apm_config.models

.. autoclass:: UpdateMetricGroupDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UpdateSpanFilterDetails
=======================

.. currentmodule:: oci.apm_config.models

.. autoclass:: UpdateSpanFilterDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
1 change: 1 addition & 0 deletions docs/api/apm_synthetics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Apm Synthetics
oci.apm_synthetics.models.MonitorScriptParameterInfo
oci.apm_synthetics.models.MonitorStatusCountMap
oci.apm_synthetics.models.MonitorSummary
oci.apm_synthetics.models.NetworkConfiguration
oci.apm_synthetics.models.PublicVantagePointCollection
oci.apm_synthetics.models.PublicVantagePointSummary
oci.apm_synthetics.models.RequestAuthenticationDetails
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
NetworkConfiguration
====================

.. currentmodule:: oci.apm_synthetics.models

.. autoclass:: NetworkConfiguration
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Loading

0 comments on commit ddb0725

Please sign in to comment.