This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
structure.xml
557 lines (557 loc) · 32.6 KB
/
structure.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<?xml version="1.0" encoding="utf-8"?>
<project title="WP Uptime Robot API" version="2.8.5">
<partials/>
<file path="wp-uptime-robot-api.php" generated-path="wp-uptime-robot-api.html" hash="d9824227cc1b7bde5ee555da49759f80" package="WP-API-Libraries\WP-UptimeRobot-API">
<docblock line="0">
<description>WP-UptimeRobot-API</description>
<long-description></long-description>
<tag name="author" line="0" description="Santiago Garza <github.com/sfgarza>"/>
<tag name="link" line="0" description="APIv2 Documentation." link="https://uptimerobot.com/api"/>
<tag name="package" line="0" description="WP-API-Libraries\WP-UptimeRobot-API"/>
</docblock>
<class final="false" abstract="false" namespace="" line="29" package="WP-API-Libraries\WP-UptimeRobot-API">
<extends/>
<name>UptimeRobotApi</name>
<full_name>\UptimeRobotApi</full_name>
<docblock line="29">
<description>UptimeRobotApi class.</description>
<long-description></long-description>
<tag name="package" line="29" description="WP-API-Libraries\WP-UptimeRobot-API"/>
</docblock>
<property static="true" visibility="private" namespace="" line="36" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>$api_key</name>
<full_name>\UptimeRobotApi::api_key</full_name>
<default></default>
<docblock line="36">
<description>API key</description>
<long-description></long-description>
<tag name="var" line="36" description="" type="string" variable="">
<type>string</type>
</tag>
</docblock>
</property>
<property static="true" visibility="private" namespace="" line="43" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>$format</name>
<full_name>\UptimeRobotApi::format</full_name>
<default></default>
<docblock line="43">
<description>Return format. XML or JSON.</description>
<long-description></long-description>
<tag name="var" line="43" description="" type="string" variable="">
<type>string</type>
</tag>
</docblock>
</property>
<property static="true" visibility="private" namespace="" line="50" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>$callback</name>
<full_name>\UptimeRobotApi::callback</full_name>
<default></default>
<docblock line="50">
<description>Indicate if json respone should be wrapped in a callback.</description>
<long-description></long-description>
<tag name="var" line="50" description="" type="integer" variable="">
<type>integer</type>
</tag>
</docblock>
</property>
<property static="false" visibility="private" namespace="" line="57" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>$base_uri</name>
<full_name>\UptimeRobotApi::base_uri</full_name>
<default>'https://api.uptimerobot.com/v2'</default>
<docblock line="57">
<description>URL to the API.</description>
<long-description></long-description>
<tag name="var" line="57" description="" type="string" variable="">
<type>string</type>
</tag>
</docblock>
</property>
<property static="false" visibility="private" namespace="" line="64" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>$args</name>
<full_name>\UptimeRobotApi::args</full_name>
<default>array()</default>
<docblock line="64">
<description>Request POST args.</description>
<long-description></long-description>
<tag name="var" line="64" description="" type="array" variable="">
<type>array</type>
</tag>
</docblock>
</property>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="73" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>__construct</name>
<full_name>\UptimeRobotApi::__construct()</full_name>
<docblock line="73">
<description>Constructor.</description>
<long-description></long-description>
<tag name="param" line="73" description="<p>API key to the account.</p>" type="string" variable="$api_key">
<type>string</type>
</tag>
<tag name="param" line="73" description="<p>XML or JSON.</p>" type="string" variable="$format">
<type>string</type>
</tag>
<tag name="param" line="73" description="<p>If specified, returns json wrapped in a callback with the name passed in.</p>" type="integer" variable="$callback">
<type>integer</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$api_key</name>
<default></default>
<type>string</type>
</argument>
<argument line="0" by_reference="false">
<name>$format</name>
<default>'json'</default>
<type>string</type>
</argument>
<argument line="0" by_reference="false">
<name>$callback</name>
<default>null</default>
<type>integer</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="private" namespace="" line="85" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>fetch</name>
<full_name>\UptimeRobotApi::fetch()</full_name>
<docblock line="85">
<description>Fetch the request from the API.</description>
<long-description></long-description>
<tag name="param" line="85" description="<p>Request URL.</p>" type="string" variable="$request">
<type>string</type>
</tag>
<tag name="return" line="85" description="Request results." type="mixed">
<type>mixed</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$request</name>
<default></default>
<type>string</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="116" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>get_account_details</name>
<full_name>\UptimeRobotApi::get_account_details()</full_name>
<docblock line="116">
<description>Account details (max number of monitors that can be added and number of up/down/paused monitors) can be grabbed
using this method.</description>
<long-description></long-description>
<tag name="api" line="116" description=""/>
<tag name="return" line="116" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="130" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>get_monitors</name>
<full_name>\UptimeRobotApi::get_monitors()</full_name>
<docblock line="130">
<description>Get monitor info.</description>
<long-description></long-description>
<tag name="api" line="130" description=""/>
<tag name="param" line="130" description="<p>Array of arguments to send into get_monitors.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="130" description="Array of monitor info." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="236" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>new_monitor</name>
<full_name>\UptimeRobotApi::new_monitor()</full_name>
<docblock line="236">
<description>New monitors of any type can be created using this method.</description>
<long-description></long-description>
<tag name="api" line="236" description=""/>
<tag name="param" line="236" description="<p>Args to be sent into newMonitor request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="236" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default></default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="293" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>edit_monitor</name>
<full_name>\UptimeRobotApi::edit_monitor()</full_name>
<docblock line="293">
<description>Monitors can be edited using this method.</description>
<long-description>Important:
The type of a monitor can not be edited (like changing a HTTP monitor into a Port monitor). For such
cases, deleting the monitor and re-creating a new one is adviced.</long-description>
<tag name="api" line="293" description=""/>
<tag name="param" line="293" description="<p>Array of arguments to send into get_monitors.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="293" description="Array of monitor info." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default></default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="350" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>delete_monitor</name>
<full_name>\UptimeRobotApi::delete_monitor()</full_name>
<docblock line="350">
<description>Monitors can be deleted using this method.</description>
<long-description></long-description>
<tag name="api" line="350" description=""/>
<tag name="param" line="350" description="<p>ID of monitor.</p>" type="integer" variable="$monitor_id">
<type>integer</type>
</tag>
<tag name="return" line="350" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$monitor_id</name>
<default></default>
<type>integer</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="369" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>get_alert_contacts</name>
<full_name>\UptimeRobotApi::get_alert_contacts()</full_name>
<docblock line="369">
<description>The list of alert contacts can be called with this method.</description>
<long-description></long-description>
<tag name="api" line="369" description=""/>
<tag name="param" line="369" description="<p>Arguments for getAlertContacts request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="369" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="395" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>new_alert_contact</name>
<full_name>\UptimeRobotApi::new_alert_contact()</full_name>
<docblock line="395">
<description>New alert contacts of any type (mobile/SMS alert contacts are not supported
yet) can be created using this method.</description>
<long-description>The alert contacts created using the API are validated with the same way
as they were created from uptimerobot.com (activation link for e-mails, etc.).</long-description>
<tag name="api" line="395" description=""/>
<tag name="param" line="395" description="<p>Arguments for newAlertContact request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="395" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="425" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>edit_alert_contact</name>
<full_name>\UptimeRobotApi::edit_alert_contact()</full_name>
<docblock line="425">
<description>Alert contacts can be edited using this method.</description>
<long-description></long-description>
<tag name="api" line="425" description=""/>
<tag name="param" line="425" description="<p>Arguments for editAlertContact request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="425" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="457" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>delete_alert_contact</name>
<full_name>\UptimeRobotApi::delete_alert_contact()</full_name>
<docblock line="457">
<description>Alert contacts can be deleted using this method.</description>
<long-description></long-description>
<tag name="api" line="457" description=""/>
<tag name="param" line="457" description="<p>Arguments for deleteAlertContact request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="457" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="481" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>get_mwindows</name>
<full_name>\UptimeRobotApi::get_mwindows()</full_name>
<docblock line="481">
<description>The list of maintenance windows can be called with this method.</description>
<long-description></long-description>
<tag name="api" line="481" description=""/>
<tag name="param" line="481" description="<p>Arguments for getMWindows request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="481" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="504" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>new_mwindow</name>
<full_name>\UptimeRobotApi::new_mwindow()</full_name>
<docblock line="504">
<description>New maintenance windows can be created using this method.</description>
<long-description></long-description>
<tag name="api" line="504" description=""/>
<tag name="param" line="504" description="<p>Arguments for newMWindows request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="504" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="544" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>edit_mwindow</name>
<full_name>\UptimeRobotApi::edit_mwindow()</full_name>
<docblock line="544">
<description>Maintenance windows can be edited using this method.</description>
<long-description></long-description>
<tag name="api" line="544" description=""/>
<tag name="param" line="544" description="<p>Arguments for editMWindow request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="544" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="583" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>delete_mwindow</name>
<full_name>\UptimeRobotApi::delete_mwindow()</full_name>
<docblock line="583">
<description>Maintenance windows can be deleted using this method.</description>
<long-description></long-description>
<tag name="api" line="583" description=""/>
<tag name="param" line="583" description="<p>Arguments for deleteMWindow request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="583" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="607" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>get_psps</name>
<full_name>\UptimeRobotApi::get_psps()</full_name>
<docblock line="607">
<description>The list of alert contacts can be called with this method.</description>
<long-description></long-description>
<tag name="api" line="607" description=""/>
<tag name="param" line="607" description="<p>Arguments for getPSPs request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="607" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="630" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>new_psp</name>
<full_name>\UptimeRobotApi::new_psp()</full_name>
<docblock line="630">
<description>New public status pages can be created using this method.</description>
<long-description></long-description>
<tag name="api" line="630" description=""/>
<tag name="param" line="630" description="<p>Arguments for newPSP request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="630" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="672" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>edit_psp</name>
<full_name>\UptimeRobotApi::edit_psp()</full_name>
<docblock line="672">
<description>Public status pages can be edited using this method.</description>
<long-description></long-description>
<tag name="api" line="672" description=""/>
<tag name="param" line="672" description="<p>Arguments for editPSP request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="672" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="716" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>delete_psp</name>
<full_name>\UptimeRobotApi::delete_psp()</full_name>
<docblock line="716">
<description>Alert contacts can be deleted using this method.</description>
<long-description></long-description>
<tag name="api" line="716" description=""/>
<tag name="param" line="716" description="<p>Arguments for deletePSP request.</p>" type="array" variable="$args">
<type>array</type>
</tag>
<tag name="return" line="716" description="Request results." type="array">
<type>array</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$args</name>
<default>array()</default>
<type>array</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="733" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>status_tostring</name>
<full_name>\UptimeRobotApi::status_tostring()</full_name>
<docblock line="733">
<description>Converts the status ID to the corresponding status string.</description>
<long-description></long-description>
<tag name="param" line="733" description="<p>Status ID to convert.</p>" type="integer" variable="$status">
<type>integer</type>
</tag>
<tag name="return" line="733" description="Status in string format ( Up|Down|Seems Down|Paused|Not Checked Yet|Not a Valid Status )" type="string">
<type>string</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$status</name>
<default></default>
<type>integer</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="764" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>alert_type_tostring</name>
<full_name>\UptimeRobotApi::alert_type_tostring()</full_name>
<docblock line="764">
<description>Converts the alert type ID to its corresponding messages.</description>
<long-description></long-description>
<tag name="param" line="764" description="<p>Alert type ID.</p>" type="Int" variable="$type">
<type>Int</type>
</tag>
<tag name="return" line="764" description="Alert type String (SMS|E-mail|Twitter DM|Boxcar|Web-Hook|Pushbullet|Zapier|Pushover|HipChat|Slack)." type="String">
<type>String</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$type</name>
<default></default>
<type>Int</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="public" namespace="" line="812" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>response_code_msg</name>
<full_name>\UptimeRobotApi::response_code_msg()</full_name>
<docblock line="812">
<description>HTTP response code messages.</description>
<long-description></long-description>
<tag name="api" line="812" description=""/>
<tag name="param" line="812" description="<p>Response code to get message from.</p>" type="string" variable="$code">
<type>string</type>
</tag>
<tag name="return" line="812" description="Message corresponding to response code sent in." type="string">
<type>string</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$code</name>
<default>''</default>
<type>string</type>
</argument>
</method>
<method final="false" abstract="false" static="false" visibility="private" namespace="" line="934" package="WP-API-Libraries\WP-UptimeRobot-API">
<name>get_implode</name>
<full_name>\UptimeRobotApi::get_implode()</full_name>
<docblock line="934">
<description>Implode the array and deliminate the values with '-' or return the variable
as is.</description>
<long-description></long-description>
<tag name="param" line="934" description="<p>Array to be imploded or a string to be sent back.</p>" type="array|string" variable="$var">
<type>array</type>
<type>string</type>
</tag>
<tag name="return" line="934" description="Imploded string." type="string">
<type>string</type>
</tag>
</docblock>
<argument line="0" by_reference="false">
<name>$var</name>
<default></default>
<type>array|string</type>
</argument>
</method>
</class>
<source>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</source>
</file>
<package name="WP-API-Libraries" full_name="WP-API-Libraries">
<package name="WP-UptimeRobot-API" full_name="WP-API-Libraries\WP-UptimeRobot-API"/>
</package>
<package name="global" full_name="global"/>
<namespace name="global" full_name="global"/>
<deprecated count="0"/>
</project>