File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/datadog_api_client/v1/api Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2023-11-16 15:25:33.881633 ",
8
- "spec_repo_commit": "c536b702 "
7
+ "regenerated": "2023-11-16 17:18:48.848152 ",
8
+ "spec_repo_commit": "0e97d7dd "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2023-11-16 15:25:33.900228 ",
13
- "spec_repo_commit": "c536b702 "
12
+ "regenerated": "2023-11-16 17:18:48.870273 ",
13
+ "spec_repo_commit": "0e97d7dd "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -23435,7 +23435,8 @@ paths:
23435
23435
- Snapshots
23436
23436
/api/v1/host/{host_name}/mute:
23437
23437
post:
23438
- description: Mute a host.
23438
+ description: Mute a host. **Note:** This creates a [Downtime V2](https://docs.datadoghq.com/api/latest/downtimes/#schedule-a-downtime)
23439
+ for the host.
23439
23440
operationId: MuteHost
23440
23441
parameters:
23441
23442
- description: Name of the host to mute.
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ def mute_host(
246
246
) -> HostMuteResponse :
247
247
"""Mute a host.
248
248
249
- Mute a host.
249
+ Mute a host. **Note:** This creates a `Downtime V2 <https://docs.datadoghq.com/api/latest/downtimes/#schedule-a-downtime>`_ for the host.
250
250
251
251
:param host_name: Name of the host to mute.
252
252
:type host_name: str
You can’t perform that action at this time.
0 commit comments