Skip to content

Commit bd22947

Browse files
pquentingithub-actions[bot]
authored andcommitted
Remove typed monitoring endpoint (#5685)
(cherry picked from commit b1f3c13)
1 parent c45cdef commit bd22947

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

specification/monitoring/bulk/BulkMonitoringRequest.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,17 @@ export interface Request<TDocument, TPartialDocument> extends RequestBase {
3333
{
3434
path: '/_monitoring/bulk'
3535
methods: ['POST', 'PUT']
36-
},
37-
{
38-
/** @deprecated 7.0.0 Specifying types in urls has been deprecated */
39-
path: '/_monitoring/{type}/bulk'
40-
methods: ['POST', 'PUT']
4136
}
4237
]
43-
path_parts: {
44-
/**
45-
* @deprecated 7.0.0
46-
*/
47-
type?: string
48-
}
49-
5038
query_parameters: {
5139
/**
5240
* Identifier of the monitored system
5341
*/
5442
system_id: string
55-
5643
/**
5744
*
5845
*/
5946
system_api_version: string
60-
6147
/**
6248
* Collection interval (e.g., '10s' or '10000ms') of the payload
6349
*/

0 commit comments

Comments
 (0)