Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions specification/monitoring/bulk/BulkMonitoringRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,17 @@ export interface Request<TDocument, TPartialDocument> extends RequestBase {
{
path: '/_monitoring/bulk'
methods: ['POST', 'PUT']
},
{
/** @deprecated 7.0.0 Specifying types in urls has been deprecated */
path: '/_monitoring/{type}/bulk'
methods: ['POST', 'PUT']
}
]
path_parts: {
/**
* @deprecated 7.0.0
*/
type?: string
}

query_parameters: {
/**
* Identifier of the monitored system
*/
system_id: string

/**
*
*/
system_api_version: string

/**
* Collection interval (e.g., '10s' or '10000ms') of the payload
*/
Expand Down