Skip to content

Commit

Permalink
Fix description for DORA incident finished_at (#1785)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> 0296686
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Dec 4, 2023
1 parent cc6818c commit 0cfd0c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions datadog_api_client.v2.model.html
Original file line number Diff line number Diff line change
Expand Up @@ -21196,13 +21196,13 @@ <h1 id="datadog-api-client-v2-model--page-root">datadog_api_client.v2.model<a cl
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>finished_at</strong> (<em>int</em><em>, </em><em>optional</em>) – Unix timestamp in nanoseconds when the deployment finished. It should not be older than 3 hours.</p></li>
<li><p><strong>finished_at</strong> (<em>int</em><em>, </em><em>optional</em>) – Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours.</p></li>
<li><p><strong>git</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.dora_git_info.DORAGitInfo" title="datadog_api_client.v2.model.dora_git_info.DORAGitInfo"><em>DORAGitInfo</em></a><em>, </em><em>optional</em>) – Git info for DORA Metrics events.</p></li>
<li><p><strong>id</strong> (<em>str</em><em>, </em><em>optional</em>) – Incident ID</p></li>
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – Incident name.</p></li>
<li><p><strong>service</strong> (<em>str</em>) – Service name from a service available in the Service Catalog.</p></li>
<li><p><strong>severity</strong> (<em>str</em><em>, </em><em>optional</em>) – Incident severity.</p></li>
<li><p><strong>started_at</strong> (<em>int</em>) – Unix timestamp in nanoseconds when the deployment started.</p></li>
<li><p><strong>started_at</strong> (<em>int</em>) – Unix timestamp in nanoseconds when the incident started.</p></li>
<li><p><strong>version</strong> (<em>str</em><em>, </em><em>optional</em>) – <p>Version to correlate with <a class="reference external" href="https://docs.datadoghq.com/tracing/services/deployment_tracking/">APM Deployment Tracking</a>.</p>
</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 0cfd0c5

Please sign in to comment.