Skip to content

Commit 23f905d

Browse files
Add tags support to Logs Indexes API (#3110)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> eedb307
1 parent 89574aa commit 23f905d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

datadog_api_client.v1.model.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13961,6 +13961,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
1396113961
The available values depend on retention plans specified in your organization’s contract/subscriptions.</p></li>
1396213962
<li><p><strong>num_retention_days</strong> (<em>int</em><em>, </em><em>optional</em>) – The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.
1396313963
The available values depend on retention plans specified in your organization’s contract/subscriptions.</p></li>
13964+
<li><p><strong>tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – A list of tags associated with the index. Tags must be in <code class="docutils literal notranslate"><span class="pre">key:value</span></code> format.</p></li>
1396413965
</ul>
1396513966
</dd>
1396613967
</dl>
@@ -14018,6 +14019,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
1401814019
The available values depend on retention plans specified in your organization’s contract/subscriptions.</p>
1401914020
<p><strong>Note</strong> : Changing this value affects all logs already in this index. It may also affect billing.</p>
1402014021
</p></li>
14022+
<li><p><strong>tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – A list of tags associated with the index. Tags must be in <code class="docutils literal notranslate"><span class="pre">key:value</span></code> format.</p></li>
1402114023
</ul>
1402214024
</dd>
1402314025
</dl>

0 commit comments

Comments
 (0)