Skip to content

Commit

Permalink
Deprecate Incident Services endpoints (#2424)
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> 0f7acbc
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Mar 12, 2024
1 parent 0c77290 commit f369e57
Show file tree
Hide file tree
Showing 5 changed files with 2,821 additions and 2,806 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163566,7 +163566,7 @@ <h3 id="GetIncidentOptionalParameters.WithInclude">func (*GetIncidentOptionalPar



<h2 id="GetIncidentServiceOptionalParameters">type <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L170">GetIncidentServiceOptionalParameters</a>
<h2 id="GetIncidentServiceOptionalParameters">type <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L174">GetIncidentServiceOptionalParameters</a>
<a class="permalink" href="#GetIncidentServiceOptionalParameters">&#xb6;</a>


Expand All @@ -163588,7 +163588,7 @@ <h2 id="GetIncidentServiceOptionalParameters">type <a href="https://github.com/D



<h3 id="NewGetIncidentServiceOptionalParameters">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L175">NewGetIncidentServiceOptionalParameters</a>
<h3 id="NewGetIncidentServiceOptionalParameters">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L179">NewGetIncidentServiceOptionalParameters</a>
<a class="permalink" href="#NewGetIncidentServiceOptionalParameters">&#xb6;</a>


Expand All @@ -163602,7 +163602,7 @@ <h3 id="NewGetIncidentServiceOptionalParameters">func <a href="https://github.co



<h3 id="GetIncidentServiceOptionalParameters.WithInclude">func (*GetIncidentServiceOptionalParameters) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L181">WithInclude</a>
<h3 id="GetIncidentServiceOptionalParameters.WithInclude">func (*GetIncidentServiceOptionalParameters) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L185">WithInclude</a>
<a class="permalink" href="#GetIncidentServiceOptionalParameters.WithInclude">&#xb6;</a>


Expand Down Expand Up @@ -184033,7 +184033,7 @@ <h2 id="IncidentServicesApi">type <a href="https://github.com/DataDog/datadog-ap



<h3 id="NewIncidentServicesApi">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L493">NewIncidentServicesApi</a>
<h3 id="NewIncidentServicesApi">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L503">NewIncidentServicesApi</a>
<a class="permalink" href="#NewIncidentServicesApi">&#xb6;</a>


Expand All @@ -184047,35 +184047,37 @@ <h3 id="NewIncidentServicesApi">func <a href="https://github.com/DataDog/datadog



<h3 id="IncidentServicesApi.CreateIncidentService">func (*IncidentServicesApi) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L23">CreateIncidentService</a>
<h3 id="IncidentServicesApi.CreateIncidentService">func (*IncidentServicesApi) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L25">CreateIncidentService</a>
<a class="permalink" href="#IncidentServicesApi.CreateIncidentService">&#xb6;</a>


</h3>
<pre>func (a *<a href="#IncidentServicesApi">IncidentServicesApi</a>) CreateIncidentService(ctx <a href="https://pkg.go.dev/context/">_context</a>.<a href="https://pkg.go.dev/context/#Context">Context</a>, body <a href="#IncidentServiceCreateRequest">IncidentServiceCreateRequest</a>) (<a href="#IncidentServiceResponse">IncidentServiceResponse</a>, *<a href="https://pkg.go.dev/net/http/">_nethttp</a>.<a href="https://pkg.go.dev/net/http/#Response">Response</a>, <a href="https://pkg.go.dev/builtin/#error">error</a>)</pre>
<p>CreateIncidentService Create a new incident service.
Creates a new incident service.
<p>Deprecated: This API is deprecated.






<h3 id="IncidentServicesApi.DeleteIncidentService">func (*IncidentServicesApi) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L103">DeleteIncidentService</a>
<h3 id="IncidentServicesApi.DeleteIncidentService">func (*IncidentServicesApi) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L107">DeleteIncidentService</a>
<a class="permalink" href="#IncidentServicesApi.DeleteIncidentService">&#xb6;</a>


</h3>
<pre>func (a *<a href="#IncidentServicesApi">IncidentServicesApi</a>) DeleteIncidentService(ctx <a href="https://pkg.go.dev/context/">_context</a>.<a href="https://pkg.go.dev/context/#Context">Context</a>, serviceId <a href="https://pkg.go.dev/builtin/#string">string</a>) (*<a href="https://pkg.go.dev/net/http/">_nethttp</a>.<a href="https://pkg.go.dev/net/http/#Response">Response</a>, <a href="https://pkg.go.dev/builtin/#error">error</a>)</pre>
<p>DeleteIncidentService Delete an existing incident service.
Deletes an existing incident service.
<p>Deprecated: This API is deprecated.






<h3 id="IncidentServicesApi.GetIncidentService">func (*IncidentServicesApi) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L189">GetIncidentService</a>
<h3 id="IncidentServicesApi.GetIncidentService">func (*IncidentServicesApi) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L195">GetIncidentService</a>
<a class="permalink" href="#IncidentServicesApi.GetIncidentService">&#xb6;</a>


Expand All @@ -184084,34 +184086,37 @@ <h3 id="IncidentServicesApi.GetIncidentService">func (*IncidentServicesApi) <a h
<p>GetIncidentService Get details of an incident service.
Get details of an incident service. If the `include[users]` query parameter is provided,
the included attribute will contain the users related to these incident services.
<p>Deprecated: This API is deprecated.






<h3 id="IncidentServicesApi.ListIncidentServices">func (*IncidentServicesApi) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L316">ListIncidentServices</a>
<h3 id="IncidentServicesApi.ListIncidentServices">func (*IncidentServicesApi) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L324">ListIncidentServices</a>
<a class="permalink" href="#IncidentServicesApi.ListIncidentServices">&#xb6;</a>


</h3>
<pre>func (a *<a href="#IncidentServicesApi">IncidentServicesApi</a>) ListIncidentServices(ctx <a href="https://pkg.go.dev/context/">_context</a>.<a href="https://pkg.go.dev/context/#Context">Context</a>, o ...<a href="#ListIncidentServicesOptionalParameters">ListIncidentServicesOptionalParameters</a>) (<a href="#IncidentServicesResponse">IncidentServicesResponse</a>, *<a href="https://pkg.go.dev/net/http/">_nethttp</a>.<a href="https://pkg.go.dev/net/http/#Response">Response</a>, <a href="https://pkg.go.dev/builtin/#error">error</a>)</pre>
<p>ListIncidentServices Get a list of all incident services.
Get all incident services uploaded for the requesting user&apos;s organization. If the `include[users]` query parameter is provided, the included attribute will contain the users related to these incident services.
<p>Deprecated: This API is deprecated.






<h3 id="IncidentServicesApi.UpdateIncidentService">func (*IncidentServicesApi) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L413">UpdateIncidentService</a>
<h3 id="IncidentServicesApi.UpdateIncidentService">func (*IncidentServicesApi) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L423">UpdateIncidentService</a>
<a class="permalink" href="#IncidentServicesApi.UpdateIncidentService">&#xb6;</a>


</h3>
<pre>func (a *<a href="#IncidentServicesApi">IncidentServicesApi</a>) UpdateIncidentService(ctx <a href="https://pkg.go.dev/context/">_context</a>.<a href="https://pkg.go.dev/context/#Context">Context</a>, serviceId <a href="https://pkg.go.dev/builtin/#string">string</a>, body <a href="#IncidentServiceUpdateRequest">IncidentServiceUpdateRequest</a>) (<a href="#IncidentServiceResponse">IncidentServiceResponse</a>, *<a href="https://pkg.go.dev/net/http/">_nethttp</a>.<a href="https://pkg.go.dev/net/http/#Response">Response</a>, <a href="https://pkg.go.dev/builtin/#error">error</a>)</pre>
<p>UpdateIncidentService Update an existing incident service.
Updates an existing incident service. Only provide the attributes which should be updated as this request is a partial update.
<p>Deprecated: This API is deprecated.



Expand Down Expand Up @@ -196460,7 +196465,7 @@ <h3 id="ListIncidentAttachmentsOptionalParameters.WithInclude">func (*ListIncide



<h2 id="ListIncidentServicesOptionalParameters">type <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L277">ListIncidentServicesOptionalParameters</a>
<h2 id="ListIncidentServicesOptionalParameters">type <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L283">ListIncidentServicesOptionalParameters</a>
<a class="permalink" href="#ListIncidentServicesOptionalParameters">&#xb6;</a>


Expand All @@ -196485,7 +196490,7 @@ <h2 id="ListIncidentServicesOptionalParameters">type <a href="https://github.com



<h3 id="NewListIncidentServicesOptionalParameters">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L285">NewListIncidentServicesOptionalParameters</a>
<h3 id="NewListIncidentServicesOptionalParameters">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L291">NewListIncidentServicesOptionalParameters</a>
<a class="permalink" href="#NewListIncidentServicesOptionalParameters">&#xb6;</a>


Expand All @@ -196499,7 +196504,7 @@ <h3 id="NewListIncidentServicesOptionalParameters">func <a href="https://github.



<h3 id="ListIncidentServicesOptionalParameters.WithFilter">func (*ListIncidentServicesOptionalParameters) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L309">WithFilter</a>
<h3 id="ListIncidentServicesOptionalParameters.WithFilter">func (*ListIncidentServicesOptionalParameters) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L315">WithFilter</a>
<a class="permalink" href="#ListIncidentServicesOptionalParameters.WithFilter">&#xb6;</a>


Expand All @@ -196512,7 +196517,7 @@ <h3 id="ListIncidentServicesOptionalParameters.WithFilter">func (*ListIncidentSe



<h3 id="ListIncidentServicesOptionalParameters.WithInclude">func (*ListIncidentServicesOptionalParameters) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L291">WithInclude</a>
<h3 id="ListIncidentServicesOptionalParameters.WithInclude">func (*ListIncidentServicesOptionalParameters) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L297">WithInclude</a>
<a class="permalink" href="#ListIncidentServicesOptionalParameters.WithInclude">&#xb6;</a>


Expand All @@ -196525,7 +196530,7 @@ <h3 id="ListIncidentServicesOptionalParameters.WithInclude">func (*ListIncidentS



<h3 id="ListIncidentServicesOptionalParameters.WithPageOffset">func (*ListIncidentServicesOptionalParameters) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L303">WithPageOffset</a>
<h3 id="ListIncidentServicesOptionalParameters.WithPageOffset">func (*ListIncidentServicesOptionalParameters) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L309">WithPageOffset</a>
<a class="permalink" href="#ListIncidentServicesOptionalParameters.WithPageOffset">&#xb6;</a>


Expand All @@ -196538,7 +196543,7 @@ <h3 id="ListIncidentServicesOptionalParameters.WithPageOffset">func (*ListIncide



<h3 id="ListIncidentServicesOptionalParameters.WithPageSize">func (*ListIncidentServicesOptionalParameters) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L297">WithPageSize</a>
<h3 id="ListIncidentServicesOptionalParameters.WithPageSize">func (*ListIncidentServicesOptionalParameters) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/api_incident_services.go#L303">WithPageSize</a>
<a class="permalink" href="#ListIncidentServicesOptionalParameters.WithPageSize">&#xb6;</a>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>
<td></td>
<td align="right">14700</td>
<td></td>
<td align="left">2024-03-11 19:09:53.105601714 +0000 UTC</td>
<td align="left">2024-03-12 18:28:51.583104122 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -88,7 +88,7 @@ <h2>
<td></td>
<td align="right">17831</td>
<td></td>
<td align="left">2024-03-11 19:09:53.105601714 +0000 UTC</td>
<td align="left">2024-03-12 18:28:51.583104122 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -97,7 +97,7 @@ <h2>
<td></td>
<td align="right">622</td>
<td></td>
<td align="left">2024-03-11 19:09:53.105601714 +0000 UTC</td>
<td align="left">2024-03-12 18:28:51.583104122 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -106,7 +106,7 @@ <h2>
<td></td>
<td align="right">633</td>
<td></td>
<td align="left">2024-03-11 19:09:53.105601714 +0000 UTC</td>
<td align="left">2024-03-12 18:28:51.583104122 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -115,7 +115,7 @@ <h2>
<td></td>
<td align="right">405</td>
<td></td>
<td align="left">2024-03-11 19:09:53.105601714 +0000 UTC</td>
<td align="left">2024-03-12 18:28:51.583104122 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -124,7 +124,7 @@ <h2>
<td></td>
<td align="right">12924</td>
<td></td>
<td align="left">2024-03-11 19:09:53.105601714 +0000 UTC</td>
<td align="left">2024-03-12 18:28:51.583104122 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -133,7 +133,7 @@ <h2>
<td></td>
<td align="right">589</td>
<td></td>
<td align="left">2024-03-11 19:09:53.105601714 +0000 UTC</td>
<td align="left">2024-03-12 18:28:51.583104122 +0000 UTC</td>
</tr>


Expand Down
Loading

0 comments on commit f369e57

Please sign in to comment.