Skip to content

Commit e6bf3d0

Browse files
committed
Releasing version 2.47.1
1 parent 315ab45 commit e6bf3d0

File tree

389 files changed

+35982
-134
lines changed

Some content is hidden

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

389 files changed

+35982
-134
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.47.1 - 2021-10-12
8+
====================
9+
10+
Added
11+
-----
12+
* Support for the Data Labeling Service
13+
* Support for the Web Application Firewall service
14+
* Support for querying and setting Application Performance Monitoring configurations in the Application Performance Monitoring service
15+
* Support for the run-once monitor feature and network data collection in the Application Performance Monitoring service
16+
* 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
17+
* Support for Log events APIs used by plugins like fluentd, fluentbit, etc. to upload data in the Logging Analytics service
18+
* Support for a new ActionType: FAILED in work requests in the VMware Provisioning service
19+
* Support for calling Oracle Cloud Infrastructure services in the il-jerusalem-1 region
20+
621
====================
722
2.47.0 - 2021-10-05
823
====================

docs/api/apm_config.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Apm Config
2+
==========
3+
4+
.. autosummary::
5+
:toctree: apm_config/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.apm_config.ConfigClient
10+
oci.apm_config.ConfigClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: apm_config/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.apm_config.models.Apdex
22+
oci.apm_config.models.ApdexRules
23+
oci.apm_config.models.ApdexRulesSummary
24+
oci.apm_config.models.Config
25+
oci.apm_config.models.ConfigCollection
26+
oci.apm_config.models.ConfigSummary
27+
oci.apm_config.models.CreateApdexRulesDetails
28+
oci.apm_config.models.CreateConfigDetails
29+
oci.apm_config.models.CreateMetricGroupDetails
30+
oci.apm_config.models.CreateSpanFilterDetails
31+
oci.apm_config.models.Dimension
32+
oci.apm_config.models.Metric
33+
oci.apm_config.models.MetricGroup
34+
oci.apm_config.models.MetricGroupSummary
35+
oci.apm_config.models.SpanFilter
36+
oci.apm_config.models.SpanFilterSummary
37+
oci.apm_config.models.UpdateApdexRulesDetails
38+
oci.apm_config.models.UpdateConfigDetails
39+
oci.apm_config.models.UpdateMetricGroupDetails
40+
oci.apm_config.models.UpdateSpanFilterDetails
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ConfigClient
2+
============
3+
4+
.. currentmodule:: oci.apm_config
5+
6+
.. autoclass:: ConfigClient
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+
ConfigClientCompositeOperations
2+
===============================
3+
4+
.. currentmodule:: oci.apm_config
5+
6+
.. autoclass:: ConfigClientCompositeOperations
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+
Apdex
2+
=====
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: Apdex
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+
ApdexRules
2+
==========
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: ApdexRules
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+
ApdexRulesSummary
2+
=================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: ApdexRulesSummary
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+
Config
2+
======
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: Config
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+
ConfigCollection
2+
================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: ConfigCollection
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+
ConfigSummary
2+
=============
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: ConfigSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)