@itentialopensource/adapter-centreon 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CALLS.md +947 -23
- package/CHANGELOG.md +3 -3
- package/CONTRIBUTING.md +1 -160
- package/ENHANCE.md +2 -2
- package/README.md +31 -22
- package/adapter.js +163 -334
- package/adapterBase.js +538 -873
- package/changelogs/CHANGELOG.md +9 -0
- package/metadata.json +47 -0
- package/package.json +22 -25
- package/pronghorn.json +474 -142
- package/propertiesSchema.json +453 -40
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.yaml +17469 -0
- package/report/adapterInfo.json +10 -0
- package/report/updateReport1691508849082.json +120 -0
- package/report/updateReport1692203282114.json +120 -0
- package/report/updateReport1694454691089.json +120 -0
- package/report/updateReport1694468998118.json +120 -0
- package/report/updateReport1698355835448.json +120 -0
- package/report/updateReport1698413733694.json +120 -0
- package/report/updateReport1698422826991.json +120 -0
- package/sampleProperties.json +63 -2
- package/test/integration/adapterTestBasicGet.js +1 -1
- package/test/integration/adapterTestConnectivity.js +91 -42
- package/test/integration/adapterTestIntegration.js +130 -2
- package/test/unit/adapterBaseTestUnit.js +388 -313
- package/test/unit/adapterTestUnit.js +307 -110
- package/utils/adapterInfo.js +1 -1
- package/utils/addAuth.js +1 -1
- package/utils/artifactize.js +1 -1
- package/utils/checkMigrate.js +1 -1
- package/utils/entitiesToDB.js +1 -0
- package/utils/findPath.js +1 -1
- package/utils/methodDocumentor.js +71 -23
- package/utils/modify.js +13 -15
- package/utils/packModificationScript.js +1 -1
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +3 -10
- package/utils/tbUtils.js +2 -3
- package/utils/testRunner.js +1 -1
- package/utils/troubleshootingAdapter.js +1 -3
- package/workflows/README.md +0 -3
- /package/report/{Centreon Monitoring tool.yml-OpenApi3Json.json → adapter-openapi.json} +0 -0
package/CALLS.md
CHANGED
|
@@ -19,7 +19,7 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
19
19
|
</tr>
|
|
20
20
|
<tr>
|
|
21
21
|
<td style="padding:15px">healthCheck(callback)</td>
|
|
22
|
-
<td style="padding:15px">This call ensures that the adapter can communicate with Centreon. The actual call that is used is defined in the adapter properties and .system entities action.json file.</td>
|
|
22
|
+
<td style="padding:15px">This call ensures that the adapter can communicate with Adapter for Centreon. The actual call that is used is defined in the adapter properties and .system entities action.json file.</td>
|
|
23
23
|
<td style="padding:15px">No</td>
|
|
24
24
|
</tr>
|
|
25
25
|
<tr>
|
|
@@ -29,7 +29,7 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
29
29
|
</tr>
|
|
30
30
|
<tr>
|
|
31
31
|
<td style="padding:15px">encryptProperty(property, technique, callback)</td>
|
|
32
|
-
<td style="padding:15px">This call will take the provided property and technique, and return the property encrypted with the technique. This allows the property to be used in the adapterProps section for the credential password so that the password does not have to be in clear text. The adapter will decrypt the property as needed for communications with Centreon.</td>
|
|
32
|
+
<td style="padding:15px">This call will take the provided property and technique, and return the property encrypted with the technique. This allows the property to be used in the adapterProps section for the credential password so that the password does not have to be in clear text. The adapter will decrypt the property as needed for communications with Adapter for Centreon.</td>
|
|
33
33
|
<td style="padding:15px">No</td>
|
|
34
34
|
</tr>
|
|
35
35
|
<tr>
|
|
@@ -37,11 +37,6 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
37
37
|
<td style="padding:15px">This call provides the ability to update the adapter configuration from IAP - includes actions, schema, mockdata and other configurations.</td>
|
|
38
38
|
<td style="padding:15px">Yes</td>
|
|
39
39
|
</tr>
|
|
40
|
-
<tr>
|
|
41
|
-
<td style="padding:15px">iapFindAdapterPath(apiPath, callback)</td>
|
|
42
|
-
<td style="padding:15px">This call provides the ability to see if a particular API path is supported by the adapter.</td>
|
|
43
|
-
<td style="padding:15px">Yes</td>
|
|
44
|
-
</tr>
|
|
45
40
|
<tr>
|
|
46
41
|
<td style="padding:15px">iapSuspendAdapter(mode, callback)</td>
|
|
47
42
|
<td style="padding:15px">This call provides the ability to suspend the adapter and either have requests rejected or put into a queue to be processed after the adapter is resumed.</td>
|
|
@@ -57,12 +52,16 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
57
52
|
<td style="padding:15px">This call will return the requests that are waiting in the queue if throttling is enabled.</td>
|
|
58
53
|
<td style="padding:15px">Yes</td>
|
|
59
54
|
</tr>
|
|
55
|
+
<tr>
|
|
56
|
+
<td style="padding:15px">iapFindAdapterPath(apiPath, callback)</td>
|
|
57
|
+
<td style="padding:15px">This call provides the ability to see if a particular API path is supported by the adapter.</td>
|
|
58
|
+
<td style="padding:15px">Yes</td>
|
|
59
|
+
</tr>
|
|
60
60
|
<tr>
|
|
61
61
|
<td style="padding:15px">iapTroubleshootAdapter(props, persistFlag, adapter, callback)</td>
|
|
62
62
|
<td style="padding:15px">This call can be used to check on the performance of the adapter - it checks connectivity, healthcheck and basic get calls.</td>
|
|
63
63
|
<td style="padding:15px">Yes</td>
|
|
64
64
|
</tr>
|
|
65
|
-
|
|
66
65
|
<tr>
|
|
67
66
|
<td style="padding:15px">iapRunAdapterHealthcheck(adapter, callback)</td>
|
|
68
67
|
<td style="padding:15px">This call will return the results of a healthcheck.</td>
|
|
@@ -83,6 +82,21 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
83
82
|
<td style="padding:15px">This call will push the adapter configuration from the entities directory into the Adapter or IAP Database.</td>
|
|
84
83
|
<td style="padding:15px">Yes</td>
|
|
85
84
|
</tr>
|
|
85
|
+
<tr>
|
|
86
|
+
<td style="padding:15px">iapDeactivateTasks(tasks, callback)</td>
|
|
87
|
+
<td style="padding:15px">This call provides the ability to remove tasks from the adapter.</td>
|
|
88
|
+
<td style="padding:15px">Yes</td>
|
|
89
|
+
</tr>
|
|
90
|
+
<tr>
|
|
91
|
+
<td style="padding:15px">iapActivateTasks(tasks, callback)</td>
|
|
92
|
+
<td style="padding:15px">This call provides the ability to add deactivated tasks back into the adapter.</td>
|
|
93
|
+
<td style="padding:15px">Yes</td>
|
|
94
|
+
</tr>
|
|
95
|
+
<tr>
|
|
96
|
+
<td style="padding:15px">iapExpandedGenericAdapterRequest(metadata, uriPath, restMethod, pathVars, queryData, requestBody, addlHeaders, callback)</td>
|
|
97
|
+
<td style="padding:15px">This is an expanded Generic Call. The metadata object allows us to provide many new capabilities within the generic request.</td>
|
|
98
|
+
<td style="padding:15px">Yes</td>
|
|
99
|
+
</tr>
|
|
86
100
|
<tr>
|
|
87
101
|
<td style="padding:15px">genericAdapterRequest(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
88
102
|
<td style="padding:15px">This call allows you to provide the path to have the adapter call. It is an easy way to incorporate paths that have not been built into the adapter yet.</td>
|
|
@@ -94,23 +108,46 @@ These are adapter methods that IAP or you might use. There are some other method
|
|
|
94
108
|
<td style="padding:15px">Yes</td>
|
|
95
109
|
</tr>
|
|
96
110
|
<tr>
|
|
97
|
-
<td style="padding:15px">
|
|
98
|
-
<td style="padding:15px">
|
|
99
|
-
<td style="padding:15px">
|
|
111
|
+
<td style="padding:15px">iapRunAdapterLint(callback)</td>
|
|
112
|
+
<td style="padding:15px">Runs lint on the addapter and provides the information back.</td>
|
|
113
|
+
<td style="padding:15px">Yes</td>
|
|
100
114
|
</tr>
|
|
101
115
|
<tr>
|
|
102
|
-
<td style="padding:15px">
|
|
103
|
-
<td style="padding:15px">
|
|
104
|
-
<td style="padding:15px">
|
|
116
|
+
<td style="padding:15px">iapRunAdapterTests(callback)</td>
|
|
117
|
+
<td style="padding:15px">Runs baseunit and unit tests on the adapter and provides the information back.</td>
|
|
118
|
+
<td style="padding:15px">Yes</td>
|
|
105
119
|
</tr>
|
|
106
120
|
<tr>
|
|
107
|
-
<td style="padding:15px">
|
|
108
|
-
<td style="padding:15px">This call
|
|
109
|
-
<td style="padding:15px">
|
|
121
|
+
<td style="padding:15px">iapGetAdapterInventory(callback)</td>
|
|
122
|
+
<td style="padding:15px">This call provides some inventory related information about the adapter.</td>
|
|
123
|
+
<td style="padding:15px">Yes</td>
|
|
110
124
|
</tr>
|
|
111
125
|
</table>
|
|
112
126
|
<br>
|
|
127
|
+
|
|
128
|
+
### Adapter Cache Calls
|
|
113
129
|
|
|
130
|
+
These are adapter methods that are used for adapter caching. If configured, the adapter will cache based on the interval provided. However, you can force a population of the cache manually as well.
|
|
131
|
+
|
|
132
|
+
<table border="1" class="bordered-table">
|
|
133
|
+
<tr>
|
|
134
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
135
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
136
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
137
|
+
</tr>
|
|
138
|
+
<tr>
|
|
139
|
+
<td style="padding:15px">iapPopulateEntityCache(entityTypes, callback)</td>
|
|
140
|
+
<td style="padding:15px">This call populates the adapter cache.</td>
|
|
141
|
+
<td style="padding:15px">Yes</td>
|
|
142
|
+
</tr>
|
|
143
|
+
<tr>
|
|
144
|
+
<td style="padding:15px">iapRetrieveEntitiesCache(entityType, options, callback)</td>
|
|
145
|
+
<td style="padding:15px">This call retrieves the specific items from the adapter cache.</td>
|
|
146
|
+
<td style="padding:15px">Yes</td>
|
|
147
|
+
</tr>
|
|
148
|
+
</table>
|
|
149
|
+
<br>
|
|
150
|
+
|
|
114
151
|
### Adapter Broker Calls
|
|
115
152
|
|
|
116
153
|
These are adapter methods that are used to integrate to IAP Brokers. This adapter currently supports the following broker calls.
|
|
@@ -129,32 +166,31 @@ These are adapter methods that are used to integrate to IAP Brokers. This adapte
|
|
|
129
166
|
<tr>
|
|
130
167
|
<td style="padding:15px">getDevice(deviceName, callback)</td>
|
|
131
168
|
<td style="padding:15px">This call returns the details of the requested device.</td>
|
|
132
|
-
<td style="padding:15px">
|
|
169
|
+
<td style="padding:15px">No</td>
|
|
133
170
|
</tr>
|
|
134
171
|
<tr>
|
|
135
172
|
<td style="padding:15px">getDevicesFiltered(options, callback)</td>
|
|
136
173
|
<td style="padding:15px">This call returns the list of devices that match the criteria provided in the options filter.</td>
|
|
137
|
-
<td style="padding:15px">
|
|
174
|
+
<td style="padding:15px">No</td>
|
|
138
175
|
</tr>
|
|
139
176
|
<tr>
|
|
140
177
|
<td style="padding:15px">isAlive(deviceName, callback)</td>
|
|
141
178
|
<td style="padding:15px">This call returns whether the device status is active</td>
|
|
142
|
-
<td style="padding:15px">
|
|
179
|
+
<td style="padding:15px">No</td>
|
|
143
180
|
</tr>
|
|
144
181
|
<tr>
|
|
145
182
|
<td style="padding:15px">getConfig(deviceName, format, callback)</td>
|
|
146
183
|
<td style="padding:15px">This call returns the configuration for the selected device.</td>
|
|
147
|
-
<td style="padding:15px">
|
|
184
|
+
<td style="padding:15px">No</td>
|
|
148
185
|
</tr>
|
|
149
186
|
<tr>
|
|
150
187
|
<td style="padding:15px">iapGetDeviceCount(callback)</td>
|
|
151
188
|
<td style="padding:15px">This call returns the count of devices.</td>
|
|
152
|
-
<td style="padding:15px">
|
|
189
|
+
<td style="padding:15px">No</td>
|
|
153
190
|
</tr>
|
|
154
191
|
</table>
|
|
155
192
|
<br>
|
|
156
193
|
|
|
157
|
-
|
|
158
194
|
### Specific Adapter Calls
|
|
159
195
|
|
|
160
196
|
Specific adapter calls are built based on the API of the Centreon. The Adapter Builder creates the proper method comments for generating JS-DOC for the adapter. This is the best way to get information on the calls.
|
|
@@ -166,5 +202,893 @@ Specific adapter calls are built based on the API of the Centreon. The Adapter B
|
|
|
166
202
|
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
|
|
167
203
|
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
168
204
|
</tr>
|
|
205
|
+
<tr>
|
|
206
|
+
<td style="padding:15px">listallacknowledgements(search, limit, page, sortBy, callback)</td>
|
|
207
|
+
<td style="padding:15px">List all acknowledgements</td>
|
|
208
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/acknowledgements?{query}</td>
|
|
209
|
+
<td style="padding:15px">Yes</td>
|
|
210
|
+
</tr>
|
|
211
|
+
<tr>
|
|
212
|
+
<td style="padding:15px">massivelydisacknowledgeresources(callback)</td>
|
|
213
|
+
<td style="padding:15px">Massively disacknowledge resources</td>
|
|
214
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/resources/acknowledgements?{query}</td>
|
|
215
|
+
<td style="padding:15px">Yes</td>
|
|
216
|
+
</tr>
|
|
217
|
+
<tr>
|
|
218
|
+
<td style="padding:15px">displayoneacknowledgement(acknowledgementId, callback)</td>
|
|
219
|
+
<td style="padding:15px">Display one acknowledgement</td>
|
|
220
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/acknowledgements/{pathv1}?{query}</td>
|
|
221
|
+
<td style="padding:15px">Yes</td>
|
|
222
|
+
</tr>
|
|
223
|
+
<tr>
|
|
224
|
+
<td style="padding:15px">listallhostsacknowledgements(search, limit, page, sortBy, callback)</td>
|
|
225
|
+
<td style="padding:15px">List all hosts acknowledgements</td>
|
|
226
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/acknowledgements?{query}</td>
|
|
227
|
+
<td style="padding:15px">Yes</td>
|
|
228
|
+
</tr>
|
|
229
|
+
<tr>
|
|
230
|
+
<td style="padding:15px">addanacknowledgementonmultiplehosts(body, callback)</td>
|
|
231
|
+
<td style="padding:15px">Add an acknowledgement on multiple hosts</td>
|
|
232
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/acknowledgements?{query}</td>
|
|
233
|
+
<td style="padding:15px">Yes</td>
|
|
234
|
+
</tr>
|
|
235
|
+
<tr>
|
|
236
|
+
<td style="padding:15px">listallservicesacknowledgements(search, limit, page, sortBy, callback)</td>
|
|
237
|
+
<td style="padding:15px">List all services acknowledgements</td>
|
|
238
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/services/acknowledgements?{query}</td>
|
|
239
|
+
<td style="padding:15px">Yes</td>
|
|
240
|
+
</tr>
|
|
241
|
+
<tr>
|
|
242
|
+
<td style="padding:15px">addanacknowledgementonmultipleservices(body, callback)</td>
|
|
243
|
+
<td style="padding:15px">Add an acknowledgement on multiple services</td>
|
|
244
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/services/acknowledgements?{query}</td>
|
|
245
|
+
<td style="padding:15px">Yes</td>
|
|
246
|
+
</tr>
|
|
247
|
+
<tr>
|
|
248
|
+
<td style="padding:15px">listallacknowledgementsofahost(search, limit, page, sortBy, hostId, callback)</td>
|
|
249
|
+
<td style="padding:15px">List all acknowledgements of a host</td>
|
|
250
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/acknowledgements?{query}</td>
|
|
251
|
+
<td style="padding:15px">Yes</td>
|
|
252
|
+
</tr>
|
|
253
|
+
<tr>
|
|
254
|
+
<td style="padding:15px">addanacknowledgementonchosenhost(hostId, body, callback)</td>
|
|
255
|
+
<td style="padding:15px">Add an acknowledgement on chosen host</td>
|
|
256
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/acknowledgements?{query}</td>
|
|
257
|
+
<td style="padding:15px">Yes</td>
|
|
258
|
+
</tr>
|
|
259
|
+
<tr>
|
|
260
|
+
<td style="padding:15px">cancelanacknowledgementonahost(hostId, callback)</td>
|
|
261
|
+
<td style="padding:15px">Cancel an acknowledgement on a host</td>
|
|
262
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/acknowledgements?{query}</td>
|
|
263
|
+
<td style="padding:15px">Yes</td>
|
|
264
|
+
</tr>
|
|
265
|
+
<tr>
|
|
266
|
+
<td style="padding:15px">listallacknowledgementsofaservice(search, limit, page, sortBy, hostId, serviceId, callback)</td>
|
|
267
|
+
<td style="padding:15px">List all acknowledgements of a service</td>
|
|
268
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/acknowledgements?{query}</td>
|
|
269
|
+
<td style="padding:15px">Yes</td>
|
|
270
|
+
</tr>
|
|
271
|
+
<tr>
|
|
272
|
+
<td style="padding:15px">addanacknowledgementonchosenservice(hostId, serviceId, body, callback)</td>
|
|
273
|
+
<td style="padding:15px">Add an acknowledgement on chosen service</td>
|
|
274
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/acknowledgements?{query}</td>
|
|
275
|
+
<td style="padding:15px">Yes</td>
|
|
276
|
+
</tr>
|
|
277
|
+
<tr>
|
|
278
|
+
<td style="padding:15px">cancelanacknowledgementonaservice(hostId, serviceId, callback)</td>
|
|
279
|
+
<td style="padding:15px">Cancel an acknowledgement on a service</td>
|
|
280
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/acknowledgements?{query}</td>
|
|
281
|
+
<td style="padding:15px">Yes</td>
|
|
282
|
+
</tr>
|
|
283
|
+
<tr>
|
|
284
|
+
<td style="padding:15px">listallacknowledgementsofametaservice(search, limit, page, sortBy, metaId, callback)</td>
|
|
285
|
+
<td style="padding:15px">List all acknowledgements of a metaservice</td>
|
|
286
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/metaservices/{pathv1}/acknowledgements?{query}</td>
|
|
287
|
+
<td style="padding:15px">Yes</td>
|
|
288
|
+
</tr>
|
|
289
|
+
<tr>
|
|
290
|
+
<td style="padding:15px">addanacknowledgementonchosenmetaservice(metaId, body, callback)</td>
|
|
291
|
+
<td style="padding:15px">Add an acknowledgement on chosen metaservice</td>
|
|
292
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/metaservices/{pathv1}/acknowledgements?{query}</td>
|
|
293
|
+
<td style="padding:15px">Yes</td>
|
|
294
|
+
</tr>
|
|
295
|
+
<tr>
|
|
296
|
+
<td style="padding:15px">cancelanacknowledgementonametaservice(metaId, callback)</td>
|
|
297
|
+
<td style="padding:15px">Cancel an acknowledgement on a metaservice</td>
|
|
298
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/metaservices/{pathv1}/acknowledgements?{query}</td>
|
|
299
|
+
<td style="padding:15px">Yes</td>
|
|
300
|
+
</tr>
|
|
301
|
+
<tr>
|
|
302
|
+
<td style="padding:15px">acknowledgemultipleresources(body, callback)</td>
|
|
303
|
+
<td style="padding:15px">Acknowledge multiple resources</td>
|
|
304
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/resources/acknowledge?{query}</td>
|
|
305
|
+
<td style="padding:15px">Yes</td>
|
|
306
|
+
</tr>
|
|
307
|
+
<tr>
|
|
308
|
+
<td style="padding:15px">listalldowntimesofametaservice(search, limit, page, sortBy, metaId, callback)</td>
|
|
309
|
+
<td style="padding:15px">List all downtimes of a metaservice</td>
|
|
310
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/metaservices/{pathv1}/downtimes?{query}</td>
|
|
311
|
+
<td style="padding:15px">Yes</td>
|
|
312
|
+
</tr>
|
|
313
|
+
<tr>
|
|
314
|
+
<td style="padding:15px">addadowntimeonametaservice(metaId, body, callback)</td>
|
|
315
|
+
<td style="padding:15px">Add a downtime on a metaservice</td>
|
|
316
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/metaservices/{pathv1}/downtimes?{query}</td>
|
|
317
|
+
<td style="padding:15px">Yes</td>
|
|
318
|
+
</tr>
|
|
319
|
+
<tr>
|
|
320
|
+
<td style="padding:15px">listalldowntimes(search, limit, page, sortBy, callback)</td>
|
|
321
|
+
<td style="padding:15px">List all downtimes</td>
|
|
322
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/downtimes?{query}</td>
|
|
323
|
+
<td style="padding:15px">Yes</td>
|
|
324
|
+
</tr>
|
|
325
|
+
<tr>
|
|
326
|
+
<td style="padding:15px">displayonedowntime(downtimeId, callback)</td>
|
|
327
|
+
<td style="padding:15px">Display one downtime</td>
|
|
328
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/downtimes/{pathv1}?{query}</td>
|
|
329
|
+
<td style="padding:15px">Yes</td>
|
|
330
|
+
</tr>
|
|
331
|
+
<tr>
|
|
332
|
+
<td style="padding:15px">canceladowntime(downtimeId, callback)</td>
|
|
333
|
+
<td style="padding:15px">Cancel a downtime</td>
|
|
334
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/downtimes/{pathv1}?{query}</td>
|
|
335
|
+
<td style="padding:15px">Yes</td>
|
|
336
|
+
</tr>
|
|
337
|
+
<tr>
|
|
338
|
+
<td style="padding:15px">listallhostsdowntimes(search, limit, page, sortBy, callback)</td>
|
|
339
|
+
<td style="padding:15px">List all hosts downtimes</td>
|
|
340
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/downtimes?{query}</td>
|
|
341
|
+
<td style="padding:15px">Yes</td>
|
|
342
|
+
</tr>
|
|
343
|
+
<tr>
|
|
344
|
+
<td style="padding:15px">addandowntimeonmultiplehosts(body, callback)</td>
|
|
345
|
+
<td style="padding:15px">Add an downtime on multiple hosts</td>
|
|
346
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/downtimes?{query}</td>
|
|
347
|
+
<td style="padding:15px">Yes</td>
|
|
348
|
+
</tr>
|
|
349
|
+
<tr>
|
|
350
|
+
<td style="padding:15px">listallservicesdowntimes(search, limit, page, sortBy, callback)</td>
|
|
351
|
+
<td style="padding:15px">List all services downtimes</td>
|
|
352
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/services/downtimes?{query}</td>
|
|
353
|
+
<td style="padding:15px">Yes</td>
|
|
354
|
+
</tr>
|
|
355
|
+
<tr>
|
|
356
|
+
<td style="padding:15px">addandowntimeonmultipleservices(body, callback)</td>
|
|
357
|
+
<td style="padding:15px">Add an downtime on multiple services</td>
|
|
358
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/services/downtimes?{query}</td>
|
|
359
|
+
<td style="padding:15px">Yes</td>
|
|
360
|
+
</tr>
|
|
361
|
+
<tr>
|
|
362
|
+
<td style="padding:15px">listalldowntimesofahost(hostId, showService, search, limit, page, sortBy, callback)</td>
|
|
363
|
+
<td style="padding:15px">List all downtimes of a host</td>
|
|
364
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/downtimes?{query}</td>
|
|
365
|
+
<td style="padding:15px">Yes</td>
|
|
366
|
+
</tr>
|
|
367
|
+
<tr>
|
|
368
|
+
<td style="padding:15px">addadowntimeonahost(hostId, body, callback)</td>
|
|
369
|
+
<td style="padding:15px">Add a downtime on a host</td>
|
|
370
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/downtimes?{query}</td>
|
|
371
|
+
<td style="padding:15px">Yes</td>
|
|
372
|
+
</tr>
|
|
373
|
+
<tr>
|
|
374
|
+
<td style="padding:15px">listalldowntimesofaservice(search, limit, page, sortBy, hostId, serviceId, callback)</td>
|
|
375
|
+
<td style="padding:15px">List all downtimes of a service</td>
|
|
376
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/downtimes?{query}</td>
|
|
377
|
+
<td style="padding:15px">Yes</td>
|
|
378
|
+
</tr>
|
|
379
|
+
<tr>
|
|
380
|
+
<td style="padding:15px">addadowntimeonaservice(hostId, serviceId, body, callback)</td>
|
|
381
|
+
<td style="padding:15px">Add a downtime on a service</td>
|
|
382
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/downtimes?{query}</td>
|
|
383
|
+
<td style="padding:15px">Yes</td>
|
|
384
|
+
</tr>
|
|
385
|
+
<tr>
|
|
386
|
+
<td style="padding:15px">setdowntimeformultipleresources(body, callback)</td>
|
|
387
|
+
<td style="padding:15px">Set downtime for multiple resources</td>
|
|
388
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/resources/downtime?{query}</td>
|
|
389
|
+
<td style="padding:15px">Yes</td>
|
|
390
|
+
</tr>
|
|
391
|
+
<tr>
|
|
392
|
+
<td style="padding:15px">listallmetaservicesconfigurations(search, limit, page, sortBy, callback)</td>
|
|
393
|
+
<td style="padding:15px">List all meta services configurations</td>
|
|
394
|
+
<td style="padding:15px">{base_path}/{version}/configuration/metaservices?{query}</td>
|
|
395
|
+
<td style="padding:15px">Yes</td>
|
|
396
|
+
</tr>
|
|
397
|
+
<tr>
|
|
398
|
+
<td style="padding:15px">getametaservice(metaId, callback)</td>
|
|
399
|
+
<td style="padding:15px">Get a meta service</td>
|
|
400
|
+
<td style="padding:15px">{base_path}/{version}/configuration/metaservices/{pathv1}?{query}</td>
|
|
401
|
+
<td style="padding:15px">Yes</td>
|
|
402
|
+
</tr>
|
|
403
|
+
<tr>
|
|
404
|
+
<td style="padding:15px">listallmetaservicemetrics(search, limit, page, sortBy, metaId, callback)</td>
|
|
405
|
+
<td style="padding:15px">List all meta service metrics</td>
|
|
406
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/metaservices/{pathv1}/metrics?{query}</td>
|
|
407
|
+
<td style="padding:15px">Yes</td>
|
|
408
|
+
</tr>
|
|
409
|
+
<tr>
|
|
410
|
+
<td style="padding:15px">checkmetaservice(metaId, body, callback)</td>
|
|
411
|
+
<td style="padding:15px">Check metaservice</td>
|
|
412
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/metaservices/{pathv1}/check?{query}</td>
|
|
413
|
+
<td style="padding:15px">Yes</td>
|
|
414
|
+
</tr>
|
|
415
|
+
<tr>
|
|
416
|
+
<td style="padding:15px">checkmultiplehosts(body, callback)</td>
|
|
417
|
+
<td style="padding:15px">Check multiple hosts</td>
|
|
418
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/check?{query}</td>
|
|
419
|
+
<td style="padding:15px">Yes</td>
|
|
420
|
+
</tr>
|
|
421
|
+
<tr>
|
|
422
|
+
<td style="padding:15px">checkmultipleservices(body, callback)</td>
|
|
423
|
+
<td style="padding:15px">Check multiple services</td>
|
|
424
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/services/check?{query}</td>
|
|
425
|
+
<td style="padding:15px">Yes</td>
|
|
426
|
+
</tr>
|
|
427
|
+
<tr>
|
|
428
|
+
<td style="padding:15px">checkhost(hostId, body, callback)</td>
|
|
429
|
+
<td style="padding:15px">Check host</td>
|
|
430
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/check?{query}</td>
|
|
431
|
+
<td style="padding:15px">Yes</td>
|
|
432
|
+
</tr>
|
|
433
|
+
<tr>
|
|
434
|
+
<td style="padding:15px">checkservice(hostId, serviceId, body, callback)</td>
|
|
435
|
+
<td style="padding:15px">Check service</td>
|
|
436
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/check?{query}</td>
|
|
437
|
+
<td style="padding:15px">Yes</td>
|
|
438
|
+
</tr>
|
|
439
|
+
<tr>
|
|
440
|
+
<td style="padding:15px">checkresources(body, callback)</td>
|
|
441
|
+
<td style="padding:15px">Check resources</td>
|
|
442
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/resources/check?{query}</td>
|
|
443
|
+
<td style="padding:15px">Yes</td>
|
|
444
|
+
</tr>
|
|
445
|
+
<tr>
|
|
446
|
+
<td style="padding:15px">submitaresulttoasinglemetaservice(metaId, body, callback)</td>
|
|
447
|
+
<td style="padding:15px">Submit a result to a single metaservice</td>
|
|
448
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/metaservices/{pathv1}/submit?{query}</td>
|
|
449
|
+
<td style="padding:15px">Yes</td>
|
|
450
|
+
</tr>
|
|
451
|
+
<tr>
|
|
452
|
+
<td style="padding:15px">submitaresulttoasinglehost(hostId, body, callback)</td>
|
|
453
|
+
<td style="padding:15px">Submit a result to a single host</td>
|
|
454
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/submit?{query}</td>
|
|
455
|
+
<td style="padding:15px">Yes</td>
|
|
456
|
+
</tr>
|
|
457
|
+
<tr>
|
|
458
|
+
<td style="padding:15px">submitaresulttoasingleservice(hostId, serviceId, body, callback)</td>
|
|
459
|
+
<td style="padding:15px">Submit a result to a single service</td>
|
|
460
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/submit?{query}</td>
|
|
461
|
+
<td style="padding:15px">Yes</td>
|
|
462
|
+
</tr>
|
|
463
|
+
<tr>
|
|
464
|
+
<td style="padding:15px">submitresulttoresources(body, callback)</td>
|
|
465
|
+
<td style="padding:15px">Submit result to resources</td>
|
|
466
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/resources/submit?{query}</td>
|
|
467
|
+
<td style="padding:15px">Yes</td>
|
|
468
|
+
</tr>
|
|
469
|
+
<tr>
|
|
470
|
+
<td style="padding:15px">getlocalproviderconfigurationwithpasswordsecuritypolicy(callback)</td>
|
|
471
|
+
<td style="padding:15px">get local provider configuration with password security policy</td>
|
|
472
|
+
<td style="padding:15px">{base_path}/{version}/administration/authentication/providers/local?{query}</td>
|
|
473
|
+
<td style="padding:15px">Yes</td>
|
|
474
|
+
</tr>
|
|
475
|
+
<tr>
|
|
476
|
+
<td style="padding:15px">updatelocalproviderconfiguration(body, callback)</td>
|
|
477
|
+
<td style="padding:15px">update local provider configuration</td>
|
|
478
|
+
<td style="padding:15px">{base_path}/{version}/administration/authentication/providers/local?{query}</td>
|
|
479
|
+
<td style="padding:15px">Yes</td>
|
|
480
|
+
</tr>
|
|
481
|
+
<tr>
|
|
482
|
+
<td style="padding:15px">getopenidproviderconfiguration(callback)</td>
|
|
483
|
+
<td style="padding:15px">get openid provider configuration</td>
|
|
484
|
+
<td style="padding:15px">{base_path}/{version}/administration/authentication/providers/openid?{query}</td>
|
|
485
|
+
<td style="padding:15px">Yes</td>
|
|
486
|
+
</tr>
|
|
487
|
+
<tr>
|
|
488
|
+
<td style="padding:15px">updateopenidproviderconfiguration(body, callback)</td>
|
|
489
|
+
<td style="padding:15px">update openid provider configuration</td>
|
|
490
|
+
<td style="padding:15px">{base_path}/{version}/administration/authentication/providers/openid?{query}</td>
|
|
491
|
+
<td style="padding:15px">Yes</td>
|
|
492
|
+
</tr>
|
|
493
|
+
<tr>
|
|
494
|
+
<td style="padding:15px">getSAMLproviderconfiguration(callback)</td>
|
|
495
|
+
<td style="padding:15px">Get SAML provider configuration</td>
|
|
496
|
+
<td style="padding:15px">{base_path}/{version}/administration/authentication/providers/saml?{query}</td>
|
|
497
|
+
<td style="padding:15px">Yes</td>
|
|
498
|
+
</tr>
|
|
499
|
+
<tr>
|
|
500
|
+
<td style="padding:15px">updateSAMLproviderconfiguration(body, callback)</td>
|
|
501
|
+
<td style="padding:15px">Update SAML provider configuration</td>
|
|
502
|
+
<td style="padding:15px">{base_path}/{version}/administration/authentication/providers/saml?{query}</td>
|
|
503
|
+
<td style="padding:15px">Yes</td>
|
|
504
|
+
</tr>
|
|
505
|
+
<tr>
|
|
506
|
+
<td style="padding:15px">getwebSsoproviderconfigurationinformation(callback)</td>
|
|
507
|
+
<td style="padding:15px">get web-sso provider configuration information</td>
|
|
508
|
+
<td style="padding:15px">{base_path}/{version}/administration/authentication/providers/web-sso?{query}</td>
|
|
509
|
+
<td style="padding:15px">Yes</td>
|
|
510
|
+
</tr>
|
|
511
|
+
<tr>
|
|
512
|
+
<td style="padding:15px">updatewebSsoproviderconfiguration(body, callback)</td>
|
|
513
|
+
<td style="padding:15px">update web-sso provider configuration</td>
|
|
514
|
+
<td style="padding:15px">{base_path}/{version}/administration/authentication/providers/web-sso?{query}</td>
|
|
515
|
+
<td style="padding:15px">Yes</td>
|
|
516
|
+
</tr>
|
|
517
|
+
<tr>
|
|
518
|
+
<td style="padding:15px">administrationparameters(callback)</td>
|
|
519
|
+
<td style="padding:15px">Administration parameters</td>
|
|
520
|
+
<td style="padding:15px">{base_path}/{version}/administration/parameters?{query}</td>
|
|
521
|
+
<td style="padding:15px">Yes</td>
|
|
522
|
+
</tr>
|
|
523
|
+
<tr>
|
|
524
|
+
<td style="padding:15px">createvaultconfiguration(vaultId, body, callback)</td>
|
|
525
|
+
<td style="padding:15px">Create vault configuration</td>
|
|
526
|
+
<td style="padding:15px">{base_path}/{version}/administration/vaults/{pathv1}/configurations?{query}</td>
|
|
527
|
+
<td style="padding:15px">Yes</td>
|
|
528
|
+
</tr>
|
|
529
|
+
<tr>
|
|
530
|
+
<td style="padding:15px">listvaultconfigurationsbyprovider(vaultId, callback)</td>
|
|
531
|
+
<td style="padding:15px">List vault configurations by provider</td>
|
|
532
|
+
<td style="padding:15px">{base_path}/{version}/administration/vaults/{pathv1}/configurations?{query}</td>
|
|
533
|
+
<td style="padding:15px">Yes</td>
|
|
534
|
+
</tr>
|
|
535
|
+
<tr>
|
|
536
|
+
<td style="padding:15px">updatevaultconfiguration(vaultId, vaultConfigurationId, body, callback)</td>
|
|
537
|
+
<td style="padding:15px">Update vault configuration</td>
|
|
538
|
+
<td style="padding:15px">{base_path}/{version}/administration/vaults/{pathv1}/configurations/{pathv2}?{query}</td>
|
|
539
|
+
<td style="padding:15px">Yes</td>
|
|
540
|
+
</tr>
|
|
541
|
+
<tr>
|
|
542
|
+
<td style="padding:15px">deletevaultconfiguration(vaultId, vaultConfigurationId, callback)</td>
|
|
543
|
+
<td style="padding:15px">Delete vault configuration</td>
|
|
544
|
+
<td style="padding:15px">{base_path}/{version}/administration/vaults/{pathv1}/configurations/{pathv2}?{query}</td>
|
|
545
|
+
<td style="padding:15px">Yes</td>
|
|
546
|
+
</tr>
|
|
547
|
+
<tr>
|
|
548
|
+
<td style="padding:15px">listonevaultconfigurationbyitsid(vaultId, vaultConfigurationId, callback)</td>
|
|
549
|
+
<td style="padding:15px">List one vault configuration by its id</td>
|
|
550
|
+
<td style="padding:15px">{base_path}/{version}/administration/vaults/{pathv1}/configurations/{pathv2}?{query}</td>
|
|
551
|
+
<td style="padding:15px">Yes</td>
|
|
552
|
+
</tr>
|
|
553
|
+
<tr>
|
|
554
|
+
<td style="padding:15px">login(body, callback)</td>
|
|
555
|
+
<td style="padding:15px">Login</td>
|
|
556
|
+
<td style="padding:15px">{base_path}/{version}/login?{query}</td>
|
|
557
|
+
<td style="padding:15px">Yes</td>
|
|
558
|
+
</tr>
|
|
559
|
+
<tr>
|
|
560
|
+
<td style="padding:15px">logout(callback)</td>
|
|
561
|
+
<td style="padding:15px">Logout</td>
|
|
562
|
+
<td style="padding:15px">{base_path}/{version}/logout?{query}</td>
|
|
563
|
+
<td style="padding:15px">Yes</td>
|
|
564
|
+
</tr>
|
|
565
|
+
<tr>
|
|
566
|
+
<td style="padding:15px">updateuserpassword(alias, body, callback)</td>
|
|
567
|
+
<td style="padding:15px">Update user password</td>
|
|
568
|
+
<td style="padding:15px">{base_path}/{version}/authentication/users/{pathv1}/password?{query}</td>
|
|
569
|
+
<td style="padding:15px">Yes</td>
|
|
570
|
+
</tr>
|
|
571
|
+
<tr>
|
|
572
|
+
<td style="padding:15px">providersConfigurations(callback)</td>
|
|
573
|
+
<td style="padding:15px">Providers Configurations</td>
|
|
574
|
+
<td style="padding:15px">{base_path}/{version}/authentication/providers/configurations?{query}</td>
|
|
575
|
+
<td style="padding:15px">Yes</td>
|
|
576
|
+
</tr>
|
|
577
|
+
<tr>
|
|
578
|
+
<td style="padding:15px">authenticationtoprovider(providerConfigurationName, body, callback)</td>
|
|
579
|
+
<td style="padding:15px">Authentication to provider</td>
|
|
580
|
+
<td style="padding:15px">{base_path}/{version}/authentication/providers/configurations/{pathv1}?{query}</td>
|
|
581
|
+
<td style="padding:15px">Yes</td>
|
|
582
|
+
</tr>
|
|
583
|
+
<tr>
|
|
584
|
+
<td style="padding:15px">logoutSession(callback)</td>
|
|
585
|
+
<td style="padding:15px">Logout Session</td>
|
|
586
|
+
<td style="padding:15px">{base_path}/{version}/authentication/logout?{query}</td>
|
|
587
|
+
<td style="padding:15px">Yes</td>
|
|
588
|
+
</tr>
|
|
589
|
+
<tr>
|
|
590
|
+
<td style="padding:15px">gorgonepollerresponsestoken(pollerId, token, callback)</td>
|
|
591
|
+
<td style="padding:15px">Gorgone poller responses token</td>
|
|
592
|
+
<td style="padding:15px">{base_path}/{version}/gorgone/pollers/{pathv1}/responses/{pathv2}?{query}</td>
|
|
593
|
+
<td style="padding:15px">Yes</td>
|
|
594
|
+
</tr>
|
|
595
|
+
<tr>
|
|
596
|
+
<td style="padding:15px">gorgonecommandonspecificpoller(pollerId, commandName, callback)</td>
|
|
597
|
+
<td style="padding:15px">Gorgone command on specific poller</td>
|
|
598
|
+
<td style="padding:15px">{base_path}/{version}/gorgone/pollers/{pathv1}/commands/{pathv2}?{query}</td>
|
|
599
|
+
<td style="padding:15px">Yes</td>
|
|
600
|
+
</tr>
|
|
601
|
+
<tr>
|
|
602
|
+
<td style="padding:15px">listallhosts(showService, search, limit, page, sortBy, callback)</td>
|
|
603
|
+
<td style="padding:15px">List all hosts</td>
|
|
604
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts?{query}</td>
|
|
605
|
+
<td style="padding:15px">Yes</td>
|
|
606
|
+
</tr>
|
|
607
|
+
<tr>
|
|
608
|
+
<td style="padding:15px">getahost(hostId, callback)</td>
|
|
609
|
+
<td style="padding:15px">Get a host</td>
|
|
610
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}?{query}</td>
|
|
611
|
+
<td style="padding:15px">Yes</td>
|
|
612
|
+
</tr>
|
|
613
|
+
<tr>
|
|
614
|
+
<td style="padding:15px">listhostcategories(callback)</td>
|
|
615
|
+
<td style="padding:15px">List host categories</td>
|
|
616
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/categories?{query}</td>
|
|
617
|
+
<td style="padding:15px">Yes</td>
|
|
618
|
+
</tr>
|
|
619
|
+
<tr>
|
|
620
|
+
<td style="padding:15px">createahostcategory(body, callback)</td>
|
|
621
|
+
<td style="padding:15px">Create a host category</td>
|
|
622
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/categories?{query}</td>
|
|
623
|
+
<td style="padding:15px">Yes</td>
|
|
624
|
+
</tr>
|
|
625
|
+
<tr>
|
|
626
|
+
<td style="padding:15px">deleteahostcategory(hostCategoryId, callback)</td>
|
|
627
|
+
<td style="padding:15px">Delete a host category</td>
|
|
628
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/categories/{pathv1}?{query}</td>
|
|
629
|
+
<td style="padding:15px">Yes</td>
|
|
630
|
+
</tr>
|
|
631
|
+
<tr>
|
|
632
|
+
<td style="padding:15px">deleteaservicecategory(serviceCategoryId, callback)</td>
|
|
633
|
+
<td style="padding:15px">Delete a service category</td>
|
|
634
|
+
<td style="padding:15px">{base_path}/{version}/configuration/services/categories/{pathv1}?{query}</td>
|
|
635
|
+
<td style="padding:15px">Yes</td>
|
|
636
|
+
</tr>
|
|
637
|
+
<tr>
|
|
638
|
+
<td style="padding:15px">listallrealTimehostcategories(callback)</td>
|
|
639
|
+
<td style="padding:15px">List all real-time host categories</td>
|
|
640
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/categories?{query}</td>
|
|
641
|
+
<td style="padding:15px">Yes</td>
|
|
642
|
+
</tr>
|
|
643
|
+
<tr>
|
|
644
|
+
<td style="padding:15px">listallhostgroups(callback)</td>
|
|
645
|
+
<td style="padding:15px">List all host groups</td>
|
|
646
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/groups?{query}</td>
|
|
647
|
+
<td style="padding:15px">Yes</td>
|
|
648
|
+
</tr>
|
|
649
|
+
<tr>
|
|
650
|
+
<td style="padding:15px">addahostgroup(body, callback)</td>
|
|
651
|
+
<td style="padding:15px">Add a host group</td>
|
|
652
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/groups?{query}</td>
|
|
653
|
+
<td style="padding:15px">Yes</td>
|
|
654
|
+
</tr>
|
|
655
|
+
<tr>
|
|
656
|
+
<td style="padding:15px">deleteahostgroup(hostgroupId, callback)</td>
|
|
657
|
+
<td style="padding:15px">Delete a host group</td>
|
|
658
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/groups/{pathv1}?{query}</td>
|
|
659
|
+
<td style="padding:15px">Yes</td>
|
|
660
|
+
</tr>
|
|
661
|
+
<tr>
|
|
662
|
+
<td style="padding:15px">listallhostgroupsbyhostid(hostId, limit, page, sortBy, callback)</td>
|
|
663
|
+
<td style="padding:15px">List all host groups by host id</td>
|
|
664
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/hostgroups?{query}</td>
|
|
665
|
+
<td style="padding:15px">Yes</td>
|
|
666
|
+
</tr>
|
|
667
|
+
<tr>
|
|
668
|
+
<td style="padding:15px">getListallhostgroups(showHost, showService, search, limit, page, sortBy, callback)</td>
|
|
669
|
+
<td style="padding:15px">List all host groups</td>
|
|
670
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hostgroups?{query}</td>
|
|
671
|
+
<td style="padding:15px">Yes</td>
|
|
672
|
+
</tr>
|
|
673
|
+
<tr>
|
|
674
|
+
<td style="padding:15px">listallhostseverities(callback)</td>
|
|
675
|
+
<td style="padding:15px">List all host severities</td>
|
|
676
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/severities?{query}</td>
|
|
677
|
+
<td style="padding:15px">Yes</td>
|
|
678
|
+
</tr>
|
|
679
|
+
<tr>
|
|
680
|
+
<td style="padding:15px">createahostseverity(body, callback)</td>
|
|
681
|
+
<td style="padding:15px">Create a host severity</td>
|
|
682
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/severities?{query}</td>
|
|
683
|
+
<td style="padding:15px">Yes</td>
|
|
684
|
+
</tr>
|
|
685
|
+
<tr>
|
|
686
|
+
<td style="padding:15px">deleteahostseverity(hostSeverityId, callback)</td>
|
|
687
|
+
<td style="padding:15px">Delete a host severity</td>
|
|
688
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/severities/{pathv1}?{query}</td>
|
|
689
|
+
<td style="padding:15px">Yes</td>
|
|
690
|
+
</tr>
|
|
691
|
+
<tr>
|
|
692
|
+
<td style="padding:15px">listallhosttemplates(callback)</td>
|
|
693
|
+
<td style="padding:15px">List all host templates</td>
|
|
694
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/templates?{query}</td>
|
|
695
|
+
<td style="padding:15px">Yes</td>
|
|
696
|
+
</tr>
|
|
697
|
+
<tr>
|
|
698
|
+
<td style="padding:15px">listallmonitoringserversconfigurations(search, limit, page, sortBy, callback)</td>
|
|
699
|
+
<td style="padding:15px">List all monitoring servers configurations</td>
|
|
700
|
+
<td style="padding:15px">{base_path}/{version}/configuration/monitoring-servers?{query}</td>
|
|
701
|
+
<td style="padding:15px">Yes</td>
|
|
702
|
+
</tr>
|
|
703
|
+
<tr>
|
|
704
|
+
<td style="padding:15px">generatetheconfigurationofthemonitoringserver(monitoringServerId, callback)</td>
|
|
705
|
+
<td style="padding:15px">Generate the configuration of the monitoring server</td>
|
|
706
|
+
<td style="padding:15px">{base_path}/{version}/configuration/monitoring-servers/{pathv1}/generate?{query}</td>
|
|
707
|
+
<td style="padding:15px">Yes</td>
|
|
708
|
+
</tr>
|
|
709
|
+
<tr>
|
|
710
|
+
<td style="padding:15px">reloadtheconfigurationofthemonitoringserver(monitoringServerId, callback)</td>
|
|
711
|
+
<td style="padding:15px">Reload the configuration of the monitoring server</td>
|
|
712
|
+
<td style="padding:15px">{base_path}/{version}/configuration/monitoring-servers/{pathv1}/reload?{query}</td>
|
|
713
|
+
<td style="padding:15px">Yes</td>
|
|
714
|
+
</tr>
|
|
715
|
+
<tr>
|
|
716
|
+
<td style="padding:15px">generateandreloadtheconfigurationofthemonitoringserver(monitoringServerId, callback)</td>
|
|
717
|
+
<td style="padding:15px">Generate and reload the configuration of the monitoring server</td>
|
|
718
|
+
<td style="padding:15px">{base_path}/{version}/configuration/monitoring-servers/{pathv1}/generate-and-reload?{query}</td>
|
|
719
|
+
<td style="padding:15px">Yes</td>
|
|
720
|
+
</tr>
|
|
721
|
+
<tr>
|
|
722
|
+
<td style="padding:15px">generatetheconfigurationforallmonitoringservers(callback)</td>
|
|
723
|
+
<td style="padding:15px">Generate the configuration for all monitoring servers</td>
|
|
724
|
+
<td style="padding:15px">{base_path}/{version}/configuration/monitoring-servers/generate?{query}</td>
|
|
725
|
+
<td style="padding:15px">Yes</td>
|
|
726
|
+
</tr>
|
|
727
|
+
<tr>
|
|
728
|
+
<td style="padding:15px">reloadtheconfigurationforallmonitoringservers(callback)</td>
|
|
729
|
+
<td style="padding:15px">Reload the configuration for all monitoring servers</td>
|
|
730
|
+
<td style="padding:15px">{base_path}/{version}/configuration/monitoring-servers/reload?{query}</td>
|
|
731
|
+
<td style="padding:15px">Yes</td>
|
|
732
|
+
</tr>
|
|
733
|
+
<tr>
|
|
734
|
+
<td style="padding:15px">generateandreloadtheconfigurationforallmonitoringservers(callback)</td>
|
|
735
|
+
<td style="padding:15px">Generate and reload the configuration for all monitoring servers</td>
|
|
736
|
+
<td style="padding:15px">{base_path}/{version}/configuration/monitoring-servers/generate-and-reload?{query}</td>
|
|
737
|
+
<td style="padding:15px">Yes</td>
|
|
738
|
+
</tr>
|
|
739
|
+
<tr>
|
|
740
|
+
<td style="padding:15px">listallrealtimemonitoringservers(search, limit, page, sortBy, callback)</td>
|
|
741
|
+
<td style="padding:15px">List all real time monitoring servers</td>
|
|
742
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/servers?{query}</td>
|
|
743
|
+
<td style="padding:15px">Yes</td>
|
|
744
|
+
</tr>
|
|
745
|
+
<tr>
|
|
746
|
+
<td style="padding:15px">displaythedefaultconfigurationoftheCentreonproxy(callback)</td>
|
|
747
|
+
<td style="padding:15px">Display the default configuration of the Centreon proxy</td>
|
|
748
|
+
<td style="padding:15px">{base_path}/{version}/configuration/proxy?{query}</td>
|
|
749
|
+
<td style="padding:15px">Yes</td>
|
|
750
|
+
</tr>
|
|
751
|
+
<tr>
|
|
752
|
+
<td style="padding:15px">updatethedefaultconfigurationoftheCentreonproxy(body, callback)</td>
|
|
753
|
+
<td style="padding:15px">Update the default configuration of the Centreon proxy</td>
|
|
754
|
+
<td style="padding:15px">{base_path}/{version}/configuration/proxy?{query}</td>
|
|
755
|
+
<td style="padding:15px">Yes</td>
|
|
756
|
+
</tr>
|
|
757
|
+
<tr>
|
|
758
|
+
<td style="padding:15px">listallservices(search, limit, page, sortBy, callback)</td>
|
|
759
|
+
<td style="padding:15px">List all services</td>
|
|
760
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/services?{query}</td>
|
|
761
|
+
<td style="padding:15px">Yes</td>
|
|
762
|
+
</tr>
|
|
763
|
+
<tr>
|
|
764
|
+
<td style="padding:15px">listservicesrelatedtoahost(hostId, search, limit, page, sortBy, callback)</td>
|
|
765
|
+
<td style="padding:15px">List services related to a host</td>
|
|
766
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services?{query}</td>
|
|
767
|
+
<td style="padding:15px">Yes</td>
|
|
768
|
+
</tr>
|
|
769
|
+
<tr>
|
|
770
|
+
<td style="padding:15px">getaservice(hostId, serviceId, callback)</td>
|
|
771
|
+
<td style="padding:15px">Get a service</td>
|
|
772
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}?{query}</td>
|
|
773
|
+
<td style="padding:15px">Yes</td>
|
|
774
|
+
</tr>
|
|
775
|
+
<tr>
|
|
776
|
+
<td style="padding:15px">listallservicegroups(callback)</td>
|
|
777
|
+
<td style="padding:15px">List all service groups</td>
|
|
778
|
+
<td style="padding:15px">{base_path}/{version}/configuration/services/groups?{query}</td>
|
|
779
|
+
<td style="padding:15px">Yes</td>
|
|
780
|
+
</tr>
|
|
781
|
+
<tr>
|
|
782
|
+
<td style="padding:15px">addaservicegroup(body, callback)</td>
|
|
783
|
+
<td style="padding:15px">Add a service group</td>
|
|
784
|
+
<td style="padding:15px">{base_path}/{version}/configuration/services/groups?{query}</td>
|
|
785
|
+
<td style="padding:15px">Yes</td>
|
|
786
|
+
</tr>
|
|
787
|
+
<tr>
|
|
788
|
+
<td style="padding:15px">deleteahostgroup1(servicegroupId, callback)</td>
|
|
789
|
+
<td style="padding:15px">Delete a host group</td>
|
|
790
|
+
<td style="padding:15px">{base_path}/{version}/configuration/services/groups/{pathv1}?{query}</td>
|
|
791
|
+
<td style="padding:15px">Yes</td>
|
|
792
|
+
</tr>
|
|
793
|
+
<tr>
|
|
794
|
+
<td style="padding:15px">getservicegroupsbyhostidandserviceid(hostId, serviceId, callback)</td>
|
|
795
|
+
<td style="padding:15px">Get service groups by host id and service id</td>
|
|
796
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/servicegroups?{query}</td>
|
|
797
|
+
<td style="padding:15px">Yes</td>
|
|
798
|
+
</tr>
|
|
799
|
+
<tr>
|
|
800
|
+
<td style="padding:15px">getListallservicegroups(showService, showHost, search, limit, page, sortBy, callback)</td>
|
|
801
|
+
<td style="padding:15px">List all service groups</td>
|
|
802
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/servicegroups?{query}</td>
|
|
803
|
+
<td style="padding:15px">Yes</td>
|
|
804
|
+
</tr>
|
|
805
|
+
<tr>
|
|
806
|
+
<td style="padding:15px">listservicecategories(callback)</td>
|
|
807
|
+
<td style="padding:15px">List service categories</td>
|
|
808
|
+
<td style="padding:15px">{base_path}/{version}/configuration/services/categories?{query}</td>
|
|
809
|
+
<td style="padding:15px">Yes</td>
|
|
810
|
+
</tr>
|
|
811
|
+
<tr>
|
|
812
|
+
<td style="padding:15px">createaservicecategory(body, callback)</td>
|
|
813
|
+
<td style="padding:15px">Create a service category</td>
|
|
814
|
+
<td style="padding:15px">{base_path}/{version}/configuration/services/categories?{query}</td>
|
|
815
|
+
<td style="padding:15px">Yes</td>
|
|
816
|
+
</tr>
|
|
817
|
+
<tr>
|
|
818
|
+
<td style="padding:15px">listallrealTimeservicecategories(callback)</td>
|
|
819
|
+
<td style="padding:15px">List all real-time service categories</td>
|
|
820
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/services/categories?{query}</td>
|
|
821
|
+
<td style="padding:15px">Yes</td>
|
|
822
|
+
</tr>
|
|
823
|
+
<tr>
|
|
824
|
+
<td style="padding:15px">listallserviceseveritiesfromtherealtime(search, limit, page, sortBy, callback)</td>
|
|
825
|
+
<td style="padding:15px">List all service severities from the realtime</td>
|
|
826
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/severities/service?{query}</td>
|
|
827
|
+
<td style="padding:15px">Yes</td>
|
|
828
|
+
</tr>
|
|
829
|
+
<tr>
|
|
830
|
+
<td style="padding:15px">listallhostseveritiesfromrealTimedata(search, limit, page, sortBy, callback)</td>
|
|
831
|
+
<td style="padding:15px">List all host severities from real-time data</td>
|
|
832
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/severities/host?{query}</td>
|
|
833
|
+
<td style="padding:15px">Yes</td>
|
|
834
|
+
</tr>
|
|
835
|
+
<tr>
|
|
836
|
+
<td style="padding:15px">getalltimeperiods(callback)</td>
|
|
837
|
+
<td style="padding:15px">Get all time periods</td>
|
|
838
|
+
<td style="padding:15px">{base_path}/{version}/configuration/timeperiods?{query}</td>
|
|
839
|
+
<td style="padding:15px">Yes</td>
|
|
840
|
+
</tr>
|
|
841
|
+
<tr>
|
|
842
|
+
<td style="padding:15px">createanewtimeperiod(body, callback)</td>
|
|
843
|
+
<td style="padding:15px">Create a new time period</td>
|
|
844
|
+
<td style="padding:15px">{base_path}/{version}/configuration/timeperiods?{query}</td>
|
|
845
|
+
<td style="padding:15px">Yes</td>
|
|
846
|
+
</tr>
|
|
847
|
+
<tr>
|
|
848
|
+
<td style="padding:15px">deleteatimeperiod(id, callback)</td>
|
|
849
|
+
<td style="padding:15px">Delete a time period</td>
|
|
850
|
+
<td style="padding:15px">{base_path}/{version}/configuration/timeperiods/{pathv1}?{query}</td>
|
|
851
|
+
<td style="padding:15px">Yes</td>
|
|
852
|
+
</tr>
|
|
853
|
+
<tr>
|
|
854
|
+
<td style="padding:15px">getatimeperiod(id, callback)</td>
|
|
855
|
+
<td style="padding:15px">Get a time period</td>
|
|
856
|
+
<td style="padding:15px">{base_path}/{version}/configuration/timeperiods/{pathv1}?{query}</td>
|
|
857
|
+
<td style="padding:15px">Yes</td>
|
|
858
|
+
</tr>
|
|
859
|
+
<tr>
|
|
860
|
+
<td style="padding:15px">updateatimeperiod(id, body, callback)</td>
|
|
861
|
+
<td style="padding:15px">Update a time period</td>
|
|
862
|
+
<td style="padding:15px">{base_path}/{version}/configuration/timeperiods/{pathv1}?{query}</td>
|
|
863
|
+
<td style="padding:15px">Yes</td>
|
|
864
|
+
</tr>
|
|
865
|
+
<tr>
|
|
866
|
+
<td style="padding:15px">registertoplatformtopology(body, callback)</td>
|
|
867
|
+
<td style="padding:15px">Register to platform topology</td>
|
|
868
|
+
<td style="padding:15px">{base_path}/{version}/platform/topology?{query}</td>
|
|
869
|
+
<td style="padding:15px">Yes</td>
|
|
870
|
+
</tr>
|
|
871
|
+
<tr>
|
|
872
|
+
<td style="padding:15px">getaplatformtopology(callback)</td>
|
|
873
|
+
<td style="padding:15px">Get a platform topology</td>
|
|
874
|
+
<td style="padding:15px">{base_path}/{version}/platform/topology?{query}</td>
|
|
875
|
+
<td style="padding:15px">Yes</td>
|
|
876
|
+
</tr>
|
|
877
|
+
<tr>
|
|
878
|
+
<td style="padding:15px">deleteaPlatform(pollerId, callback)</td>
|
|
879
|
+
<td style="padding:15px">Delete a Platform</td>
|
|
880
|
+
<td style="padding:15px">{base_path}/{version}/platform/topology/{pathv1}?{query}</td>
|
|
881
|
+
<td style="padding:15px">Yes</td>
|
|
882
|
+
</tr>
|
|
883
|
+
<tr>
|
|
884
|
+
<td style="padding:15px">listallserviceseverities(callback)</td>
|
|
885
|
+
<td style="padding:15px">List all service severities</td>
|
|
886
|
+
<td style="padding:15px">{base_path}/{version}/configuration/services/severities?{query}</td>
|
|
887
|
+
<td style="padding:15px">Yes</td>
|
|
888
|
+
</tr>
|
|
889
|
+
<tr>
|
|
890
|
+
<td style="padding:15px">createaserviceseverity(body, callback)</td>
|
|
891
|
+
<td style="padding:15px">Create a service severity</td>
|
|
892
|
+
<td style="padding:15px">{base_path}/{version}/configuration/services/severities?{query}</td>
|
|
893
|
+
<td style="padding:15px">Yes</td>
|
|
894
|
+
</tr>
|
|
895
|
+
<tr>
|
|
896
|
+
<td style="padding:15px">deleteaserviceseverity(serviceSeverityId, callback)</td>
|
|
897
|
+
<td style="padding:15px">Delete a service severity</td>
|
|
898
|
+
<td style="padding:15px">{base_path}/{version}/configuration/services/severities/{pathv1}?{query}</td>
|
|
899
|
+
<td style="padding:15px">Yes</td>
|
|
900
|
+
</tr>
|
|
901
|
+
<tr>
|
|
902
|
+
<td style="padding:15px">listallicons(callback)</td>
|
|
903
|
+
<td style="padding:15px">List all icons</td>
|
|
904
|
+
<td style="padding:15px">{base_path}/{version}/configuration/icons?{query}</td>
|
|
905
|
+
<td style="padding:15px">Yes</td>
|
|
906
|
+
</tr>
|
|
907
|
+
<tr>
|
|
908
|
+
<td style="padding:15px">getnotificationpolicyofahost(hostId, callback)</td>
|
|
909
|
+
<td style="padding:15px">Get notification policy of a host</td>
|
|
910
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/{pathv1}/notification-policy?{query}</td>
|
|
911
|
+
<td style="padding:15px">Yes</td>
|
|
912
|
+
</tr>
|
|
913
|
+
<tr>
|
|
914
|
+
<td style="padding:15px">getnotificationpolicyofaservice(hostId, serviceId, callback)</td>
|
|
915
|
+
<td style="padding:15px">Get notification policy of a service</td>
|
|
916
|
+
<td style="padding:15px">{base_path}/{version}/configuration/hosts/{pathv1}/services/{pathv2}/notification-policy?{query}</td>
|
|
917
|
+
<td style="padding:15px">Yes</td>
|
|
918
|
+
</tr>
|
|
919
|
+
<tr>
|
|
920
|
+
<td style="padding:15px">getnotificationpolicyofametaservice(metaId, callback)</td>
|
|
921
|
+
<td style="padding:15px">Get notification policy of a meta service</td>
|
|
922
|
+
<td style="padding:15px">{base_path}/{version}/configuration/metaservices/{pathv1}/notification-policy?{query}</td>
|
|
923
|
+
<td style="padding:15px">Yes</td>
|
|
924
|
+
</tr>
|
|
925
|
+
<tr>
|
|
926
|
+
<td style="padding:15px">listallowedactions(callback)</td>
|
|
927
|
+
<td style="padding:15px">List allowed actions</td>
|
|
928
|
+
<td style="padding:15px">{base_path}/{version}/users/acl/actions?{query}</td>
|
|
929
|
+
<td style="padding:15px">Yes</td>
|
|
930
|
+
</tr>
|
|
931
|
+
<tr>
|
|
932
|
+
<td style="padding:15px">getconfiguredusers(callback)</td>
|
|
933
|
+
<td style="padding:15px">Get configured users</td>
|
|
934
|
+
<td style="padding:15px">{base_path}/{version}/configuration/users?{query}</td>
|
|
935
|
+
<td style="padding:15px">Yes</td>
|
|
936
|
+
</tr>
|
|
937
|
+
<tr>
|
|
938
|
+
<td style="padding:15px">listuserparameters(callback)</td>
|
|
939
|
+
<td style="padding:15px">List user parameters</td>
|
|
940
|
+
<td style="padding:15px">{base_path}/{version}/configuration/users/current/parameters?{query}</td>
|
|
941
|
+
<td style="padding:15px">Yes</td>
|
|
942
|
+
</tr>
|
|
943
|
+
<tr>
|
|
944
|
+
<td style="padding:15px">updateauser(body, callback)</td>
|
|
945
|
+
<td style="padding:15px">Update a user</td>
|
|
946
|
+
<td style="padding:15px">{base_path}/{version}/configuration/users/current/parameters?{query}</td>
|
|
947
|
+
<td style="padding:15px">Yes</td>
|
|
948
|
+
</tr>
|
|
949
|
+
<tr>
|
|
950
|
+
<td style="padding:15px">listcontacttemplates(callback)</td>
|
|
951
|
+
<td style="padding:15px">List contact templates</td>
|
|
952
|
+
<td style="padding:15px">{base_path}/{version}/configuration/contacts/templates?{query}</td>
|
|
953
|
+
<td style="padding:15px">Yes</td>
|
|
954
|
+
</tr>
|
|
955
|
+
<tr>
|
|
956
|
+
<td style="padding:15px">listcontactgroups(callback)</td>
|
|
957
|
+
<td style="padding:15px">List contact groups</td>
|
|
958
|
+
<td style="padding:15px">{base_path}/{version}/configuration/contacts/groups?{query}</td>
|
|
959
|
+
<td style="padding:15px">Yes</td>
|
|
960
|
+
</tr>
|
|
961
|
+
<tr>
|
|
962
|
+
<td style="padding:15px">listuserfiltersbypage(pageName, callback)</td>
|
|
963
|
+
<td style="padding:15px">List user filters by page</td>
|
|
964
|
+
<td style="padding:15px">{base_path}/{version}/users/filters/{pathv1}?{query}</td>
|
|
965
|
+
<td style="padding:15px">Yes</td>
|
|
966
|
+
</tr>
|
|
967
|
+
<tr>
|
|
968
|
+
<td style="padding:15px">detaileduserfilter(pageName, filterId, callback)</td>
|
|
969
|
+
<td style="padding:15px">Detailed user filter</td>
|
|
970
|
+
<td style="padding:15px">{base_path}/{version}/users/filters/{pathv1}/{pathv2}?{query}</td>
|
|
971
|
+
<td style="padding:15px">Yes</td>
|
|
972
|
+
</tr>
|
|
973
|
+
<tr>
|
|
974
|
+
<td style="padding:15px">adduserfilter(pageName, body, callback)</td>
|
|
975
|
+
<td style="padding:15px">Add user filter</td>
|
|
976
|
+
<td style="padding:15px">{base_path}/{version}/users/filters/{pathv1}?{query}</td>
|
|
977
|
+
<td style="padding:15px">Yes</td>
|
|
978
|
+
</tr>
|
|
979
|
+
<tr>
|
|
980
|
+
<td style="padding:15px">updateuserfilter(pageName, filterId, body, callback)</td>
|
|
981
|
+
<td style="padding:15px">Update user filter</td>
|
|
982
|
+
<td style="padding:15px">{base_path}/{version}/users/filters/{pathv1}/{pathv2}?{query}</td>
|
|
983
|
+
<td style="padding:15px">Yes</td>
|
|
984
|
+
</tr>
|
|
985
|
+
<tr>
|
|
986
|
+
<td style="padding:15px">patchuserfilter(pageName, filterId, body, callback)</td>
|
|
987
|
+
<td style="padding:15px">Patch user filter</td>
|
|
988
|
+
<td style="padding:15px">{base_path}/{version}/users/filters/{pathv1}/{pathv2}?{query}</td>
|
|
989
|
+
<td style="padding:15px">Yes</td>
|
|
990
|
+
</tr>
|
|
991
|
+
<tr>
|
|
992
|
+
<td style="padding:15px">deleteuserfilter(pageName, filterId, callback)</td>
|
|
993
|
+
<td style="padding:15px">Delete user filter</td>
|
|
994
|
+
<td style="padding:15px">{base_path}/{version}/users/filters/{pathv1}/{pathv2}?{query}</td>
|
|
995
|
+
<td style="padding:15px">Yes</td>
|
|
996
|
+
</tr>
|
|
997
|
+
<tr>
|
|
998
|
+
<td style="padding:15px">listaccessgroups(callback)</td>
|
|
999
|
+
<td style="padding:15px">List access groups</td>
|
|
1000
|
+
<td style="padding:15px">{base_path}/{version}/configuration/access-groups?{query}</td>
|
|
1001
|
+
<td style="padding:15px">Yes</td>
|
|
1002
|
+
</tr>
|
|
1003
|
+
<tr>
|
|
1004
|
+
<td style="padding:15px">listallresourcesincludinghostsandservices(search, limit, page, sortBy, types, states, statuses, hostgroupNames, servicegroupNames, serviceCategoryNames, hostCategoryNames, hostSeverityNames, serviceSeverityNames, hostSeverityLevels, serviceSeverityLevels, monitoringServerNames, statusTypes, callback)</td>
|
|
1005
|
+
<td style="padding:15px">List all resources including hosts and services</td>
|
|
1006
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/resources?{query}</td>
|
|
1007
|
+
<td style="padding:15px">Yes</td>
|
|
1008
|
+
</tr>
|
|
1009
|
+
<tr>
|
|
1010
|
+
<td style="padding:15px">getaHostresourcetypedetail(hostId, callback)</td>
|
|
1011
|
+
<td style="padding:15px">Get a Host resource type detail</td>
|
|
1012
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/resources/hosts/{pathv1}?{query}</td>
|
|
1013
|
+
<td style="padding:15px">Yes</td>
|
|
1014
|
+
</tr>
|
|
1015
|
+
<tr>
|
|
1016
|
+
<td style="padding:15px">getaServiceresourcetypedetail(hostId, serviceId, callback)</td>
|
|
1017
|
+
<td style="padding:15px">Get a Service resource type detail</td>
|
|
1018
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/resources/hosts/{pathv1}/services/{pathv2}?{query}</td>
|
|
1019
|
+
<td style="padding:15px">Yes</td>
|
|
1020
|
+
</tr>
|
|
1021
|
+
<tr>
|
|
1022
|
+
<td style="padding:15px">addcommenttoresources(body, callback)</td>
|
|
1023
|
+
<td style="padding:15px">Add comment to resources</td>
|
|
1024
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/resources/comments?{query}</td>
|
|
1025
|
+
<td style="padding:15px">Yes</td>
|
|
1026
|
+
</tr>
|
|
1027
|
+
<tr>
|
|
1028
|
+
<td style="padding:15px">getservicemetrics(hostId, serviceId, start, end, callback)</td>
|
|
1029
|
+
<td style="padding:15px">Get service metrics</td>
|
|
1030
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/metrics/start/{pathv3}/end/{pathv4}?{query}</td>
|
|
1031
|
+
<td style="padding:15px">Yes</td>
|
|
1032
|
+
</tr>
|
|
1033
|
+
<tr>
|
|
1034
|
+
<td style="padding:15px">getservicestatusdata(hostId, serviceId, start, end, callback)</td>
|
|
1035
|
+
<td style="padding:15px">Get service status data</td>
|
|
1036
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/status/start/{pathv3}/end/{pathv4}?{query}</td>
|
|
1037
|
+
<td style="padding:15px">Yes</td>
|
|
1038
|
+
</tr>
|
|
1039
|
+
<tr>
|
|
1040
|
+
<td style="padding:15px">getserviceperformancedata(hostId, serviceId, start, end, callback)</td>
|
|
1041
|
+
<td style="padding:15px">Get service performance data</td>
|
|
1042
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/metrics/performance?{query}</td>
|
|
1043
|
+
<td style="padding:15px">Yes</td>
|
|
1044
|
+
</tr>
|
|
1045
|
+
<tr>
|
|
1046
|
+
<td style="padding:15px">downloadperformancedataascsvfile(hostId, serviceId, startDate, end, callback)</td>
|
|
1047
|
+
<td style="padding:15px">Download performance data as csv file</td>
|
|
1048
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/metrics/performance/download?{query}</td>
|
|
1049
|
+
<td style="padding:15px">Yes</td>
|
|
1050
|
+
</tr>
|
|
1051
|
+
<tr>
|
|
1052
|
+
<td style="padding:15px">getservicestatusdata1(hostId, serviceId, start, end, callback)</td>
|
|
1053
|
+
<td style="padding:15px">Get service status data1</td>
|
|
1054
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/metrics/status?{query}</td>
|
|
1055
|
+
<td style="padding:15px">Yes</td>
|
|
1056
|
+
</tr>
|
|
1057
|
+
<tr>
|
|
1058
|
+
<td style="padding:15px">gethosttimeline(hostId, search, limit, page, sortBy, callback)</td>
|
|
1059
|
+
<td style="padding:15px">Get host timeline</td>
|
|
1060
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/timeline?{query}</td>
|
|
1061
|
+
<td style="padding:15px">Yes</td>
|
|
1062
|
+
</tr>
|
|
1063
|
+
<tr>
|
|
1064
|
+
<td style="padding:15px">getservicetimeline(hostId, serviceId, search, limit, page, sortBy, callback)</td>
|
|
1065
|
+
<td style="padding:15px">Get service timeline</td>
|
|
1066
|
+
<td style="padding:15px">{base_path}/{version}/monitoring/hosts/{pathv1}/services/{pathv2}/timeline?{query}</td>
|
|
1067
|
+
<td style="padding:15px">Yes</td>
|
|
1068
|
+
</tr>
|
|
1069
|
+
<tr>
|
|
1070
|
+
<td style="padding:15px">updateaplatforminformation(body, callback)</td>
|
|
1071
|
+
<td style="padding:15px">Update a platform information</td>
|
|
1072
|
+
<td style="padding:15px">{base_path}/{version}/platform?{query}</td>
|
|
1073
|
+
<td style="padding:15px">Yes</td>
|
|
1074
|
+
</tr>
|
|
1075
|
+
<tr>
|
|
1076
|
+
<td style="padding:15px">listversionsofwebWidgetsandmodules(callback)</td>
|
|
1077
|
+
<td style="padding:15px">List versions of web, widgets and modules</td>
|
|
1078
|
+
<td style="padding:15px">{base_path}/{version}/platform/versions?{query}</td>
|
|
1079
|
+
<td style="padding:15px">Yes</td>
|
|
1080
|
+
</tr>
|
|
1081
|
+
<tr>
|
|
1082
|
+
<td style="padding:15px">updateCentreonweb(body, callback)</td>
|
|
1083
|
+
<td style="padding:15px">Update Centreon web</td>
|
|
1084
|
+
<td style="padding:15px">{base_path}/{version}/platform/updates?{query}</td>
|
|
1085
|
+
<td style="padding:15px">Yes</td>
|
|
1086
|
+
</tr>
|
|
1087
|
+
<tr>
|
|
1088
|
+
<td style="padding:15px">getcentreonwebversions(callback)</td>
|
|
1089
|
+
<td style="padding:15px">Get centreon web versions</td>
|
|
1090
|
+
<td style="padding:15px">{base_path}/{version}/platform/installation/status?{query}</td>
|
|
1091
|
+
<td style="padding:15px">Yes</td>
|
|
1092
|
+
</tr>
|
|
169
1093
|
</table>
|
|
170
1094
|
<br>
|