File tree 3 files changed +7
-6
lines changed
packages/datadog-api-client-v1/apis
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:27.705910 ",
8
- "spec_repo_commit": "c536b702 "
7
+ "regenerated": "2023-11-16 17:18:48.100322 ",
8
+ "spec_repo_commit": "0e97d7dd "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2023-11-16 15:25:27.720958 ",
13
- "spec_repo_commit": "c536b702 "
12
+ "regenerated": "2023-11-16 17:18:48.114245 ",
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 @@ -611,7 +611,7 @@ export class HostsApi {
611
611
}
612
612
613
613
/**
614
- * Mute a host.
614
+ * Mute a host. **Note:** This creates a [Downtime V2](https://docs.datadoghq.com/api/latest/downtimes/#schedule-a-downtime) for the host.
615
615
* @param param The request object
616
616
*/
617
617
public muteHost (
You can’t perform that action at this time.
0 commit comments