File tree Expand file tree Collapse file tree 7 files changed +17
-10
lines changed
packages/datadog-api-client-v1 Expand file tree Collapse file tree 7 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.5.1.dev2",
7
- "regenerated": "2021-10-29 09:17 :36.074895 ",
8
- "spec_repo_commit": "e0d002a "
7
+ "regenerated": "2021-11-02 09:38 :36.399744 ",
8
+ "spec_repo_commit": "569e123 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.5.1.dev2",
12
- "regenerated": "2021-10-29 09:17 :36.104666 ",
13
- "spec_repo_commit": "e0d002a "
12
+ "regenerated": "2021-11-02 09:38 :36.421651 ",
13
+ "spec_repo_commit": "569e123 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -15306,7 +15306,11 @@ paths:
15306
15306
description: 'Submit a list of Service Checks.
15307
15307
15308
15308
15309
- **Note**: A valid API key is required.'
15309
+ **Notes**:
15310
+
15311
+ - A valid API key is required.
15312
+
15313
+ - Service checks can be submitted up to 10 minutes in the past.'
15310
15314
operationId: SubmitServiceCheck
15311
15315
requestBody:
15312
15316
content:
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ All URIs are relative to *https://api.datadoghq.com*
12
12
13
13
Submit a list of Service Checks.
14
14
15
- ** Note** : A valid API key is required.
15
+ ** Notes** :
16
+
17
+ - A valid API key is required.
18
+ - Service checks can be submitted up to 10 minutes in the past.
16
19
17
20
### Example
18
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { ServiceCheck } from "../models/ServiceCheck";
15
15
*/
16
16
export class ServiceChecksApiRequestFactory extends BaseAPIRequestFactory {
17
17
/**
18
- * Submit a list of Service Checks. **Note **: A valid API key is required.
18
+ * Submit a list of Service Checks. **Notes **: - A valid API key is required. - Service checks can be submitted up to 10 minutes in the past .
19
19
* Submit a Service Check
20
20
* @param body Service Check request body.
21
21
*/
Original file line number Diff line number Diff line change @@ -3228,7 +3228,7 @@ export class ObjectServiceChecksApi {
3228
3228
}
3229
3229
3230
3230
/**
3231
- * Submit a list of Service Checks. **Note **: A valid API key is required.
3231
+ * Submit a list of Service Checks. **Notes **: - A valid API key is required. - Service checks can be submitted up to 10 minutes in the past .
3232
3232
* Submit a Service Check
3233
3233
* @param param the request object
3234
3234
*/
Original file line number Diff line number Diff line change @@ -5231,7 +5231,7 @@ export class ObservableServiceChecksApi {
5231
5231
}
5232
5232
5233
5233
/**
5234
- * Submit a list of Service Checks. **Note **: A valid API key is required.
5234
+ * Submit a list of Service Checks. **Notes **: - A valid API key is required. - Service checks can be submitted up to 10 minutes in the past .
5235
5235
* Submit a Service Check
5236
5236
* @param body Service Check request body.
5237
5237
*/
Original file line number Diff line number Diff line change @@ -2180,7 +2180,7 @@ export class PromiseServiceChecksApi {
2180
2180
}
2181
2181
2182
2182
/**
2183
- * Submit a list of Service Checks. **Note **: A valid API key is required.
2183
+ * Submit a list of Service Checks. **Notes **: - A valid API key is required. - Service checks can be submitted up to 10 minutes in the past .
2184
2184
* Submit a Service Check
2185
2185
* @param body Service Check request body.
2186
2186
*/
You can’t perform that action at this time.
0 commit comments