Skip to content

Commit fa86a0a

Browse files
update public document with configuration event type (#2382)
Co-authored-by: ci.datadog-api-spec <[email protected]> 4cc9fc7
1 parent 2018580 commit fa86a0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

datadog_api_client.v2.model.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16539,7 +16539,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
1653916539
<dd class="field-odd"><ul class="simple">
1654016540
<li><p><strong>author</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.change_event_custom_attributes_author.ChangeEventCustomAttributesAuthor" title="datadog_api_client.v2.model.change_event_custom_attributes_author.ChangeEventCustomAttributesAuthor"><em>ChangeEventCustomAttributesAuthor</em></a><em>, </em><em>optional</em>) – Object representing the entity which made the change. Optional field but if provided should include <code class="docutils literal notranslate"><span class="pre">type</span></code> and <code class="docutils literal notranslate"><span class="pre">name</span></code>.</p></li>
1654116541
<li><p><strong>change_metadata</strong> (<em>{str:</em><em> (</em><em>bool</em><em>, </em><em>date</em><em>, </em><em>datetime</em><em>, </em><em>dict</em><em>, </em><em>float</em><em>, </em><em>int</em><em>, </em><em>list</em><em>, </em><em>str</em><em>, </em><em>UUID</em><em>, </em><em>none_type</em><em>,</em><em>)</em><em>}</em><em>, </em><em>optional</em>) – Free form object with information related to the <code class="docutils literal notranslate"><span class="pre">change</span></code> event. Can be arbitrarily nested and contain any valid JSON.</p></li>
16542-
<li><p><strong>changed_resource</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.change_event_custom_attributes_changed_resource.ChangeEventCustomAttributesChangedResource" title="datadog_api_client.v2.model.change_event_custom_attributes_changed_resource.ChangeEventCustomAttributesChangedResource"><em>ChangeEventCustomAttributesChangedResource</em></a>) – Object representing a uniquely identified resource. Only the resource type <code class="docutils literal notranslate"><span class="pre">feature_flag</span></code> is supported.</p></li>
16542+
<li><p><strong>changed_resource</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.change_event_custom_attributes_changed_resource.ChangeEventCustomAttributesChangedResource" title="datadog_api_client.v2.model.change_event_custom_attributes_changed_resource.ChangeEventCustomAttributesChangedResource"><em>ChangeEventCustomAttributesChangedResource</em></a>) – Object representing a uniquely identified resource.</p></li>
1654316543
<li><p><strong>impacted_resources</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v2.model.change_event_custom_attributes_impacted_resources_items.ChangeEventCustomAttributesImpactedResourcesItems" title="datadog_api_client.v2.model.change_event_custom_attributes_impacted_resources_items.ChangeEventCustomAttributesImpactedResourcesItems"><em>ChangeEventCustomAttributesImpactedResourcesItems</em></a><em>]</em><em>, </em><em>optional</em>) – A list of resources impacted by this change. It is recommended to provide an impacted resource to display
1654416544
the change event at the right location. Only resources of type <code class="docutils literal notranslate"><span class="pre">service</span></code> are supported.</p></li>
1654516545
<li><p><strong>new_value</strong> (<em>{str:</em><em> (</em><em>bool</em><em>, </em><em>date</em><em>, </em><em>datetime</em><em>, </em><em>dict</em><em>, </em><em>float</em><em>, </em><em>int</em><em>, </em><em>list</em><em>, </em><em>str</em><em>, </em><em>UUID</em><em>, </em><em>none_type</em><em>,</em><em>)</em><em>}</em><em>, </em><em>optional</em>) – Free form object to track new value of the changed resource.</p></li>
@@ -16599,7 +16599,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
1659916599
<dt class="sig sig-object py" id="datadog_api_client.v2.model.change_event_custom_attributes_changed_resource.ChangeEventCustomAttributesChangedResource">
1660016600
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">ChangeEventCustomAttributesChangedResource</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#datadog_api_client.v2.model.change_event_custom_attributes_changed_resource.ChangeEventCustomAttributesChangedResource" title="Link to this definition">¶</a></dt>
1660116601
<dd><p>Bases: <a class="reference internal" href="datadog_api_client.html#datadog_api_client.model_utils.ModelNormal" title="datadog_api_client.model_utils.ModelNormal"><code class="xref py py-class docutils literal notranslate"><span class="pre">ModelNormal</span></code></a></p>
16602-
<p>Object representing a uniquely identified resource. Only the resource type <code class="docutils literal notranslate"><span class="pre">feature_flag</span></code> is supported.</p>
16602+
<p>Object representing a uniquely identified resource.</p>
1660316603
<dl class="field-list simple">
1660416604
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
1660516605
<dd class="field-odd"><ul class="simple">
@@ -16620,7 +16620,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
1662016620
<dl class="field-list simple">
1662116621
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
1662216622
<dd class="field-odd"><ul class="simple">
16623-
<li><p><strong>value</strong> (<em>str</em>) – If omitted defaults to “feature_flag”. Must be one of [“feature_flag”].</p></li>
16623+
<li><p><strong>value</strong> (<em>str</em>) – Must be one of [“feature_flag”, “configuration”].</p></li>
1662416624
<li><p><strong>_check_type</strong> (<em>bool</em>) – If True, values for parameters in openapi_types
1662516625
will be type checked and a TypeError will be raised if the wrong type is input.
1662616626
Defaults to True.</p></li>
@@ -25286,7 +25286,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2528625286
<dd class="field-odd"><ul class="simple">
2528725287
<li><p><strong>author</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.change_event_custom_attributes_author.ChangeEventCustomAttributesAuthor" title="datadog_api_client.v2.model.change_event_custom_attributes_author.ChangeEventCustomAttributesAuthor"><em>ChangeEventCustomAttributesAuthor</em></a><em>, </em><em>optional</em>) – Object representing the entity which made the change. Optional field but if provided should include <cite>type</cite> and <cite>name</cite>.</p></li>
2528825288
<li><p><strong>change_metadata</strong> (<em>{str:</em><em> (</em><em>bool</em><em>, </em><em>date</em><em>, </em><em>datetime</em><em>, </em><em>dict</em><em>, </em><em>float</em><em>, </em><em>int</em><em>, </em><em>list</em><em>, </em><em>str</em><em>, </em><em>UUID</em><em>, </em><em>none_type</em><em>,</em><em>)</em><em>}</em><em>, </em><em>optional</em>) – Free form object with information related to the <cite>change</cite> event. Can be arbitrarily nested and contain any valid JSON.</p></li>
25289-
<li><p><strong>changed_resource</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.change_event_custom_attributes_changed_resource.ChangeEventCustomAttributesChangedResource" title="datadog_api_client.v2.model.change_event_custom_attributes_changed_resource.ChangeEventCustomAttributesChangedResource"><em>ChangeEventCustomAttributesChangedResource</em></a>) – Object representing a uniquely identified resource. Only the resource type <cite>feature_flag</cite> is supported.</p></li>
25289+
<li><p><strong>changed_resource</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.change_event_custom_attributes_changed_resource.ChangeEventCustomAttributesChangedResource" title="datadog_api_client.v2.model.change_event_custom_attributes_changed_resource.ChangeEventCustomAttributesChangedResource"><em>ChangeEventCustomAttributesChangedResource</em></a>) – Object representing a uniquely identified resource.</p></li>
2529025290
<li><p><strong>impacted_resources</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v2.model.change_event_custom_attributes_impacted_resources_items.ChangeEventCustomAttributesImpactedResourcesItems" title="datadog_api_client.v2.model.change_event_custom_attributes_impacted_resources_items.ChangeEventCustomAttributesImpactedResourcesItems"><em>ChangeEventCustomAttributesImpactedResourcesItems</em></a><em>]</em><em>, </em><em>optional</em>) – A list of resources impacted by this change. It is recommended to provide an impacted resource to display
2529125291
the change event at the right location. Only resources of type <cite>service</cite> are supported.</p></li>
2529225292
<li><p><strong>new_value</strong> (<em>{str:</em><em> (</em><em>bool</em><em>, </em><em>date</em><em>, </em><em>datetime</em><em>, </em><em>dict</em><em>, </em><em>float</em><em>, </em><em>int</em><em>, </em><em>list</em><em>, </em><em>str</em><em>, </em><em>UUID</em><em>, </em><em>none_type</em><em>,</em><em>)</em><em>}</em><em>, </em><em>optional</em>) – Free form object to track new value of the changed resource.</p></li>

0 commit comments

Comments
 (0)