1
2
3[[Elasticsearch_Namespaces_MonitoringNamespace]]
4=== Elasticsearch\Namespaces\MonitoringNamespace
5
6
7
8Class MonitoringNamespace
9
10*Description*
11
12
13NOTE: this file is autogenerated using util/GenerateEndpoints.php
14and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
15
16
17*Methods*
18
19The class defines the following methods:
20
21* <<Elasticsearch_Namespaces_MonitoringNamespacebulk_bulk,`bulk()`>>
22
23
24
25[[Elasticsearch_Namespaces_MonitoringNamespacebulk_bulk]]
26.`bulk(array $params = [])`
27*NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
28****
29[source,php]
30----
31/*
32$params['type']               = DEPRECATED (string) Default document type for items which don't provide one
33$params['system_id']          = (string) Identifier of the monitored system
34$params['system_api_version'] = (string) API Version of the monitored system
35$params['interval']           = (string) Collection interval (e.g., '10s' or '10000ms') of the payload
36$params['body']               = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
37*/
38----
39****
40
41
42