Skip to content

Commit

Permalink
Update v1 monitor api docs to exclude downtimes v2 (#2178)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> e33dee1
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Sep 12, 2023
1 parent 805950d commit 3dba2a1
Show file tree
Hide file tree
Showing 6 changed files with 1,980 additions and 1,980 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130634,7 +130634,7 @@ <h2 id="Monitor">type <a href="https://github.com/DataDog/datadog-api-client-go/
<span id="Monitor.Deleted"></span> Deleted <a href="/datadog-api-client-go/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadog/">datadog</a>.<a href="/datadog-api-client-go/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadog/#NullableTime">NullableTime</a> `json:&#34;deleted,omitempty&#34;`
<span class="comment">// ID of this monitor.</span>
<span id="Monitor.Id"></span> Id *<a href="https://pkg.go.dev/builtin/#int64">int64</a> `json:&#34;id,omitempty&#34;`
<span class="comment">// A list of active downtimes that match this monitor.</span>
<span class="comment">// A list of active v1 downtimes that match this monitor.</span>
<span id="Monitor.MatchingDowntimes"></span> MatchingDowntimes []<a href="#MatchingDowntime">MatchingDowntime</a> `json:&#34;matching_downtimes,omitempty&#34;`
<span class="comment">// A message to include with notifications for this monitor.</span>
<span id="Monitor.Message"></span> Message *<a href="https://pkg.go.dev/builtin/#string">string</a> `json:&#34;message,omitempty&#34;`
Expand Down Expand Up @@ -134315,7 +134315,7 @@ <h2 id="MonitorOptions">type <a href="https://github.com/DataDog/datadog-api-cli
<span id="MonitorOptions.RequireFullWindow"></span> RequireFullWindow *<a href="https://pkg.go.dev/builtin/#bool">bool</a> `json:&#34;require_full_window,omitempty&#34;`
<span class="comment">// Configuration options for scheduling.</span>
<span id="MonitorOptions.SchedulingOptions"></span> SchedulingOptions *<a href="#MonitorOptionsSchedulingOptions">MonitorOptionsSchedulingOptions</a> `json:&#34;scheduling_options,omitempty&#34;`
<span class="comment">// Information about the downtime applied to the monitor.</span>
<span class="comment">// Information about the downtime applied to the monitor. Only shows v1 downtimes.</span>
<span class="comment">// Deprecated</span>
<span id="MonitorOptions.Silenced"></span> Silenced map[<a href="https://pkg.go.dev/builtin/#string">string</a>]<a href="https://pkg.go.dev/builtin/#int64">int64</a> `json:&#34;silenced,omitempty&#34;`
<span class="comment">// ID of the corresponding Synthetic check.</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>
<td></td>
<td align="right">14734</td>
<td></td>
<td align="left">2023-09-12 17:48:36.152559785 +0000 UTC</td>
<td align="left">2023-09-12 18:14:02.075510986 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -88,7 +88,7 @@ <h2>
<td></td>
<td align="right">17273</td>
<td></td>
<td align="left">2023-09-12 17:48:36.152559785 +0000 UTC</td>
<td align="left">2023-09-12 18:14:02.075510986 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -97,7 +97,7 @@ <h2>
<td></td>
<td align="right">405</td>
<td></td>
<td align="left">2023-09-12 17:48:36.152559785 +0000 UTC</td>
<td align="left">2023-09-12 18:14:02.075510986 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -106,7 +106,7 @@ <h2>
<td></td>
<td align="right">13038</td>
<td></td>
<td align="left">2023-09-12 17:48:36.152559785 +0000 UTC</td>
<td align="left">2023-09-12 18:14:02.075510986 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -115,7 +115,7 @@ <h2>
<td></td>
<td align="right">589</td>
<td></td>
<td align="left">2023-09-12 17:48:36.152559785 +0000 UTC</td>
<td align="left">2023-09-12 18:14:02.075510986 +0000 UTC</td>
</tr>


Expand Down
Loading

0 comments on commit 3dba2a1

Please sign in to comment.