@itentialopensource/adapter-opsramp 0.1.1 → 0.1.3

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.
@@ -0,0 +1,4427 @@
1
+ {
2
+ "openapi": "3.1.0",
3
+ "info": {
4
+ "title": "",
5
+ "version": "1.0.0"
6
+ },
7
+ "paths": {
8
+ "/api/v2/tenants/{clientId}/resources": {
9
+ "post": {
10
+ "tags": [
11
+ "ResourceManagement"
12
+ ],
13
+ "operationId": "apiV2TenantsResourcesByClientIdPOST",
14
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesByClientIdPOST. Same endpoint also used in methods:",
15
+ "responses": {
16
+ "200": {
17
+ "description": "Successful operation",
18
+ "content": {
19
+ "application/json": {
20
+ "schema": {
21
+ "title": "result",
22
+ "type": "object"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ },
28
+ "parameters": [
29
+ {
30
+ "name": "clientId",
31
+ "in": "path",
32
+ "required": true,
33
+ "schema": {
34
+ "title": "clientId",
35
+ "type": "string"
36
+ }
37
+ }
38
+ ],
39
+ "requestBody": {
40
+ "description": "indeterminate body object",
41
+ "content": {
42
+ "application/json": {
43
+ "schema": {
44
+ "type": "object"
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
50
+ },
51
+ "/api/v2/tenants/{clientId}/resources/{resourceId}": {
52
+ "delete": {
53
+ "tags": [
54
+ "ResourceManagement"
55
+ ],
56
+ "operationId": "apiV2TenantsResourcesByClientIdDELETE",
57
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesByClientIdDELETE. Same endpoint also used in methods:",
58
+ "responses": {
59
+ "200": {
60
+ "description": "Successful operation",
61
+ "content": {
62
+ "application/json": {
63
+ "schema": {
64
+ "title": "result",
65
+ "type": "object"
66
+ }
67
+ }
68
+ }
69
+ }
70
+ },
71
+ "parameters": [
72
+ {
73
+ "name": "clientId",
74
+ "in": "path",
75
+ "required": true,
76
+ "schema": {
77
+ "title": "clientId",
78
+ "type": "string"
79
+ }
80
+ },
81
+ {
82
+ "name": "resourceId",
83
+ "in": "path",
84
+ "required": true,
85
+ "schema": {
86
+ "title": "resourceId",
87
+ "type": "string"
88
+ }
89
+ }
90
+ ],
91
+ "requestBody": {
92
+ "content": {
93
+ "application/json": {
94
+ "schema": {
95
+ "type": "object"
96
+ },
97
+ "example": {}
98
+ }
99
+ }
100
+ }
101
+ },
102
+ "get": {
103
+ "tags": [
104
+ "ResourceManagement"
105
+ ],
106
+ "operationId": "apiV2TenantsResourcesByClientIdGET",
107
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesByClientIdGET. Same endpoint also used in methods:",
108
+ "responses": {
109
+ "200": {
110
+ "description": "Successful operation",
111
+ "content": {
112
+ "application/json": {
113
+ "schema": {
114
+ "title": "result",
115
+ "type": "object"
116
+ }
117
+ }
118
+ }
119
+ }
120
+ },
121
+ "parameters": [
122
+ {
123
+ "name": "clientId",
124
+ "in": "path",
125
+ "required": true,
126
+ "schema": {
127
+ "title": "clientId",
128
+ "type": "string"
129
+ }
130
+ },
131
+ {
132
+ "name": "resourceId",
133
+ "in": "path",
134
+ "required": true,
135
+ "schema": {
136
+ "title": "resourceId",
137
+ "type": "string"
138
+ }
139
+ }
140
+ ],
141
+ "requestBody": {
142
+ "content": {
143
+ "application/json": {
144
+ "schema": {
145
+ "type": "object"
146
+ },
147
+ "example": {}
148
+ }
149
+ }
150
+ }
151
+ },
152
+ "post": {
153
+ "tags": [
154
+ "ResourceManagement"
155
+ ],
156
+ "operationId": "postApiV2TenantsResourcesByClientIdPOST",
157
+ "description": "The parameters and request body are for method: postApiV2TenantsResourcesByClientIdPOST. Same endpoint also used in methods:",
158
+ "responses": {
159
+ "200": {
160
+ "description": "Successful operation",
161
+ "content": {
162
+ "application/json": {
163
+ "schema": {
164
+ "title": "result",
165
+ "type": "object"
166
+ }
167
+ }
168
+ }
169
+ }
170
+ },
171
+ "parameters": [
172
+ {
173
+ "name": "clientId",
174
+ "in": "path",
175
+ "required": true,
176
+ "schema": {
177
+ "title": "clientId",
178
+ "type": "string"
179
+ }
180
+ },
181
+ {
182
+ "name": "resourceId",
183
+ "in": "path",
184
+ "required": true,
185
+ "schema": {
186
+ "title": "resourceId",
187
+ "type": "string"
188
+ }
189
+ }
190
+ ],
191
+ "requestBody": {
192
+ "description": "indeterminate body object",
193
+ "content": {
194
+ "application/json": {
195
+ "schema": {
196
+ "type": "object"
197
+ }
198
+ }
199
+ }
200
+ }
201
+ }
202
+ },
203
+ "/api/v2/tenants/{clientId}/resources/minimal": {
204
+ "get": {
205
+ "tags": [
206
+ "ResourceManagement"
207
+ ],
208
+ "operationId": "apiV2TenantsResourcesMinimalByClientIdGET",
209
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesMinimalByClientIdGET. Same endpoint also used in methods:",
210
+ "responses": {
211
+ "200": {
212
+ "description": "Successful operation",
213
+ "content": {
214
+ "application/json": {
215
+ "schema": {
216
+ "title": "result",
217
+ "type": "object"
218
+ }
219
+ }
220
+ }
221
+ }
222
+ },
223
+ "parameters": [
224
+ {
225
+ "name": "clientId",
226
+ "in": "path",
227
+ "required": true,
228
+ "schema": {
229
+ "title": "clientId",
230
+ "type": "string"
231
+ }
232
+ },
233
+ {
234
+ "name": "locationId",
235
+ "in": "query",
236
+ "required": true,
237
+ "schema": {
238
+ "type": "string"
239
+ }
240
+ },
241
+ {
242
+ "name": "deviceGroupId",
243
+ "in": "query",
244
+ "required": true,
245
+ "schema": {
246
+ "type": "string"
247
+ }
248
+ },
249
+ {
250
+ "name": "deviceTypeId",
251
+ "in": "query",
252
+ "required": true,
253
+ "schema": {
254
+ "type": "string"
255
+ }
256
+ },
257
+ {
258
+ "name": "queryString",
259
+ "in": "query",
260
+ "required": true,
261
+ "schema": {
262
+ "type": "string"
263
+ }
264
+ },
265
+ {
266
+ "name": "hostName",
267
+ "in": "query",
268
+ "required": true,
269
+ "schema": {
270
+ "type": "string"
271
+ }
272
+ },
273
+ {
274
+ "name": "dnsName",
275
+ "in": "query",
276
+ "required": true,
277
+ "schema": {
278
+ "type": "string"
279
+ }
280
+ },
281
+ {
282
+ "name": "resourceName",
283
+ "in": "query",
284
+ "required": true,
285
+ "schema": {
286
+ "type": "string"
287
+ }
288
+ },
289
+ {
290
+ "name": "aliasName",
291
+ "in": "query",
292
+ "required": true,
293
+ "schema": {
294
+ "type": "string"
295
+ }
296
+ },
297
+ {
298
+ "name": "id",
299
+ "in": "query",
300
+ "required": true,
301
+ "schema": {
302
+ "type": "string"
303
+ }
304
+ },
305
+ {
306
+ "name": "serialNumber",
307
+ "in": "query",
308
+ "required": true,
309
+ "schema": {
310
+ "type": "string"
311
+ }
312
+ },
313
+ {
314
+ "name": "ipAddress",
315
+ "in": "query",
316
+ "required": true,
317
+ "schema": {
318
+ "type": "string"
319
+ }
320
+ },
321
+ {
322
+ "name": "systemUID",
323
+ "in": "query",
324
+ "required": true,
325
+ "schema": {
326
+ "type": "string"
327
+ }
328
+ },
329
+ {
330
+ "name": "state",
331
+ "in": "query",
332
+ "required": true,
333
+ "schema": {
334
+ "type": "string"
335
+ }
336
+ },
337
+ {
338
+ "name": "type",
339
+ "in": "query",
340
+ "required": true,
341
+ "schema": {
342
+ "type": "string"
343
+ }
344
+ },
345
+ {
346
+ "name": "deviceType",
347
+ "in": "query",
348
+ "required": true,
349
+ "schema": {
350
+ "type": "string"
351
+ }
352
+ },
353
+ {
354
+ "name": "resourceType",
355
+ "in": "query",
356
+ "required": true,
357
+ "schema": {
358
+ "type": "string"
359
+ }
360
+ },
361
+ {
362
+ "name": "startCreationDate",
363
+ "in": "query",
364
+ "required": true,
365
+ "schema": {
366
+ "type": "string"
367
+ }
368
+ },
369
+ {
370
+ "name": "endCreationDate",
371
+ "in": "query",
372
+ "required": true,
373
+ "schema": {
374
+ "type": "string"
375
+ }
376
+ },
377
+ {
378
+ "name": "startUpdationDate",
379
+ "in": "query",
380
+ "required": true,
381
+ "schema": {
382
+ "type": "string"
383
+ }
384
+ },
385
+ {
386
+ "name": "endUpdationDate",
387
+ "in": "query",
388
+ "required": true,
389
+ "schema": {
390
+ "type": "string"
391
+ }
392
+ },
393
+ {
394
+ "name": "tags",
395
+ "in": "query",
396
+ "required": true,
397
+ "schema": {
398
+ "type": "string"
399
+ }
400
+ },
401
+ {
402
+ "name": "template",
403
+ "in": "query",
404
+ "required": true,
405
+ "schema": {
406
+ "type": "string"
407
+ }
408
+ },
409
+ {
410
+ "name": "agentProfile",
411
+ "in": "query",
412
+ "required": true,
413
+ "schema": {
414
+ "type": "string"
415
+ }
416
+ },
417
+ {
418
+ "name": "gatewayProfile",
419
+ "in": "query",
420
+ "required": true,
421
+ "schema": {
422
+ "type": "string"
423
+ }
424
+ },
425
+ {
426
+ "name": "instanceId",
427
+ "in": "query",
428
+ "required": true,
429
+ "schema": {
430
+ "type": "string"
431
+ }
432
+ },
433
+ {
434
+ "name": "accountNumber",
435
+ "in": "query",
436
+ "required": true,
437
+ "schema": {
438
+ "type": "string"
439
+ }
440
+ },
441
+ {
442
+ "name": "installedIntgId",
443
+ "in": "query",
444
+ "required": true,
445
+ "schema": {
446
+ "type": "string"
447
+ }
448
+ },
449
+ {
450
+ "name": "agentInstalled",
451
+ "in": "query",
452
+ "required": true,
453
+ "schema": {
454
+ "type": "string"
455
+ }
456
+ },
457
+ {
458
+ "name": "deviceGroup",
459
+ "in": "query",
460
+ "required": true,
461
+ "schema": {
462
+ "type": "string"
463
+ }
464
+ },
465
+ {
466
+ "name": "serviceGroup",
467
+ "in": "query",
468
+ "required": true,
469
+ "schema": {
470
+ "type": "string"
471
+ }
472
+ },
473
+ {
474
+ "name": "deviceLocation",
475
+ "in": "query",
476
+ "required": true,
477
+ "schema": {
478
+ "type": "string"
479
+ }
480
+ },
481
+ {
482
+ "name": "isEquals",
483
+ "in": "query",
484
+ "required": true,
485
+ "schema": {
486
+ "type": "string"
487
+ }
488
+ },
489
+ {
490
+ "name": "assetManagedTime",
491
+ "in": "query",
492
+ "required": true,
493
+ "schema": {
494
+ "type": "string"
495
+ }
496
+ },
497
+ {
498
+ "name": "firstAssetManagedTime",
499
+ "in": "query",
500
+ "required": true,
501
+ "schema": {
502
+ "type": "string"
503
+ }
504
+ },
505
+ {
506
+ "name": "appRoles",
507
+ "in": "query",
508
+ "required": true,
509
+ "schema": {
510
+ "type": "string"
511
+ }
512
+ }
513
+ ],
514
+ "requestBody": {
515
+ "content": {
516
+ "application/json": {
517
+ "schema": {
518
+ "type": "object"
519
+ },
520
+ "example": {}
521
+ }
522
+ }
523
+ }
524
+ }
525
+ },
526
+ "/api/v2/tenants/{tenantId}/resources/search": {
527
+ "get": {
528
+ "tags": [
529
+ "ResourceManagement"
530
+ ],
531
+ "operationId": "apiV2TenantsResourcesSearchByTenantIdGET",
532
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesSearchByTenantIdGET. Same endpoint also used in methods:",
533
+ "responses": {
534
+ "200": {
535
+ "description": "Successful operation",
536
+ "content": {
537
+ "application/json": {
538
+ "schema": {
539
+ "title": "result",
540
+ "type": "object"
541
+ }
542
+ }
543
+ }
544
+ }
545
+ },
546
+ "parameters": [
547
+ {
548
+ "name": "tenantId",
549
+ "in": "path",
550
+ "required": true,
551
+ "schema": {
552
+ "title": "tenantId",
553
+ "type": "string"
554
+ }
555
+ },
556
+ {
557
+ "name": "pageNo",
558
+ "in": "query",
559
+ "required": true,
560
+ "schema": {
561
+ "type": "string"
562
+ }
563
+ },
564
+ {
565
+ "name": "pageSize",
566
+ "in": "query",
567
+ "required": true,
568
+ "schema": {
569
+ "type": "string"
570
+ }
571
+ },
572
+ {
573
+ "name": "isDescendingOrder",
574
+ "in": "query",
575
+ "required": true,
576
+ "schema": {
577
+ "type": "string"
578
+ }
579
+ },
580
+ {
581
+ "name": "sortName",
582
+ "in": "query",
583
+ "required": true,
584
+ "schema": {
585
+ "type": "string"
586
+ }
587
+ },
588
+ {
589
+ "name": "queryString",
590
+ "in": "query",
591
+ "required": true,
592
+ "schema": {
593
+ "type": "string"
594
+ }
595
+ },
596
+ {
597
+ "name": "includeStatus",
598
+ "in": "query",
599
+ "required": true,
600
+ "schema": {
601
+ "type": "string"
602
+ }
603
+ },
604
+ {
605
+ "name": "hostName",
606
+ "in": "query",
607
+ "required": true,
608
+ "schema": {
609
+ "type": "string"
610
+ }
611
+ },
612
+ {
613
+ "name": "dnsName",
614
+ "in": "query",
615
+ "required": true,
616
+ "schema": {
617
+ "type": "string"
618
+ }
619
+ },
620
+ {
621
+ "name": "resourceName",
622
+ "in": "query",
623
+ "required": true,
624
+ "schema": {
625
+ "type": "string"
626
+ }
627
+ },
628
+ {
629
+ "name": "aliasName",
630
+ "in": "query",
631
+ "required": true,
632
+ "schema": {
633
+ "type": "string"
634
+ }
635
+ },
636
+ {
637
+ "name": "id",
638
+ "in": "query",
639
+ "required": true,
640
+ "schema": {
641
+ "type": "string"
642
+ }
643
+ },
644
+ {
645
+ "name": "serialNumber",
646
+ "in": "query",
647
+ "required": true,
648
+ "schema": {
649
+ "type": "string"
650
+ }
651
+ },
652
+ {
653
+ "name": "ipAddress",
654
+ "in": "query",
655
+ "required": true,
656
+ "schema": {
657
+ "type": "string"
658
+ }
659
+ },
660
+ {
661
+ "name": "systemUID",
662
+ "in": "query",
663
+ "required": true,
664
+ "schema": {
665
+ "type": "string"
666
+ }
667
+ },
668
+ {
669
+ "name": "state",
670
+ "in": "query",
671
+ "required": true,
672
+ "schema": {
673
+ "type": "string"
674
+ }
675
+ },
676
+ {
677
+ "name": "type",
678
+ "in": "query",
679
+ "required": true,
680
+ "schema": {
681
+ "type": "string"
682
+ }
683
+ },
684
+ {
685
+ "name": "deviceType",
686
+ "in": "query",
687
+ "required": true,
688
+ "schema": {
689
+ "type": "string"
690
+ }
691
+ },
692
+ {
693
+ "name": "resourceType",
694
+ "in": "query",
695
+ "required": true,
696
+ "schema": {
697
+ "type": "string"
698
+ }
699
+ },
700
+ {
701
+ "name": "startCreationDate",
702
+ "in": "query",
703
+ "required": true,
704
+ "schema": {
705
+ "type": "string"
706
+ }
707
+ },
708
+ {
709
+ "name": "endCreationDate",
710
+ "in": "query",
711
+ "required": true,
712
+ "schema": {
713
+ "type": "string"
714
+ }
715
+ },
716
+ {
717
+ "name": "startUpdationDate",
718
+ "in": "query",
719
+ "required": true,
720
+ "schema": {
721
+ "type": "string"
722
+ }
723
+ },
724
+ {
725
+ "name": "endUpdationDate",
726
+ "in": "query",
727
+ "required": true,
728
+ "schema": {
729
+ "type": "string"
730
+ }
731
+ },
732
+ {
733
+ "name": "tags",
734
+ "in": "query",
735
+ "required": true,
736
+ "schema": {
737
+ "type": "string"
738
+ }
739
+ },
740
+ {
741
+ "name": "template",
742
+ "in": "query",
743
+ "required": true,
744
+ "schema": {
745
+ "type": "string"
746
+ }
747
+ },
748
+ {
749
+ "name": "agentProfile",
750
+ "in": "query",
751
+ "required": true,
752
+ "schema": {
753
+ "type": "string"
754
+ }
755
+ },
756
+ {
757
+ "name": "gatewayProfile",
758
+ "in": "query",
759
+ "required": true,
760
+ "schema": {
761
+ "type": "string"
762
+ }
763
+ },
764
+ {
765
+ "name": "instanceId",
766
+ "in": "query",
767
+ "required": true,
768
+ "schema": {
769
+ "type": "string"
770
+ }
771
+ },
772
+ {
773
+ "name": "accountNumber",
774
+ "in": "query",
775
+ "required": true,
776
+ "schema": {
777
+ "type": "string"
778
+ }
779
+ },
780
+ {
781
+ "name": "agentInstalled",
782
+ "in": "query",
783
+ "required": true,
784
+ "schema": {
785
+ "type": "string"
786
+ }
787
+ },
788
+ {
789
+ "name": "deviceGroup",
790
+ "in": "query",
791
+ "required": true,
792
+ "schema": {
793
+ "type": "string"
794
+ }
795
+ },
796
+ {
797
+ "name": "serviceGroup",
798
+ "in": "query",
799
+ "required": true,
800
+ "schema": {
801
+ "type": "string"
802
+ }
803
+ },
804
+ {
805
+ "name": "deviceLocation",
806
+ "in": "query",
807
+ "required": true,
808
+ "schema": {
809
+ "type": "string"
810
+ }
811
+ },
812
+ {
813
+ "name": "isEquals",
814
+ "in": "query",
815
+ "required": true,
816
+ "schema": {
817
+ "type": "string"
818
+ }
819
+ },
820
+ {
821
+ "name": "assetManagedTime",
822
+ "in": "query",
823
+ "required": true,
824
+ "schema": {
825
+ "type": "string"
826
+ }
827
+ },
828
+ {
829
+ "name": "firstAssetManagedTime",
830
+ "in": "query",
831
+ "required": true,
832
+ "schema": {
833
+ "type": "string"
834
+ }
835
+ },
836
+ {
837
+ "name": "aliasIp",
838
+ "in": "query",
839
+ "required": true,
840
+ "schema": {
841
+ "type": "string"
842
+ }
843
+ },
844
+ {
845
+ "name": "appRoles",
846
+ "in": "query",
847
+ "required": true,
848
+ "schema": {
849
+ "type": "string"
850
+ }
851
+ },
852
+ {
853
+ "name": "osArchitecture",
854
+ "in": "query",
855
+ "required": true,
856
+ "schema": {
857
+ "type": "string"
858
+ }
859
+ }
860
+ ],
861
+ "requestBody": {
862
+ "content": {
863
+ "application/json": {
864
+ "schema": {
865
+ "type": "object"
866
+ },
867
+ "example": {}
868
+ }
869
+ }
870
+ }
871
+ }
872
+ },
873
+ "/api/v2/tenants/{clientId}/resources/antivirus/search": {
874
+ "get": {
875
+ "tags": [
876
+ "ResourceManagement"
877
+ ],
878
+ "operationId": "apiV2TenantsResourcesAntivirusSearchGET",
879
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesAntivirusSearchGET. Same endpoint also used in methods:",
880
+ "responses": {
881
+ "200": {
882
+ "description": "Successful operation",
883
+ "content": {
884
+ "application/json": {
885
+ "schema": {
886
+ "title": "result",
887
+ "type": "object"
888
+ }
889
+ }
890
+ }
891
+ }
892
+ },
893
+ "parameters": [
894
+ {
895
+ "name": "clientId",
896
+ "in": "path",
897
+ "required": true,
898
+ "schema": {
899
+ "title": "clientId",
900
+ "type": "string"
901
+ }
902
+ },
903
+ {
904
+ "name": "pageNo",
905
+ "in": "query",
906
+ "required": true,
907
+ "schema": {
908
+ "type": "string"
909
+ }
910
+ },
911
+ {
912
+ "name": "pageSize",
913
+ "in": "query",
914
+ "required": true,
915
+ "schema": {
916
+ "type": "string"
917
+ }
918
+ },
919
+ {
920
+ "name": "isDescendingOrder",
921
+ "in": "query",
922
+ "required": true,
923
+ "schema": {
924
+ "type": "string"
925
+ }
926
+ },
927
+ {
928
+ "name": "sortName",
929
+ "in": "query",
930
+ "required": true,
931
+ "schema": {
932
+ "type": "string"
933
+ }
934
+ },
935
+ {
936
+ "name": "queryString",
937
+ "in": "query",
938
+ "required": true,
939
+ "schema": {
940
+ "type": "string"
941
+ }
942
+ },
943
+ {
944
+ "name": "status",
945
+ "in": "query",
946
+ "required": true,
947
+ "schema": {
948
+ "type": "string"
949
+ }
950
+ }
951
+ ],
952
+ "requestBody": {
953
+ "content": {
954
+ "application/json": {
955
+ "schema": {
956
+ "type": "object"
957
+ },
958
+ "example": {}
959
+ }
960
+ }
961
+ }
962
+ }
963
+ },
964
+ "/api/v2/tenants/{clientId}/resources/{resourceId}/notes": {
965
+ "post": {
966
+ "tags": [
967
+ "ResourceManagement"
968
+ ],
969
+ "operationId": "apiV2TenantsResourcesNotesByClientIdPOST",
970
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesNotesByClientIdPOST. Same endpoint also used in methods:",
971
+ "responses": {
972
+ "200": {
973
+ "description": "Successful operation",
974
+ "content": {
975
+ "application/json": {
976
+ "schema": {
977
+ "title": "result",
978
+ "type": "object"
979
+ }
980
+ }
981
+ }
982
+ }
983
+ },
984
+ "parameters": [
985
+ {
986
+ "name": "clientId",
987
+ "in": "path",
988
+ "required": true,
989
+ "schema": {
990
+ "title": "clientId",
991
+ "type": "string"
992
+ }
993
+ },
994
+ {
995
+ "name": "resourceId",
996
+ "in": "path",
997
+ "required": true,
998
+ "schema": {
999
+ "title": "resourceId",
1000
+ "type": "string"
1001
+ }
1002
+ }
1003
+ ],
1004
+ "requestBody": {
1005
+ "description": "indeterminate body object",
1006
+ "content": {
1007
+ "application/json": {
1008
+ "schema": {
1009
+ "type": "object"
1010
+ }
1011
+ }
1012
+ }
1013
+ }
1014
+ }
1015
+ },
1016
+ "/api/v2/tenants/{clientId}/resources/{resourceId}/notes/{noteId}": {
1017
+ "post": {
1018
+ "tags": [
1019
+ "ResourceManagement"
1020
+ ],
1021
+ "operationId": "apiV2TenantsResourcesNotesNoteIdPOST",
1022
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesNotesNoteIdPOST. Same endpoint also used in methods:",
1023
+ "responses": {
1024
+ "200": {
1025
+ "description": "Successful operation",
1026
+ "content": {
1027
+ "application/json": {
1028
+ "schema": {
1029
+ "title": "result",
1030
+ "type": "object"
1031
+ }
1032
+ }
1033
+ }
1034
+ }
1035
+ },
1036
+ "parameters": [
1037
+ {
1038
+ "name": "clientId",
1039
+ "in": "path",
1040
+ "required": true,
1041
+ "schema": {
1042
+ "title": "clientId",
1043
+ "type": "string"
1044
+ }
1045
+ },
1046
+ {
1047
+ "name": "resourceId",
1048
+ "in": "path",
1049
+ "required": true,
1050
+ "schema": {
1051
+ "title": "resourceId",
1052
+ "type": "string"
1053
+ }
1054
+ },
1055
+ {
1056
+ "name": "noteId",
1057
+ "in": "path",
1058
+ "required": true,
1059
+ "schema": {
1060
+ "title": "noteId",
1061
+ "type": "string"
1062
+ }
1063
+ }
1064
+ ],
1065
+ "requestBody": {
1066
+ "description": "indeterminate body object",
1067
+ "content": {
1068
+ "application/json": {
1069
+ "schema": {
1070
+ "type": "object"
1071
+ }
1072
+ }
1073
+ }
1074
+ }
1075
+ }
1076
+ },
1077
+ "/api/v2/tenants/{clientId}/resources/{resourceId}/notes/search": {
1078
+ "get": {
1079
+ "tags": [
1080
+ "ResourceManagement"
1081
+ ],
1082
+ "operationId": "apiV2TenantsResourcesNotesSearchGET",
1083
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesNotesSearchGET. Same endpoint also used in methods:",
1084
+ "responses": {
1085
+ "200": {
1086
+ "description": "Successful operation",
1087
+ "content": {
1088
+ "application/json": {
1089
+ "schema": {
1090
+ "title": "result",
1091
+ "type": "object"
1092
+ }
1093
+ }
1094
+ }
1095
+ }
1096
+ },
1097
+ "parameters": [
1098
+ {
1099
+ "name": "clientId",
1100
+ "in": "path",
1101
+ "required": true,
1102
+ "schema": {
1103
+ "title": "clientId",
1104
+ "type": "string"
1105
+ }
1106
+ },
1107
+ {
1108
+ "name": "resourceId",
1109
+ "in": "path",
1110
+ "required": true,
1111
+ "schema": {
1112
+ "title": "resourceId",
1113
+ "type": "string"
1114
+ }
1115
+ },
1116
+ {
1117
+ "name": "pageNo",
1118
+ "in": "query",
1119
+ "required": true,
1120
+ "schema": {
1121
+ "type": "string"
1122
+ }
1123
+ },
1124
+ {
1125
+ "name": "pageSize",
1126
+ "in": "query",
1127
+ "required": true,
1128
+ "schema": {
1129
+ "type": "string"
1130
+ }
1131
+ },
1132
+ {
1133
+ "name": "isDescendingOrder",
1134
+ "in": "query",
1135
+ "required": true,
1136
+ "schema": {
1137
+ "type": "string"
1138
+ }
1139
+ },
1140
+ {
1141
+ "name": "sortName",
1142
+ "in": "query",
1143
+ "required": true,
1144
+ "schema": {
1145
+ "type": "string"
1146
+ }
1147
+ },
1148
+ {
1149
+ "name": "queryString",
1150
+ "in": "query",
1151
+ "required": true,
1152
+ "schema": {
1153
+ "type": "string"
1154
+ }
1155
+ }
1156
+ ],
1157
+ "requestBody": {
1158
+ "content": {
1159
+ "application/json": {
1160
+ "schema": {
1161
+ "type": "object"
1162
+ },
1163
+ "example": {}
1164
+ }
1165
+ }
1166
+ }
1167
+ }
1168
+ },
1169
+ "/api/v2/tenants/{clientId}/devices/{resourceId}/deviceWarranty": {
1170
+ "post": {
1171
+ "tags": [
1172
+ "ResourceManagement"
1173
+ ],
1174
+ "operationId": "apiV2TenantsDevicesDeviceWarrantyPOST",
1175
+ "description": "The parameters and request body are for method: apiV2TenantsDevicesDeviceWarrantyPOST. Same endpoint also used in methods:",
1176
+ "responses": {
1177
+ "200": {
1178
+ "description": "Successful operation",
1179
+ "content": {
1180
+ "application/json": {
1181
+ "schema": {
1182
+ "title": "result",
1183
+ "type": "object"
1184
+ }
1185
+ }
1186
+ }
1187
+ }
1188
+ },
1189
+ "parameters": [
1190
+ {
1191
+ "name": "clientId",
1192
+ "in": "path",
1193
+ "required": true,
1194
+ "schema": {
1195
+ "title": "clientId",
1196
+ "type": "string"
1197
+ }
1198
+ },
1199
+ {
1200
+ "name": "resourceId",
1201
+ "in": "path",
1202
+ "required": true,
1203
+ "schema": {
1204
+ "title": "resourceId",
1205
+ "type": "string"
1206
+ }
1207
+ }
1208
+ ],
1209
+ "requestBody": {
1210
+ "description": "indeterminate body object",
1211
+ "content": {
1212
+ "application/json": {
1213
+ "schema": {
1214
+ "type": "object"
1215
+ }
1216
+ }
1217
+ }
1218
+ }
1219
+ },
1220
+ "get": {
1221
+ "tags": [
1222
+ "ResourceManagement"
1223
+ ],
1224
+ "operationId": "apiV2TenantsDevicesDeviceWarrantyGET",
1225
+ "description": "The parameters and request body are for method: apiV2TenantsDevicesDeviceWarrantyGET. Same endpoint also used in methods:",
1226
+ "responses": {
1227
+ "200": {
1228
+ "description": "Successful operation",
1229
+ "content": {
1230
+ "application/json": {
1231
+ "schema": {
1232
+ "title": "result",
1233
+ "type": "object"
1234
+ }
1235
+ }
1236
+ }
1237
+ }
1238
+ },
1239
+ "parameters": [
1240
+ {
1241
+ "name": "clientId",
1242
+ "in": "path",
1243
+ "required": true,
1244
+ "schema": {
1245
+ "title": "clientId",
1246
+ "type": "string"
1247
+ }
1248
+ },
1249
+ {
1250
+ "name": "resourceId",
1251
+ "in": "path",
1252
+ "required": true,
1253
+ "schema": {
1254
+ "title": "resourceId",
1255
+ "type": "string"
1256
+ }
1257
+ }
1258
+ ],
1259
+ "requestBody": {
1260
+ "content": {
1261
+ "application/json": {
1262
+ "schema": {
1263
+ "type": "object"
1264
+ },
1265
+ "example": {}
1266
+ }
1267
+ }
1268
+ }
1269
+ }
1270
+ },
1271
+ "/api/v2/tenants/{clientId}/resources/{resourceId}/decommission": {
1272
+ "post": {
1273
+ "tags": [
1274
+ "ResourceManagement"
1275
+ ],
1276
+ "operationId": "apiV2TenantsResourcesDecommissionPOST",
1277
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesDecommissionPOST. Same endpoint also used in methods:",
1278
+ "responses": {
1279
+ "200": {
1280
+ "description": "Successful operation",
1281
+ "content": {
1282
+ "application/json": {
1283
+ "schema": {
1284
+ "title": "result",
1285
+ "type": "object"
1286
+ }
1287
+ }
1288
+ }
1289
+ }
1290
+ },
1291
+ "parameters": [
1292
+ {
1293
+ "name": "clientId",
1294
+ "in": "path",
1295
+ "required": true,
1296
+ "schema": {
1297
+ "title": "clientId",
1298
+ "type": "string"
1299
+ }
1300
+ },
1301
+ {
1302
+ "name": "resourceId",
1303
+ "in": "path",
1304
+ "required": true,
1305
+ "schema": {
1306
+ "title": "resourceId",
1307
+ "type": "string"
1308
+ }
1309
+ }
1310
+ ],
1311
+ "requestBody": {
1312
+ "description": "indeterminate body object",
1313
+ "content": {
1314
+ "application/json": {
1315
+ "schema": {
1316
+ "type": "object"
1317
+ }
1318
+ }
1319
+ }
1320
+ }
1321
+ }
1322
+ },
1323
+ "/api/v2/tenants/{clientId}/resources/{resourceId}/availability": {
1324
+ "get": {
1325
+ "tags": [
1326
+ "ResourceManagement"
1327
+ ],
1328
+ "operationId": "apiV2TenantsResourcesAvailabilityGET",
1329
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesAvailabilityGET. Same endpoint also used in methods:",
1330
+ "responses": {
1331
+ "200": {
1332
+ "description": "Successful operation",
1333
+ "content": {
1334
+ "application/json": {
1335
+ "schema": {
1336
+ "title": "result",
1337
+ "type": "object"
1338
+ }
1339
+ }
1340
+ }
1341
+ }
1342
+ },
1343
+ "parameters": [
1344
+ {
1345
+ "name": "clientId",
1346
+ "in": "path",
1347
+ "required": true,
1348
+ "schema": {
1349
+ "title": "clientId",
1350
+ "type": "string"
1351
+ }
1352
+ },
1353
+ {
1354
+ "name": "resourceId",
1355
+ "in": "path",
1356
+ "required": true,
1357
+ "schema": {
1358
+ "title": "resourceId",
1359
+ "type": "string"
1360
+ }
1361
+ },
1362
+ {
1363
+ "name": "startTime",
1364
+ "in": "query",
1365
+ "required": true,
1366
+ "schema": {
1367
+ "type": "string"
1368
+ }
1369
+ },
1370
+ {
1371
+ "name": "endTime",
1372
+ "in": "query",
1373
+ "required": true,
1374
+ "schema": {
1375
+ "type": "string"
1376
+ }
1377
+ }
1378
+ ],
1379
+ "requestBody": {
1380
+ "content": {
1381
+ "application/json": {
1382
+ "schema": {
1383
+ "type": "object"
1384
+ },
1385
+ "example": {}
1386
+ }
1387
+ }
1388
+ }
1389
+ }
1390
+ },
1391
+ "/api/v2/tenants/{clientId}/resources/{resourceId}/availability/rule": {
1392
+ "get": {
1393
+ "tags": [
1394
+ "ResourceManagement"
1395
+ ],
1396
+ "operationId": "apiV2TenantsResourcesAvailabilityRuleGET",
1397
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesAvailabilityRuleGET. Same endpoint also used in methods:",
1398
+ "responses": {
1399
+ "200": {
1400
+ "description": "Successful operation",
1401
+ "content": {
1402
+ "application/json": {
1403
+ "schema": {
1404
+ "title": "result",
1405
+ "type": "object"
1406
+ }
1407
+ }
1408
+ }
1409
+ }
1410
+ },
1411
+ "parameters": [
1412
+ {
1413
+ "name": "clientId",
1414
+ "in": "path",
1415
+ "required": true,
1416
+ "schema": {
1417
+ "title": "clientId",
1418
+ "type": "string"
1419
+ }
1420
+ },
1421
+ {
1422
+ "name": "resourceId",
1423
+ "in": "path",
1424
+ "required": true,
1425
+ "schema": {
1426
+ "title": "resourceId",
1427
+ "type": "string"
1428
+ }
1429
+ }
1430
+ ],
1431
+ "requestBody": {
1432
+ "content": {
1433
+ "application/json": {
1434
+ "schema": {
1435
+ "type": "object"
1436
+ },
1437
+ "example": {}
1438
+ }
1439
+ }
1440
+ }
1441
+ },
1442
+ "post": {
1443
+ "tags": [
1444
+ "ResourceManagement"
1445
+ ],
1446
+ "operationId": "apiV2TenantsResourcesAvailabilityRulePOST",
1447
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesAvailabilityRulePOST. Same endpoint also used in methods:",
1448
+ "responses": {
1449
+ "200": {
1450
+ "description": "Successful operation",
1451
+ "content": {
1452
+ "application/json": {
1453
+ "schema": {
1454
+ "title": "result",
1455
+ "type": "object"
1456
+ }
1457
+ }
1458
+ }
1459
+ }
1460
+ },
1461
+ "parameters": [
1462
+ {
1463
+ "name": "clientId",
1464
+ "in": "path",
1465
+ "required": true,
1466
+ "schema": {
1467
+ "title": "clientId",
1468
+ "type": "string"
1469
+ }
1470
+ },
1471
+ {
1472
+ "name": "resourceId",
1473
+ "in": "path",
1474
+ "required": true,
1475
+ "schema": {
1476
+ "title": "resourceId",
1477
+ "type": "string"
1478
+ }
1479
+ }
1480
+ ],
1481
+ "requestBody": {
1482
+ "description": "indeterminate body object",
1483
+ "content": {
1484
+ "application/json": {
1485
+ "schema": {
1486
+ "type": "object"
1487
+ }
1488
+ }
1489
+ }
1490
+ }
1491
+ }
1492
+ },
1493
+ "/api/v2/tenants/{clientId}/resources/{resourceId}/applications": {
1494
+ "get": {
1495
+ "tags": [
1496
+ "ResourceManagement"
1497
+ ],
1498
+ "operationId": "apiV2TenantsResourcesApplicationsGET",
1499
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesApplicationsGET. Same endpoint also used in methods:",
1500
+ "responses": {
1501
+ "200": {
1502
+ "description": "Successful operation",
1503
+ "content": {
1504
+ "application/json": {
1505
+ "schema": {
1506
+ "title": "result",
1507
+ "type": "object"
1508
+ }
1509
+ }
1510
+ }
1511
+ }
1512
+ },
1513
+ "parameters": [
1514
+ {
1515
+ "name": "clientId",
1516
+ "in": "path",
1517
+ "required": true,
1518
+ "schema": {
1519
+ "title": "clientId",
1520
+ "type": "string"
1521
+ }
1522
+ },
1523
+ {
1524
+ "name": "resourceId",
1525
+ "in": "path",
1526
+ "required": true,
1527
+ "schema": {
1528
+ "title": "resourceId",
1529
+ "type": "string"
1530
+ }
1531
+ }
1532
+ ],
1533
+ "requestBody": {
1534
+ "content": {
1535
+ "application/json": {
1536
+ "schema": {
1537
+ "type": "object"
1538
+ },
1539
+ "example": {}
1540
+ }
1541
+ }
1542
+ }
1543
+ }
1544
+ },
1545
+ "/api/v2/tenants/{clientId}/resources/{resourceId}/discoveredServices": {
1546
+ "get": {
1547
+ "tags": [
1548
+ "ResourceManagement"
1549
+ ],
1550
+ "operationId": "getApiV2TenantsTenantIdResourcesInstalledServicesSearch",
1551
+ "description": "The parameters and request body are for method: getApiV2TenantsTenantIdResourcesInstalledServicesSearch. Same endpoint also used in methods:",
1552
+ "responses": {
1553
+ "200": {
1554
+ "description": "Successful operation",
1555
+ "content": {
1556
+ "application/json": {
1557
+ "schema": {
1558
+ "title": "result",
1559
+ "type": "object"
1560
+ }
1561
+ }
1562
+ }
1563
+ }
1564
+ },
1565
+ "parameters": [
1566
+ {
1567
+ "name": "clientId",
1568
+ "in": "path",
1569
+ "required": true,
1570
+ "schema": {
1571
+ "title": "clientId",
1572
+ "type": "string"
1573
+ }
1574
+ },
1575
+ {
1576
+ "name": "resourceId",
1577
+ "in": "path",
1578
+ "required": true,
1579
+ "schema": {
1580
+ "title": "resourceId",
1581
+ "type": "string"
1582
+ }
1583
+ },
1584
+ {
1585
+ "name": "state",
1586
+ "in": "query",
1587
+ "required": true,
1588
+ "schema": {
1589
+ "type": "string"
1590
+ }
1591
+ }
1592
+ ],
1593
+ "requestBody": {
1594
+ "content": {
1595
+ "application/json": {
1596
+ "schema": {
1597
+ "type": "object"
1598
+ },
1599
+ "example": {}
1600
+ }
1601
+ }
1602
+ }
1603
+ }
1604
+ },
1605
+ "/api/v2/tenants/{tenantId}/resources/auditRecordings/search": {
1606
+ "get": {
1607
+ "tags": [
1608
+ "ResourceManagement"
1609
+ ],
1610
+ "operationId": "getConsoles",
1611
+ "description": "The parameters and request body are for method: getConsoles. Same endpoint also used in methods:",
1612
+ "responses": {
1613
+ "200": {
1614
+ "description": "Successful operation",
1615
+ "content": {
1616
+ "application/json": {
1617
+ "schema": {
1618
+ "title": "result",
1619
+ "type": "object"
1620
+ }
1621
+ }
1622
+ }
1623
+ }
1624
+ },
1625
+ "parameters": [
1626
+ {
1627
+ "name": "tenantId",
1628
+ "in": "path",
1629
+ "required": true,
1630
+ "schema": {
1631
+ "title": "tenantId",
1632
+ "type": "string"
1633
+ }
1634
+ },
1635
+ {
1636
+ "name": "pageNo",
1637
+ "in": "query",
1638
+ "required": true,
1639
+ "schema": {
1640
+ "type": "string"
1641
+ }
1642
+ },
1643
+ {
1644
+ "name": "pageSize",
1645
+ "in": "query",
1646
+ "required": true,
1647
+ "schema": {
1648
+ "type": "string"
1649
+ }
1650
+ },
1651
+ {
1652
+ "name": "queryString",
1653
+ "in": "query",
1654
+ "required": true,
1655
+ "schema": {
1656
+ "type": "string"
1657
+ }
1658
+ },
1659
+ {
1660
+ "name": "userId",
1661
+ "in": "query",
1662
+ "required": true,
1663
+ "schema": {
1664
+ "type": "string"
1665
+ }
1666
+ },
1667
+ {
1668
+ "name": "startDate",
1669
+ "in": "query",
1670
+ "required": true,
1671
+ "schema": {
1672
+ "type": "string"
1673
+ }
1674
+ },
1675
+ {
1676
+ "name": "endDate",
1677
+ "in": "query",
1678
+ "required": true,
1679
+ "schema": {
1680
+ "type": "string"
1681
+ }
1682
+ },
1683
+ {
1684
+ "name": "resourceId",
1685
+ "in": "query",
1686
+ "required": true,
1687
+ "schema": {
1688
+ "type": "string"
1689
+ }
1690
+ },
1691
+ {
1692
+ "name": "ticketId",
1693
+ "in": "query",
1694
+ "required": true,
1695
+ "schema": {
1696
+ "type": "string"
1697
+ }
1698
+ },
1699
+ {
1700
+ "name": "gatewayId",
1701
+ "in": "query",
1702
+ "required": true,
1703
+ "schema": {
1704
+ "type": "string"
1705
+ }
1706
+ },
1707
+ {
1708
+ "name": "consoleType",
1709
+ "in": "query",
1710
+ "required": true,
1711
+ "schema": {
1712
+ "type": "string"
1713
+ }
1714
+ },
1715
+ {
1716
+ "name": "recStatus",
1717
+ "in": "query",
1718
+ "required": true,
1719
+ "schema": {
1720
+ "type": "string"
1721
+ }
1722
+ },
1723
+ {
1724
+ "name": "clientId",
1725
+ "in": "query",
1726
+ "required": true,
1727
+ "schema": {
1728
+ "type": "string"
1729
+ }
1730
+ }
1731
+ ],
1732
+ "requestBody": {
1733
+ "content": {
1734
+ "application/json": {
1735
+ "schema": {
1736
+ "type": "object"
1737
+ },
1738
+ "example": {}
1739
+ }
1740
+ }
1741
+ }
1742
+ }
1743
+ },
1744
+ "/api/v2/tenants/{clientId}/resources/{resourceId}/remoteConsoles": {
1745
+ "get": {
1746
+ "tags": [
1747
+ "ResourceManagement"
1748
+ ],
1749
+ "operationId": "getRemoteConsoleDetails",
1750
+ "description": "The parameters and request body are for method: getRemoteConsoleDetails. Same endpoint also used in methods:",
1751
+ "responses": {
1752
+ "200": {
1753
+ "description": "Successful operation",
1754
+ "content": {
1755
+ "application/json": {
1756
+ "schema": {
1757
+ "title": "result",
1758
+ "type": "object"
1759
+ }
1760
+ }
1761
+ }
1762
+ }
1763
+ },
1764
+ "parameters": [
1765
+ {
1766
+ "name": "clientId",
1767
+ "in": "path",
1768
+ "required": true,
1769
+ "schema": {
1770
+ "title": "clientId",
1771
+ "type": "string"
1772
+ }
1773
+ },
1774
+ {
1775
+ "name": "resourceId",
1776
+ "in": "path",
1777
+ "required": true,
1778
+ "schema": {
1779
+ "title": "resourceId",
1780
+ "type": "string"
1781
+ }
1782
+ }
1783
+ ],
1784
+ "requestBody": {
1785
+ "content": {
1786
+ "application/json": {
1787
+ "schema": {
1788
+ "type": "object"
1789
+ },
1790
+ "example": {}
1791
+ }
1792
+ }
1793
+ }
1794
+ },
1795
+ "post": {
1796
+ "tags": [
1797
+ "ResourceManagement"
1798
+ ],
1799
+ "operationId": "createResourceConsole",
1800
+ "description": "The parameters and request body are for method: createResourceConsole. Same endpoint also used in methods:",
1801
+ "responses": {
1802
+ "200": {
1803
+ "description": "Successful operation",
1804
+ "content": {
1805
+ "application/json": {
1806
+ "schema": {
1807
+ "title": "result",
1808
+ "type": "object"
1809
+ }
1810
+ }
1811
+ }
1812
+ }
1813
+ },
1814
+ "parameters": [
1815
+ {
1816
+ "name": "clientId",
1817
+ "in": "path",
1818
+ "required": true,
1819
+ "schema": {
1820
+ "title": "clientId",
1821
+ "type": "string"
1822
+ }
1823
+ },
1824
+ {
1825
+ "name": "resourceId",
1826
+ "in": "path",
1827
+ "required": true,
1828
+ "schema": {
1829
+ "title": "resourceId",
1830
+ "type": "string"
1831
+ }
1832
+ }
1833
+ ],
1834
+ "requestBody": {
1835
+ "content": {
1836
+ "application/json": {
1837
+ "schema": {
1838
+ "type": "object",
1839
+ "properties": {
1840
+ "body": {
1841
+ "type": "string"
1842
+ }
1843
+ }
1844
+ },
1845
+ "example": {
1846
+ "body": "body"
1847
+ }
1848
+ }
1849
+ }
1850
+ }
1851
+ }
1852
+ },
1853
+ "/api/v2/tenants/{clientId}/devices/{resourceId}/{actions}": {
1854
+ "post": {
1855
+ "tags": [
1856
+ "ResourceManagement"
1857
+ ],
1858
+ "operationId": "getApiV2TenantsClientIdDevicesResourceIdActions",
1859
+ "description": "The parameters and request body are for method: getApiV2TenantsClientIdDevicesResourceIdActions. Same endpoint also used in methods:",
1860
+ "responses": {
1861
+ "200": {
1862
+ "description": "Successful operation",
1863
+ "content": {
1864
+ "application/json": {
1865
+ "schema": {
1866
+ "title": "result",
1867
+ "type": "object"
1868
+ }
1869
+ }
1870
+ }
1871
+ }
1872
+ },
1873
+ "parameters": [
1874
+ {
1875
+ "name": "clientId",
1876
+ "in": "path",
1877
+ "required": true,
1878
+ "schema": {
1879
+ "title": "clientId",
1880
+ "type": "string"
1881
+ }
1882
+ },
1883
+ {
1884
+ "name": "resourceId",
1885
+ "in": "path",
1886
+ "required": true,
1887
+ "schema": {
1888
+ "title": "resourceId",
1889
+ "type": "string"
1890
+ }
1891
+ },
1892
+ {
1893
+ "name": "actions",
1894
+ "in": "path",
1895
+ "required": true,
1896
+ "schema": {
1897
+ "title": "actions",
1898
+ "type": "string"
1899
+ }
1900
+ }
1901
+ ],
1902
+ "requestBody": {
1903
+ "content": {
1904
+ "application/json": {
1905
+ "schema": {
1906
+ "type": "object"
1907
+ },
1908
+ "example": {}
1909
+ }
1910
+ }
1911
+ }
1912
+ }
1913
+ },
1914
+ "/api/v2/tenants/{clientId}/history/resources": {
1915
+ "get": {
1916
+ "tags": [
1917
+ "ResourceManagement"
1918
+ ],
1919
+ "operationId": "apiV2TenantsHistoryResourcesByClientIdGET",
1920
+ "description": "The parameters and request body are for method: apiV2TenantsHistoryResourcesByClientIdGET. Same endpoint also used in methods:",
1921
+ "responses": {
1922
+ "200": {
1923
+ "description": "Successful operation",
1924
+ "content": {
1925
+ "application/json": {
1926
+ "schema": {
1927
+ "title": "result",
1928
+ "type": "object"
1929
+ }
1930
+ }
1931
+ }
1932
+ }
1933
+ },
1934
+ "parameters": [
1935
+ {
1936
+ "name": "clientId",
1937
+ "in": "path",
1938
+ "required": true,
1939
+ "schema": {
1940
+ "title": "clientId",
1941
+ "type": "string"
1942
+ }
1943
+ },
1944
+ {
1945
+ "name": "pageNo",
1946
+ "in": "query",
1947
+ "required": true,
1948
+ "schema": {
1949
+ "type": "string"
1950
+ }
1951
+ },
1952
+ {
1953
+ "name": "pageSize",
1954
+ "in": "query",
1955
+ "required": true,
1956
+ "schema": {
1957
+ "type": "string"
1958
+ }
1959
+ },
1960
+ {
1961
+ "name": "queryString",
1962
+ "in": "query",
1963
+ "required": true,
1964
+ "schema": {
1965
+ "type": "string"
1966
+ }
1967
+ }
1968
+ ],
1969
+ "requestBody": {
1970
+ "content": {
1971
+ "application/json": {
1972
+ "schema": {
1973
+ "type": "object"
1974
+ },
1975
+ "example": {}
1976
+ }
1977
+ }
1978
+ }
1979
+ }
1980
+ },
1981
+ "/api/v2/tenants/{clientId}/history/resources/{resourceId}": {
1982
+ "get": {
1983
+ "tags": [
1984
+ "ResourceManagement"
1985
+ ],
1986
+ "operationId": "getApiV2TenantsHistoryResourcesByClientIdGET",
1987
+ "description": "The parameters and request body are for method: getApiV2TenantsHistoryResourcesByClientIdGET. Same endpoint also used in methods:",
1988
+ "responses": {
1989
+ "200": {
1990
+ "description": "Successful operation",
1991
+ "content": {
1992
+ "application/json": {
1993
+ "schema": {
1994
+ "title": "result",
1995
+ "type": "object"
1996
+ }
1997
+ }
1998
+ }
1999
+ }
2000
+ },
2001
+ "parameters": [
2002
+ {
2003
+ "name": "clientId",
2004
+ "in": "path",
2005
+ "required": true,
2006
+ "schema": {
2007
+ "title": "clientId",
2008
+ "type": "string"
2009
+ }
2010
+ },
2011
+ {
2012
+ "name": "resourceId",
2013
+ "in": "path",
2014
+ "required": true,
2015
+ "schema": {
2016
+ "title": "resourceId",
2017
+ "type": "string"
2018
+ }
2019
+ },
2020
+ {
2021
+ "name": "additionalInfo",
2022
+ "in": "query",
2023
+ "required": true,
2024
+ "schema": {
2025
+ "type": "string"
2026
+ }
2027
+ }
2028
+ ],
2029
+ "requestBody": {
2030
+ "content": {
2031
+ "application/json": {
2032
+ "schema": {
2033
+ "type": "object"
2034
+ },
2035
+ "example": {}
2036
+ }
2037
+ }
2038
+ }
2039
+ }
2040
+ },
2041
+ "/api/v2/tenants/{clientId}/devices/wsussettings/{action}": {
2042
+ "post": {
2043
+ "tags": [
2044
+ "ResourceManagement"
2045
+ ],
2046
+ "operationId": "apiV2TenantsDevicesWsussettingsPOST",
2047
+ "description": "The parameters and request body are for method: apiV2TenantsDevicesWsussettingsPOST. Same endpoint also used in methods:",
2048
+ "responses": {
2049
+ "200": {
2050
+ "description": "Successful operation",
2051
+ "content": {
2052
+ "application/json": {
2053
+ "schema": {
2054
+ "title": "result",
2055
+ "type": "object"
2056
+ }
2057
+ }
2058
+ }
2059
+ }
2060
+ },
2061
+ "parameters": [
2062
+ {
2063
+ "name": "clientId",
2064
+ "in": "path",
2065
+ "required": true,
2066
+ "schema": {
2067
+ "title": "clientId",
2068
+ "type": "string"
2069
+ }
2070
+ },
2071
+ {
2072
+ "name": "action",
2073
+ "in": "path",
2074
+ "required": true,
2075
+ "schema": {
2076
+ "title": "action",
2077
+ "type": "string"
2078
+ }
2079
+ }
2080
+ ],
2081
+ "requestBody": {
2082
+ "content": {
2083
+ "application/json": {
2084
+ "schema": {
2085
+ "type": "object",
2086
+ "properties": {
2087
+ "body": {
2088
+ "type": "string"
2089
+ }
2090
+ }
2091
+ },
2092
+ "example": {
2093
+ "body": "body"
2094
+ }
2095
+ }
2096
+ }
2097
+ }
2098
+ }
2099
+ },
2100
+ "/api/v2/tenants/{clientId}/deviceGroups": {
2101
+ "post": {
2102
+ "tags": [
2103
+ "ResourceManagement"
2104
+ ],
2105
+ "operationId": "apiV2TenantsDeviceGroupsByClientIdPOST",
2106
+ "description": "The parameters and request body are for method: apiV2TenantsDeviceGroupsByClientIdPOST. Same endpoint also used in methods:",
2107
+ "responses": {
2108
+ "200": {
2109
+ "description": "Successful operation",
2110
+ "content": {
2111
+ "application/json": {
2112
+ "schema": {
2113
+ "title": "result",
2114
+ "type": "object"
2115
+ }
2116
+ }
2117
+ }
2118
+ }
2119
+ },
2120
+ "parameters": [
2121
+ {
2122
+ "name": "clientId",
2123
+ "in": "path",
2124
+ "required": true,
2125
+ "schema": {
2126
+ "title": "clientId",
2127
+ "type": "string"
2128
+ }
2129
+ }
2130
+ ],
2131
+ "requestBody": {
2132
+ "content": {
2133
+ "application/json": {
2134
+ "schema": {
2135
+ "type": "object",
2136
+ "properties": {
2137
+ "body": {
2138
+ "type": "string"
2139
+ }
2140
+ }
2141
+ },
2142
+ "example": {
2143
+ "body": "body"
2144
+ }
2145
+ }
2146
+ }
2147
+ }
2148
+ }
2149
+ },
2150
+ "/api/v2/tenants/{clientId}/deviceGroups/{resourceGroupId}": {
2151
+ "delete": {
2152
+ "tags": [
2153
+ "ResourceManagement"
2154
+ ],
2155
+ "operationId": "apiV2TenantsDeviceGroupsByClientIdDELETE",
2156
+ "description": "The parameters and request body are for method: apiV2TenantsDeviceGroupsByClientIdDELETE. Same endpoint also used in methods:",
2157
+ "responses": {
2158
+ "200": {
2159
+ "description": "Successful operation",
2160
+ "content": {
2161
+ "application/json": {
2162
+ "schema": {
2163
+ "title": "result",
2164
+ "type": "object"
2165
+ }
2166
+ }
2167
+ }
2168
+ }
2169
+ },
2170
+ "parameters": [
2171
+ {
2172
+ "name": "clientId",
2173
+ "in": "path",
2174
+ "required": true,
2175
+ "schema": {
2176
+ "title": "clientId",
2177
+ "type": "string"
2178
+ }
2179
+ },
2180
+ {
2181
+ "name": "resourceGroupId",
2182
+ "in": "path",
2183
+ "required": true,
2184
+ "schema": {
2185
+ "title": "resourceGroupId",
2186
+ "type": "string"
2187
+ }
2188
+ }
2189
+ ],
2190
+ "requestBody": {
2191
+ "content": {
2192
+ "application/json": {
2193
+ "schema": {
2194
+ "type": "object"
2195
+ },
2196
+ "example": {}
2197
+ }
2198
+ }
2199
+ }
2200
+ },
2201
+ "get": {
2202
+ "tags": [
2203
+ "ResourceManagement"
2204
+ ],
2205
+ "operationId": "apiV2TenantsDeviceGroupsByClientIdGET",
2206
+ "description": "The parameters and request body are for method: apiV2TenantsDeviceGroupsByClientIdGET. Same endpoint also used in methods:",
2207
+ "responses": {
2208
+ "200": {
2209
+ "description": "Successful operation",
2210
+ "content": {
2211
+ "application/json": {
2212
+ "schema": {
2213
+ "title": "result",
2214
+ "type": "object"
2215
+ }
2216
+ }
2217
+ }
2218
+ }
2219
+ },
2220
+ "parameters": [
2221
+ {
2222
+ "name": "clientId",
2223
+ "in": "path",
2224
+ "required": true,
2225
+ "schema": {
2226
+ "title": "clientId",
2227
+ "type": "string"
2228
+ }
2229
+ },
2230
+ {
2231
+ "name": "resourceGroupId",
2232
+ "in": "path",
2233
+ "required": true,
2234
+ "schema": {
2235
+ "title": "resourceGroupId",
2236
+ "type": "string"
2237
+ }
2238
+ }
2239
+ ],
2240
+ "requestBody": {
2241
+ "content": {
2242
+ "application/json": {
2243
+ "schema": {
2244
+ "type": "object"
2245
+ },
2246
+ "example": {}
2247
+ }
2248
+ }
2249
+ }
2250
+ }
2251
+ },
2252
+ "/api/v2/tenants/{clientId}/deviceGroups/minimal": {
2253
+ "get": {
2254
+ "tags": [
2255
+ "ResourceManagement"
2256
+ ],
2257
+ "operationId": "apiV2TenantsDeviceGroupsMinimalGET",
2258
+ "description": "The parameters and request body are for method: apiV2TenantsDeviceGroupsMinimalGET. Same endpoint also used in methods:",
2259
+ "responses": {
2260
+ "200": {
2261
+ "description": "Successful operation",
2262
+ "content": {
2263
+ "application/json": {
2264
+ "schema": {
2265
+ "title": "result",
2266
+ "type": "object"
2267
+ }
2268
+ }
2269
+ }
2270
+ }
2271
+ },
2272
+ "parameters": [
2273
+ {
2274
+ "name": "clientId",
2275
+ "in": "path",
2276
+ "required": true,
2277
+ "schema": {
2278
+ "title": "clientId",
2279
+ "type": "string"
2280
+ }
2281
+ }
2282
+ ],
2283
+ "requestBody": {
2284
+ "content": {
2285
+ "application/json": {
2286
+ "schema": {
2287
+ "type": "object"
2288
+ },
2289
+ "example": {}
2290
+ }
2291
+ }
2292
+ }
2293
+ }
2294
+ },
2295
+ "/api/v2/tenants/{clientId}/deviceGroups/search": {
2296
+ "get": {
2297
+ "tags": [
2298
+ "ResourceManagement"
2299
+ ],
2300
+ "operationId": "apiV2TenantsDeviceGroupsSearchByClientIdGET",
2301
+ "description": "The parameters and request body are for method: apiV2TenantsDeviceGroupsSearchByClientIdGET. Same endpoint also used in methods:",
2302
+ "responses": {
2303
+ "200": {
2304
+ "description": "Successful operation",
2305
+ "content": {
2306
+ "application/json": {
2307
+ "schema": {
2308
+ "title": "result",
2309
+ "type": "object"
2310
+ }
2311
+ }
2312
+ }
2313
+ }
2314
+ },
2315
+ "parameters": [
2316
+ {
2317
+ "name": "clientId",
2318
+ "in": "path",
2319
+ "required": true,
2320
+ "schema": {
2321
+ "title": "clientId",
2322
+ "type": "string"
2323
+ }
2324
+ },
2325
+ {
2326
+ "name": "pageNo",
2327
+ "in": "query",
2328
+ "required": true,
2329
+ "schema": {
2330
+ "type": "string"
2331
+ }
2332
+ },
2333
+ {
2334
+ "name": "pageSize",
2335
+ "in": "query",
2336
+ "required": true,
2337
+ "schema": {
2338
+ "type": "string"
2339
+ }
2340
+ },
2341
+ {
2342
+ "name": "isDescendingOrder",
2343
+ "in": "query",
2344
+ "required": true,
2345
+ "schema": {
2346
+ "type": "string"
2347
+ }
2348
+ },
2349
+ {
2350
+ "name": "sortName",
2351
+ "in": "query",
2352
+ "required": true,
2353
+ "schema": {
2354
+ "type": "string"
2355
+ }
2356
+ },
2357
+ {
2358
+ "name": "queryString",
2359
+ "in": "query",
2360
+ "required": true,
2361
+ "schema": {
2362
+ "type": "string"
2363
+ }
2364
+ }
2365
+ ],
2366
+ "requestBody": {
2367
+ "content": {
2368
+ "application/json": {
2369
+ "schema": {
2370
+ "type": "object"
2371
+ },
2372
+ "example": {}
2373
+ }
2374
+ }
2375
+ }
2376
+ }
2377
+ },
2378
+ "/api/v2/tenants/{clientId}/deviceGroups/{resourceGroupId}/childs": {
2379
+ "post": {
2380
+ "tags": [
2381
+ "ResourceManagement"
2382
+ ],
2383
+ "operationId": "apiV2TenantsDeviceGroupsChildsByClientIdPOST",
2384
+ "description": "The parameters and request body are for method: apiV2TenantsDeviceGroupsChildsByClientIdPOST. Same endpoint also used in methods:",
2385
+ "responses": {
2386
+ "200": {
2387
+ "description": "Successful operation",
2388
+ "content": {
2389
+ "application/json": {
2390
+ "schema": {
2391
+ "title": "result",
2392
+ "type": "object"
2393
+ }
2394
+ }
2395
+ }
2396
+ }
2397
+ },
2398
+ "parameters": [
2399
+ {
2400
+ "name": "clientId",
2401
+ "in": "path",
2402
+ "required": true,
2403
+ "schema": {
2404
+ "title": "clientId",
2405
+ "type": "string"
2406
+ }
2407
+ },
2408
+ {
2409
+ "name": "resourceGroupId",
2410
+ "in": "path",
2411
+ "required": true,
2412
+ "schema": {
2413
+ "title": "resourceGroupId",
2414
+ "type": "string"
2415
+ }
2416
+ }
2417
+ ],
2418
+ "requestBody": {
2419
+ "content": {
2420
+ "application/json": {
2421
+ "schema": {
2422
+ "type": "object",
2423
+ "properties": {
2424
+ "body": {
2425
+ "type": "string"
2426
+ }
2427
+ }
2428
+ },
2429
+ "example": {
2430
+ "body": "body"
2431
+ }
2432
+ }
2433
+ }
2434
+ }
2435
+ },
2436
+ "delete": {
2437
+ "tags": [
2438
+ "ResourceManagement"
2439
+ ],
2440
+ "operationId": "apiV2TenantsDeviceGroupsChildsByClientIdDELETE",
2441
+ "description": "The parameters and request body are for method: apiV2TenantsDeviceGroupsChildsByClientIdDELETE. Same endpoint also used in methods:",
2442
+ "responses": {
2443
+ "200": {
2444
+ "description": "Successful operation",
2445
+ "content": {
2446
+ "application/json": {
2447
+ "schema": {
2448
+ "title": "result",
2449
+ "type": "object"
2450
+ }
2451
+ }
2452
+ }
2453
+ }
2454
+ },
2455
+ "parameters": [
2456
+ {
2457
+ "name": "clientId",
2458
+ "in": "path",
2459
+ "required": true,
2460
+ "schema": {
2461
+ "title": "clientId",
2462
+ "type": "string"
2463
+ }
2464
+ },
2465
+ {
2466
+ "name": "resourceGroupId",
2467
+ "in": "path",
2468
+ "required": true,
2469
+ "schema": {
2470
+ "title": "resourceGroupId",
2471
+ "type": "string"
2472
+ }
2473
+ }
2474
+ ],
2475
+ "requestBody": {
2476
+ "content": {
2477
+ "application/json": {
2478
+ "schema": {
2479
+ "type": "object"
2480
+ },
2481
+ "example": {}
2482
+ }
2483
+ }
2484
+ }
2485
+ }
2486
+ },
2487
+ "/api/v2/tenants/{clientId}/deviceGroups/{resourceGroupId}/childs/search": {
2488
+ "get": {
2489
+ "tags": [
2490
+ "ResourceManagement"
2491
+ ],
2492
+ "operationId": "apiV2TenantsDeviceGroupsChildsSearchGET",
2493
+ "description": "The parameters and request body are for method: apiV2TenantsDeviceGroupsChildsSearchGET. Same endpoint also used in methods:",
2494
+ "responses": {
2495
+ "200": {
2496
+ "description": "Successful operation",
2497
+ "content": {
2498
+ "application/json": {
2499
+ "schema": {
2500
+ "title": "result",
2501
+ "type": "object"
2502
+ }
2503
+ }
2504
+ }
2505
+ }
2506
+ },
2507
+ "parameters": [
2508
+ {
2509
+ "name": "clientId",
2510
+ "in": "path",
2511
+ "required": true,
2512
+ "schema": {
2513
+ "title": "clientId",
2514
+ "type": "string"
2515
+ }
2516
+ },
2517
+ {
2518
+ "name": "resourceGroupId",
2519
+ "in": "path",
2520
+ "required": true,
2521
+ "schema": {
2522
+ "title": "resourceGroupId",
2523
+ "type": "string"
2524
+ }
2525
+ },
2526
+ {
2527
+ "name": "pageNo",
2528
+ "in": "query",
2529
+ "required": true,
2530
+ "schema": {
2531
+ "type": "string"
2532
+ }
2533
+ },
2534
+ {
2535
+ "name": "pageSize",
2536
+ "in": "query",
2537
+ "required": true,
2538
+ "schema": {
2539
+ "type": "string"
2540
+ }
2541
+ },
2542
+ {
2543
+ "name": "isDescendingOrder",
2544
+ "in": "query",
2545
+ "required": true,
2546
+ "schema": {
2547
+ "type": "string"
2548
+ }
2549
+ },
2550
+ {
2551
+ "name": "sortName",
2552
+ "in": "query",
2553
+ "required": true,
2554
+ "schema": {
2555
+ "type": "string"
2556
+ }
2557
+ },
2558
+ {
2559
+ "name": "queryString",
2560
+ "in": "query",
2561
+ "required": true,
2562
+ "schema": {
2563
+ "type": "string"
2564
+ }
2565
+ }
2566
+ ],
2567
+ "requestBody": {
2568
+ "content": {
2569
+ "application/json": {
2570
+ "schema": {
2571
+ "type": "object"
2572
+ },
2573
+ "example": {}
2574
+ }
2575
+ }
2576
+ }
2577
+ }
2578
+ },
2579
+ "/api/v2/tenants/{tenantId}/{caContext}/customAttributes": {
2580
+ "post": {
2581
+ "tags": [
2582
+ "ResourceManagement"
2583
+ ],
2584
+ "operationId": "postApiV2TenantsTenantIdCaContextCustomAttributes",
2585
+ "description": "The parameters and request body are for method: postApiV2TenantsTenantIdCaContextCustomAttributes. Same endpoint also used in methods:",
2586
+ "responses": {
2587
+ "200": {
2588
+ "description": "Successful operation",
2589
+ "content": {
2590
+ "application/json": {
2591
+ "schema": {
2592
+ "title": "result",
2593
+ "type": "object"
2594
+ }
2595
+ }
2596
+ }
2597
+ }
2598
+ },
2599
+ "parameters": [
2600
+ {
2601
+ "name": "tenantId",
2602
+ "in": "path",
2603
+ "required": true,
2604
+ "schema": {
2605
+ "title": "tenantId",
2606
+ "type": "string"
2607
+ }
2608
+ },
2609
+ {
2610
+ "name": "caContext",
2611
+ "in": "path",
2612
+ "required": true,
2613
+ "schema": {
2614
+ "title": "caContext",
2615
+ "type": "string"
2616
+ }
2617
+ }
2618
+ ],
2619
+ "requestBody": {
2620
+ "description": "indeterminate body object",
2621
+ "content": {
2622
+ "application/json": {
2623
+ "schema": {
2624
+ "type": "object"
2625
+ }
2626
+ }
2627
+ }
2628
+ }
2629
+ }
2630
+ },
2631
+ "/api/v2/tenants/{clientId}/policies/management/search": {
2632
+ "get": {
2633
+ "tags": [
2634
+ "ResourceManagement"
2635
+ ],
2636
+ "operationId": "apiV2TenantsPoliciesManagementSearchGET",
2637
+ "description": "The parameters and request body are for method: apiV2TenantsPoliciesManagementSearchGET. Same endpoint also used in methods:",
2638
+ "responses": {
2639
+ "200": {
2640
+ "description": "Successful operation",
2641
+ "content": {
2642
+ "application/json": {
2643
+ "schema": {
2644
+ "title": "result",
2645
+ "type": "object"
2646
+ }
2647
+ }
2648
+ }
2649
+ }
2650
+ },
2651
+ "parameters": [
2652
+ {
2653
+ "name": "clientId",
2654
+ "in": "path",
2655
+ "required": true,
2656
+ "schema": {
2657
+ "title": "clientId",
2658
+ "type": "string"
2659
+ }
2660
+ },
2661
+ {
2662
+ "name": "name",
2663
+ "in": "query",
2664
+ "required": true,
2665
+ "schema": {
2666
+ "type": "string"
2667
+ }
2668
+ }
2669
+ ],
2670
+ "requestBody": {
2671
+ "content": {
2672
+ "application/json": {
2673
+ "schema": {
2674
+ "type": "object"
2675
+ },
2676
+ "example": {}
2677
+ }
2678
+ }
2679
+ }
2680
+ }
2681
+ },
2682
+ "/api/v2/tenants/{clientId}/policies/management": {
2683
+ "get": {
2684
+ "tags": [
2685
+ "ResourceManagement"
2686
+ ],
2687
+ "operationId": "apiV2TenantsPoliciesManagementByClientIdGET",
2688
+ "description": "The parameters and request body are for method: apiV2TenantsPoliciesManagementByClientIdGET. Same endpoint also used in methods:",
2689
+ "responses": {
2690
+ "200": {
2691
+ "description": "Successful operation",
2692
+ "content": {
2693
+ "application/json": {
2694
+ "schema": {
2695
+ "title": "result",
2696
+ "type": "object"
2697
+ }
2698
+ }
2699
+ }
2700
+ }
2701
+ },
2702
+ "parameters": [
2703
+ {
2704
+ "name": "clientId",
2705
+ "in": "path",
2706
+ "required": true,
2707
+ "schema": {
2708
+ "title": "clientId",
2709
+ "type": "string"
2710
+ }
2711
+ }
2712
+ ],
2713
+ "requestBody": {
2714
+ "content": {
2715
+ "application/json": {
2716
+ "schema": {
2717
+ "type": "object"
2718
+ },
2719
+ "example": {}
2720
+ }
2721
+ }
2722
+ }
2723
+ },
2724
+ "post": {
2725
+ "tags": [
2726
+ "ResourceManagement"
2727
+ ],
2728
+ "operationId": "apiV2TenantsPoliciesManagementByClientIdPOST",
2729
+ "description": "The parameters and request body are for method: apiV2TenantsPoliciesManagementByClientIdPOST. Same endpoint also used in methods:",
2730
+ "responses": {
2731
+ "200": {
2732
+ "description": "Successful operation",
2733
+ "content": {
2734
+ "application/json": {
2735
+ "schema": {
2736
+ "title": "result",
2737
+ "type": "object"
2738
+ }
2739
+ }
2740
+ }
2741
+ }
2742
+ },
2743
+ "parameters": [
2744
+ {
2745
+ "name": "clientId",
2746
+ "in": "path",
2747
+ "required": true,
2748
+ "schema": {
2749
+ "title": "clientId",
2750
+ "type": "string"
2751
+ }
2752
+ }
2753
+ ],
2754
+ "requestBody": {
2755
+ "content": {
2756
+ "application/json": {
2757
+ "schema": {
2758
+ "type": "object",
2759
+ "properties": {
2760
+ "body": {
2761
+ "type": "string"
2762
+ }
2763
+ }
2764
+ },
2765
+ "example": {
2766
+ "body": "body"
2767
+ }
2768
+ }
2769
+ }
2770
+ }
2771
+ },
2772
+ "put": {
2773
+ "tags": [
2774
+ "ResourceManagement"
2775
+ ],
2776
+ "operationId": "apiV2TenantsPoliciesManagementByClientIdPUT",
2777
+ "description": "The parameters and request body are for method: apiV2TenantsPoliciesManagementByClientIdPUT. Same endpoint also used in methods:",
2778
+ "responses": {
2779
+ "200": {
2780
+ "description": "Successful operation",
2781
+ "content": {
2782
+ "application/json": {
2783
+ "schema": {
2784
+ "title": "result",
2785
+ "type": "object"
2786
+ }
2787
+ }
2788
+ }
2789
+ }
2790
+ },
2791
+ "parameters": [
2792
+ {
2793
+ "name": "clientId",
2794
+ "in": "path",
2795
+ "required": true,
2796
+ "schema": {
2797
+ "title": "clientId",
2798
+ "type": "string"
2799
+ }
2800
+ }
2801
+ ],
2802
+ "requestBody": {
2803
+ "content": {
2804
+ "application/json": {
2805
+ "schema": {
2806
+ "type": "object",
2807
+ "properties": {
2808
+ "body": {
2809
+ "type": "string"
2810
+ }
2811
+ }
2812
+ },
2813
+ "example": {
2814
+ "body": "body"
2815
+ }
2816
+ }
2817
+ }
2818
+ }
2819
+ }
2820
+ },
2821
+ "/api/v2/tenants/{clientId}/policies/management/{id}": {
2822
+ "delete": {
2823
+ "tags": [
2824
+ "ResourceManagement"
2825
+ ],
2826
+ "operationId": "apiV2TenantsPoliciesManagementByClientIdDELETE",
2827
+ "description": "The parameters and request body are for method: apiV2TenantsPoliciesManagementByClientIdDELETE. Same endpoint also used in methods:",
2828
+ "responses": {
2829
+ "200": {
2830
+ "description": "Successful operation",
2831
+ "content": {
2832
+ "application/json": {
2833
+ "schema": {
2834
+ "title": "result",
2835
+ "type": "object"
2836
+ }
2837
+ }
2838
+ }
2839
+ }
2840
+ },
2841
+ "parameters": [
2842
+ {
2843
+ "name": "clientId",
2844
+ "in": "path",
2845
+ "required": true,
2846
+ "schema": {
2847
+ "title": "clientId",
2848
+ "type": "string"
2849
+ }
2850
+ },
2851
+ {
2852
+ "name": "id",
2853
+ "in": "path",
2854
+ "required": true,
2855
+ "schema": {
2856
+ "title": "id",
2857
+ "type": "string"
2858
+ }
2859
+ }
2860
+ ],
2861
+ "requestBody": {
2862
+ "content": {
2863
+ "application/json": {
2864
+ "schema": {
2865
+ "type": "object"
2866
+ },
2867
+ "example": {}
2868
+ }
2869
+ }
2870
+ }
2871
+ },
2872
+ "get": {
2873
+ "tags": [
2874
+ "ResourceManagement"
2875
+ ],
2876
+ "operationId": "getApiV2TenantsPoliciesManagementByClientIdGET",
2877
+ "description": "The parameters and request body are for method: getApiV2TenantsPoliciesManagementByClientIdGET. Same endpoint also used in methods:",
2878
+ "responses": {
2879
+ "200": {
2880
+ "description": "Successful operation",
2881
+ "content": {
2882
+ "application/json": {
2883
+ "schema": {
2884
+ "title": "result",
2885
+ "type": "object"
2886
+ }
2887
+ }
2888
+ }
2889
+ }
2890
+ },
2891
+ "parameters": [
2892
+ {
2893
+ "name": "clientId",
2894
+ "in": "path",
2895
+ "required": true,
2896
+ "schema": {
2897
+ "title": "clientId",
2898
+ "type": "string"
2899
+ }
2900
+ },
2901
+ {
2902
+ "name": "id",
2903
+ "in": "path",
2904
+ "required": true,
2905
+ "schema": {
2906
+ "title": "id",
2907
+ "type": "string"
2908
+ }
2909
+ }
2910
+ ],
2911
+ "requestBody": {
2912
+ "content": {
2913
+ "application/json": {
2914
+ "schema": {
2915
+ "type": "object"
2916
+ },
2917
+ "example": {}
2918
+ }
2919
+ }
2920
+ }
2921
+ }
2922
+ },
2923
+ "/api/v2/tenants/{clientId}/policies/management/{id}/action/run": {
2924
+ "get": {
2925
+ "tags": [
2926
+ "ResourceManagement"
2927
+ ],
2928
+ "operationId": "apiV2TenantsPoliciesManagementActionRunGET",
2929
+ "description": "The parameters and request body are for method: apiV2TenantsPoliciesManagementActionRunGET. Same endpoint also used in methods:",
2930
+ "responses": {
2931
+ "200": {
2932
+ "description": "Successful operation",
2933
+ "content": {
2934
+ "application/json": {
2935
+ "schema": {
2936
+ "title": "result",
2937
+ "type": "object"
2938
+ }
2939
+ }
2940
+ }
2941
+ }
2942
+ },
2943
+ "parameters": [
2944
+ {
2945
+ "name": "clientId",
2946
+ "in": "path",
2947
+ "required": true,
2948
+ "schema": {
2949
+ "title": "clientId",
2950
+ "type": "string"
2951
+ }
2952
+ },
2953
+ {
2954
+ "name": "id",
2955
+ "in": "path",
2956
+ "required": true,
2957
+ "schema": {
2958
+ "title": "id",
2959
+ "type": "string"
2960
+ }
2961
+ }
2962
+ ],
2963
+ "requestBody": {
2964
+ "content": {
2965
+ "application/json": {
2966
+ "schema": {
2967
+ "type": "object"
2968
+ },
2969
+ "example": {}
2970
+ }
2971
+ }
2972
+ }
2973
+ }
2974
+ },
2975
+ "/api/v2/tenants/{clientId}/serviceGroups": {
2976
+ "post": {
2977
+ "tags": [
2978
+ "ResourceManagement"
2979
+ ],
2980
+ "operationId": "apiV2TenantsServiceGroupsByClientIdPOST",
2981
+ "description": "The parameters and request body are for method: apiV2TenantsServiceGroupsByClientIdPOST. Same endpoint also used in methods:",
2982
+ "responses": {
2983
+ "200": {
2984
+ "description": "Successful operation",
2985
+ "content": {
2986
+ "application/json": {
2987
+ "schema": {
2988
+ "title": "result",
2989
+ "type": "object"
2990
+ }
2991
+ }
2992
+ }
2993
+ }
2994
+ },
2995
+ "parameters": [
2996
+ {
2997
+ "name": "clientId",
2998
+ "in": "path",
2999
+ "required": true,
3000
+ "schema": {
3001
+ "title": "clientId",
3002
+ "type": "string"
3003
+ }
3004
+ }
3005
+ ],
3006
+ "requestBody": {
3007
+ "content": {
3008
+ "application/json": {
3009
+ "schema": {
3010
+ "type": "object",
3011
+ "properties": {
3012
+ "body": {
3013
+ "type": "string"
3014
+ }
3015
+ }
3016
+ },
3017
+ "example": {
3018
+ "body": "body"
3019
+ }
3020
+ }
3021
+ }
3022
+ }
3023
+ }
3024
+ },
3025
+ "/api/v2/tenants/{clientId}/serviceGroups/{sgId}": {
3026
+ "delete": {
3027
+ "tags": [
3028
+ "ResourceManagement"
3029
+ ],
3030
+ "operationId": "apiV2TenantsServiceGroupsByClientIdDELETE",
3031
+ "description": "The parameters and request body are for method: apiV2TenantsServiceGroupsByClientIdDELETE. Same endpoint also used in methods:",
3032
+ "responses": {
3033
+ "200": {
3034
+ "description": "Successful operation",
3035
+ "content": {
3036
+ "application/json": {
3037
+ "schema": {
3038
+ "title": "result",
3039
+ "type": "object"
3040
+ }
3041
+ }
3042
+ }
3043
+ }
3044
+ },
3045
+ "parameters": [
3046
+ {
3047
+ "name": "clientId",
3048
+ "in": "path",
3049
+ "required": true,
3050
+ "schema": {
3051
+ "title": "clientId",
3052
+ "type": "string"
3053
+ }
3054
+ },
3055
+ {
3056
+ "name": "sgId",
3057
+ "in": "path",
3058
+ "required": true,
3059
+ "schema": {
3060
+ "title": "sgId",
3061
+ "type": "string"
3062
+ }
3063
+ }
3064
+ ],
3065
+ "requestBody": {
3066
+ "content": {
3067
+ "application/json": {
3068
+ "schema": {
3069
+ "type": "object"
3070
+ },
3071
+ "example": {}
3072
+ }
3073
+ }
3074
+ }
3075
+ },
3076
+ "get": {
3077
+ "tags": [
3078
+ "ResourceManagement"
3079
+ ],
3080
+ "operationId": "apiV2TenantsServiceGroupsByClientIdGET",
3081
+ "description": "The parameters and request body are for method: apiV2TenantsServiceGroupsByClientIdGET. Same endpoint also used in methods:",
3082
+ "responses": {
3083
+ "200": {
3084
+ "description": "Successful operation",
3085
+ "content": {
3086
+ "application/json": {
3087
+ "schema": {
3088
+ "title": "result",
3089
+ "type": "object"
3090
+ }
3091
+ }
3092
+ }
3093
+ }
3094
+ },
3095
+ "parameters": [
3096
+ {
3097
+ "name": "clientId",
3098
+ "in": "path",
3099
+ "required": true,
3100
+ "schema": {
3101
+ "title": "clientId",
3102
+ "type": "string"
3103
+ }
3104
+ },
3105
+ {
3106
+ "name": "sgId",
3107
+ "in": "path",
3108
+ "required": true,
3109
+ "schema": {
3110
+ "title": "sgId",
3111
+ "type": "string"
3112
+ }
3113
+ }
3114
+ ],
3115
+ "requestBody": {
3116
+ "content": {
3117
+ "application/json": {
3118
+ "schema": {
3119
+ "type": "object"
3120
+ },
3121
+ "example": {}
3122
+ }
3123
+ }
3124
+ }
3125
+ }
3126
+ },
3127
+ "/api/v2/tenants/{clientId}/serviceGroups/link": {
3128
+ "post": {
3129
+ "tags": [
3130
+ "ResourceManagement"
3131
+ ],
3132
+ "operationId": "apiV2TenantsServiceGroupsLinkByClientIdPOST",
3133
+ "description": "The parameters and request body are for method: apiV2TenantsServiceGroupsLinkByClientIdPOST. Same endpoint also used in methods:",
3134
+ "responses": {
3135
+ "200": {
3136
+ "description": "Successful operation",
3137
+ "content": {
3138
+ "application/json": {
3139
+ "schema": {
3140
+ "title": "result",
3141
+ "type": "object"
3142
+ }
3143
+ }
3144
+ }
3145
+ }
3146
+ },
3147
+ "parameters": [
3148
+ {
3149
+ "name": "clientId",
3150
+ "in": "path",
3151
+ "required": true,
3152
+ "schema": {
3153
+ "title": "clientId",
3154
+ "type": "string"
3155
+ }
3156
+ }
3157
+ ],
3158
+ "requestBody": {
3159
+ "content": {
3160
+ "application/json": {
3161
+ "schema": {
3162
+ "type": "object",
3163
+ "properties": {
3164
+ "body": {
3165
+ "type": "string"
3166
+ }
3167
+ }
3168
+ },
3169
+ "example": {
3170
+ "body": "body"
3171
+ }
3172
+ }
3173
+ }
3174
+ }
3175
+ }
3176
+ },
3177
+ "/api/v2/tenants/{clientId}/serviceGroups/{sgId}/childs": {
3178
+ "post": {
3179
+ "tags": [
3180
+ "ResourceManagement"
3181
+ ],
3182
+ "operationId": "apiV2TenantsServiceGroupsChildsPOST",
3183
+ "description": "The parameters and request body are for method: apiV2TenantsServiceGroupsChildsPOST. Same endpoint also used in methods:",
3184
+ "responses": {
3185
+ "200": {
3186
+ "description": "Successful operation",
3187
+ "content": {
3188
+ "application/json": {
3189
+ "schema": {
3190
+ "title": "result",
3191
+ "type": "object"
3192
+ }
3193
+ }
3194
+ }
3195
+ }
3196
+ },
3197
+ "parameters": [
3198
+ {
3199
+ "name": "clientId",
3200
+ "in": "path",
3201
+ "required": true,
3202
+ "schema": {
3203
+ "title": "clientId",
3204
+ "type": "string"
3205
+ }
3206
+ },
3207
+ {
3208
+ "name": "sgId",
3209
+ "in": "path",
3210
+ "required": true,
3211
+ "schema": {
3212
+ "title": "sgId",
3213
+ "type": "string"
3214
+ }
3215
+ }
3216
+ ],
3217
+ "requestBody": {
3218
+ "content": {
3219
+ "application/json": {
3220
+ "schema": {
3221
+ "type": "object",
3222
+ "properties": {
3223
+ "body": {
3224
+ "type": "string"
3225
+ }
3226
+ }
3227
+ },
3228
+ "example": {
3229
+ "body": "body"
3230
+ }
3231
+ }
3232
+ }
3233
+ }
3234
+ },
3235
+ "delete": {
3236
+ "tags": [
3237
+ "ResourceManagement"
3238
+ ],
3239
+ "operationId": "apiV2TenantsServiceGroupsChildsDELETE",
3240
+ "description": "The parameters and request body are for method: apiV2TenantsServiceGroupsChildsDELETE. Same endpoint also used in methods:",
3241
+ "responses": {
3242
+ "200": {
3243
+ "description": "Successful operation",
3244
+ "content": {
3245
+ "application/json": {
3246
+ "schema": {
3247
+ "title": "result",
3248
+ "type": "object"
3249
+ }
3250
+ }
3251
+ }
3252
+ }
3253
+ },
3254
+ "parameters": [
3255
+ {
3256
+ "name": "clientId",
3257
+ "in": "path",
3258
+ "required": true,
3259
+ "schema": {
3260
+ "title": "clientId",
3261
+ "type": "string"
3262
+ }
3263
+ },
3264
+ {
3265
+ "name": "sgId",
3266
+ "in": "path",
3267
+ "required": true,
3268
+ "schema": {
3269
+ "title": "sgId",
3270
+ "type": "string"
3271
+ }
3272
+ }
3273
+ ],
3274
+ "requestBody": {
3275
+ "content": {
3276
+ "application/json": {
3277
+ "schema": {
3278
+ "type": "object"
3279
+ },
3280
+ "example": {}
3281
+ }
3282
+ }
3283
+ }
3284
+ }
3285
+ },
3286
+ "/api/v2/tenants/{clientId}/serviceGroups/unLink/{parentSgId}/{childSgId}": {
3287
+ "delete": {
3288
+ "tags": [
3289
+ "ResourceManagement"
3290
+ ],
3291
+ "operationId": "apiV2TenantsServiceGroupsUnLinkChildSgIdDELETE",
3292
+ "description": "The parameters and request body are for method: apiV2TenantsServiceGroupsUnLinkChildSgIdDELETE. Same endpoint also used in methods:",
3293
+ "responses": {
3294
+ "200": {
3295
+ "description": "Successful operation",
3296
+ "content": {
3297
+ "application/json": {
3298
+ "schema": {
3299
+ "title": "result",
3300
+ "type": "object"
3301
+ }
3302
+ }
3303
+ }
3304
+ }
3305
+ },
3306
+ "parameters": [
3307
+ {
3308
+ "name": "clientId",
3309
+ "in": "path",
3310
+ "required": true,
3311
+ "schema": {
3312
+ "title": "clientId",
3313
+ "type": "string"
3314
+ }
3315
+ },
3316
+ {
3317
+ "name": "parentSgId",
3318
+ "in": "path",
3319
+ "required": true,
3320
+ "schema": {
3321
+ "title": "parentSgId",
3322
+ "type": "string"
3323
+ }
3324
+ },
3325
+ {
3326
+ "name": "childSgId",
3327
+ "in": "path",
3328
+ "required": true,
3329
+ "schema": {
3330
+ "title": "childSgId",
3331
+ "type": "string"
3332
+ }
3333
+ }
3334
+ ],
3335
+ "requestBody": {
3336
+ "content": {
3337
+ "application/json": {
3338
+ "schema": {
3339
+ "type": "object"
3340
+ },
3341
+ "example": {}
3342
+ }
3343
+ }
3344
+ }
3345
+ }
3346
+ },
3347
+ "/api/v2/tenants/{clientId}/serviceGroups/{sgId}/childs/search": {
3348
+ "get": {
3349
+ "tags": [
3350
+ "ResourceManagement"
3351
+ ],
3352
+ "operationId": "apiV2TenantsServiceGroupsChildsSearchGET",
3353
+ "description": "The parameters and request body are for method: apiV2TenantsServiceGroupsChildsSearchGET. Same endpoint also used in methods:",
3354
+ "responses": {
3355
+ "200": {
3356
+ "description": "Successful operation",
3357
+ "content": {
3358
+ "application/json": {
3359
+ "schema": {
3360
+ "title": "result",
3361
+ "type": "object"
3362
+ }
3363
+ }
3364
+ }
3365
+ }
3366
+ },
3367
+ "parameters": [
3368
+ {
3369
+ "name": "clientId",
3370
+ "in": "path",
3371
+ "required": true,
3372
+ "schema": {
3373
+ "title": "clientId",
3374
+ "type": "string"
3375
+ }
3376
+ },
3377
+ {
3378
+ "name": "sgId",
3379
+ "in": "path",
3380
+ "required": true,
3381
+ "schema": {
3382
+ "title": "sgId",
3383
+ "type": "string"
3384
+ }
3385
+ },
3386
+ {
3387
+ "name": "pageNo",
3388
+ "in": "query",
3389
+ "required": true,
3390
+ "schema": {
3391
+ "type": "string"
3392
+ }
3393
+ },
3394
+ {
3395
+ "name": "pageSize",
3396
+ "in": "query",
3397
+ "required": true,
3398
+ "schema": {
3399
+ "type": "string"
3400
+ }
3401
+ },
3402
+ {
3403
+ "name": "isDescendingOrder",
3404
+ "in": "query",
3405
+ "required": true,
3406
+ "schema": {
3407
+ "type": "string"
3408
+ }
3409
+ },
3410
+ {
3411
+ "name": "sortName",
3412
+ "in": "query",
3413
+ "required": true,
3414
+ "schema": {
3415
+ "type": "string"
3416
+ }
3417
+ },
3418
+ {
3419
+ "name": "queryString",
3420
+ "in": "query",
3421
+ "required": true,
3422
+ "schema": {
3423
+ "type": "string"
3424
+ }
3425
+ }
3426
+ ],
3427
+ "requestBody": {
3428
+ "content": {
3429
+ "application/json": {
3430
+ "schema": {
3431
+ "type": "object"
3432
+ },
3433
+ "example": {}
3434
+ }
3435
+ }
3436
+ }
3437
+ }
3438
+ },
3439
+ "/api/v2/tenants/{clientId}/serviceGroups/search": {
3440
+ "get": {
3441
+ "tags": [
3442
+ "ResourceManagement"
3443
+ ],
3444
+ "operationId": "apiV2TenantsServiceGroupsSearchGET",
3445
+ "description": "The parameters and request body are for method: apiV2TenantsServiceGroupsSearchGET. Same endpoint also used in methods:",
3446
+ "responses": {
3447
+ "200": {
3448
+ "description": "Successful operation",
3449
+ "content": {
3450
+ "application/json": {
3451
+ "schema": {
3452
+ "title": "result",
3453
+ "type": "object"
3454
+ }
3455
+ }
3456
+ }
3457
+ }
3458
+ },
3459
+ "parameters": [
3460
+ {
3461
+ "name": "clientId",
3462
+ "in": "path",
3463
+ "required": true,
3464
+ "schema": {
3465
+ "title": "clientId",
3466
+ "type": "string"
3467
+ }
3468
+ },
3469
+ {
3470
+ "name": "pageNo",
3471
+ "in": "query",
3472
+ "required": true,
3473
+ "schema": {
3474
+ "type": "string"
3475
+ }
3476
+ },
3477
+ {
3478
+ "name": "pageSize",
3479
+ "in": "query",
3480
+ "required": true,
3481
+ "schema": {
3482
+ "type": "string"
3483
+ }
3484
+ },
3485
+ {
3486
+ "name": "isDescendingOrder",
3487
+ "in": "query",
3488
+ "required": true,
3489
+ "schema": {
3490
+ "type": "string"
3491
+ }
3492
+ },
3493
+ {
3494
+ "name": "sortName",
3495
+ "in": "query",
3496
+ "required": true,
3497
+ "schema": {
3498
+ "type": "string"
3499
+ }
3500
+ },
3501
+ {
3502
+ "name": "queryString",
3503
+ "in": "query",
3504
+ "required": true,
3505
+ "schema": {
3506
+ "type": "string"
3507
+ }
3508
+ }
3509
+ ],
3510
+ "requestBody": {
3511
+ "content": {
3512
+ "application/json": {
3513
+ "schema": {
3514
+ "type": "object"
3515
+ },
3516
+ "example": {}
3517
+ }
3518
+ }
3519
+ }
3520
+ }
3521
+ },
3522
+ "/api/v2/tenants/{clientId}/serviceGroups/minimal": {
3523
+ "get": {
3524
+ "tags": [
3525
+ "ResourceManagement"
3526
+ ],
3527
+ "operationId": "apiV2TenantsServiceGroupsMinimalGET",
3528
+ "description": "The parameters and request body are for method: apiV2TenantsServiceGroupsMinimalGET. Same endpoint also used in methods:",
3529
+ "responses": {
3530
+ "200": {
3531
+ "description": "Successful operation",
3532
+ "content": {
3533
+ "application/json": {
3534
+ "schema": {
3535
+ "title": "result",
3536
+ "type": "object"
3537
+ }
3538
+ }
3539
+ }
3540
+ }
3541
+ },
3542
+ "parameters": [
3543
+ {
3544
+ "name": "clientId",
3545
+ "in": "path",
3546
+ "required": true,
3547
+ "schema": {
3548
+ "title": "clientId",
3549
+ "type": "string"
3550
+ }
3551
+ }
3552
+ ],
3553
+ "requestBody": {
3554
+ "content": {
3555
+ "application/json": {
3556
+ "schema": {
3557
+ "type": "object"
3558
+ },
3559
+ "example": {}
3560
+ }
3561
+ }
3562
+ }
3563
+ }
3564
+ },
3565
+ "/api/v2/tenants/{clientId}/sites": {
3566
+ "post": {
3567
+ "tags": [
3568
+ "ResourceManagement"
3569
+ ],
3570
+ "operationId": "apiV2TenantsSitesByClientIdPOST",
3571
+ "description": "The parameters and request body are for method: apiV2TenantsSitesByClientIdPOST. Same endpoint also used in methods:",
3572
+ "responses": {
3573
+ "200": {
3574
+ "description": "Successful operation",
3575
+ "content": {
3576
+ "application/json": {
3577
+ "schema": {
3578
+ "title": "result",
3579
+ "type": "object"
3580
+ }
3581
+ }
3582
+ }
3583
+ }
3584
+ },
3585
+ "parameters": [
3586
+ {
3587
+ "name": "clientId",
3588
+ "in": "path",
3589
+ "required": true,
3590
+ "schema": {
3591
+ "title": "clientId",
3592
+ "type": "string"
3593
+ }
3594
+ }
3595
+ ],
3596
+ "requestBody": {
3597
+ "description": "indeterminate body object",
3598
+ "content": {
3599
+ "application/json": {
3600
+ "schema": {
3601
+ "type": "object"
3602
+ }
3603
+ }
3604
+ }
3605
+ }
3606
+ }
3607
+ },
3608
+ "/api/v2/tenants/{clientId}/sites/{siteId}": {
3609
+ "delete": {
3610
+ "tags": [
3611
+ "ResourceManagement"
3612
+ ],
3613
+ "operationId": "apiV2TenantsSitesByClientIdAndSiteIdDELETE",
3614
+ "description": "The parameters and request body are for method: apiV2TenantsSitesByClientIdAndSiteIdDELETE. Same endpoint also used in methods:",
3615
+ "responses": {
3616
+ "200": {
3617
+ "description": "Successful operation",
3618
+ "content": {
3619
+ "application/json": {
3620
+ "schema": {
3621
+ "title": "result",
3622
+ "type": "object"
3623
+ }
3624
+ }
3625
+ }
3626
+ }
3627
+ },
3628
+ "parameters": [
3629
+ {
3630
+ "name": "clientId",
3631
+ "in": "path",
3632
+ "required": true,
3633
+ "schema": {
3634
+ "title": "clientId",
3635
+ "type": "string"
3636
+ }
3637
+ },
3638
+ {
3639
+ "name": "siteId",
3640
+ "in": "path",
3641
+ "required": true,
3642
+ "schema": {
3643
+ "title": "siteId",
3644
+ "type": "string"
3645
+ }
3646
+ }
3647
+ ],
3648
+ "requestBody": {
3649
+ "content": {
3650
+ "application/json": {
3651
+ "schema": {
3652
+ "type": "object"
3653
+ },
3654
+ "example": {}
3655
+ }
3656
+ }
3657
+ }
3658
+ },
3659
+ "get": {
3660
+ "tags": [
3661
+ "ResourceManagement"
3662
+ ],
3663
+ "operationId": "apiV2TenantsSitesByClientIdAndSiteIdGET",
3664
+ "description": "The parameters and request body are for method: apiV2TenantsSitesByClientIdAndSiteIdGET. Same endpoint also used in methods:",
3665
+ "responses": {
3666
+ "200": {
3667
+ "description": "Successful operation",
3668
+ "content": {
3669
+ "application/json": {
3670
+ "schema": {
3671
+ "title": "result",
3672
+ "type": "object"
3673
+ }
3674
+ }
3675
+ }
3676
+ }
3677
+ },
3678
+ "parameters": [
3679
+ {
3680
+ "name": "clientId",
3681
+ "in": "path",
3682
+ "required": true,
3683
+ "schema": {
3684
+ "title": "clientId",
3685
+ "type": "string"
3686
+ }
3687
+ },
3688
+ {
3689
+ "name": "siteId",
3690
+ "in": "path",
3691
+ "required": true,
3692
+ "schema": {
3693
+ "title": "siteId",
3694
+ "type": "string"
3695
+ }
3696
+ }
3697
+ ],
3698
+ "requestBody": {
3699
+ "content": {
3700
+ "application/json": {
3701
+ "schema": {
3702
+ "type": "object"
3703
+ },
3704
+ "example": {}
3705
+ }
3706
+ }
3707
+ }
3708
+ },
3709
+ "post": {
3710
+ "tags": [
3711
+ "ResourceManagement"
3712
+ ],
3713
+ "operationId": "apiV2TenantsSitesByClientIdAndSiteIdPOST",
3714
+ "description": "The parameters and request body are for method: apiV2TenantsSitesByClientIdAndSiteIdPOST. Same endpoint also used in methods:",
3715
+ "responses": {
3716
+ "200": {
3717
+ "description": "Successful operation",
3718
+ "content": {
3719
+ "application/json": {
3720
+ "schema": {
3721
+ "title": "result",
3722
+ "type": "object"
3723
+ }
3724
+ }
3725
+ }
3726
+ }
3727
+ },
3728
+ "parameters": [
3729
+ {
3730
+ "name": "clientId",
3731
+ "in": "path",
3732
+ "required": true,
3733
+ "schema": {
3734
+ "title": "clientId",
3735
+ "type": "string"
3736
+ }
3737
+ },
3738
+ {
3739
+ "name": "siteId",
3740
+ "in": "path",
3741
+ "required": true,
3742
+ "schema": {
3743
+ "title": "siteId",
3744
+ "type": "string"
3745
+ }
3746
+ }
3747
+ ],
3748
+ "requestBody": {
3749
+ "description": "indeterminate body object",
3750
+ "content": {
3751
+ "application/json": {
3752
+ "schema": {
3753
+ "type": "object"
3754
+ }
3755
+ }
3756
+ }
3757
+ }
3758
+ }
3759
+ },
3760
+ "/api/v2/tenants/{clientId}/sites/{siteId}/childs": {
3761
+ "post": {
3762
+ "tags": [
3763
+ "ResourceManagement"
3764
+ ],
3765
+ "operationId": "apiV2TenantsSitesChildsByClientIdPOST",
3766
+ "description": "The parameters and request body are for method: apiV2TenantsSitesChildsByClientIdPOST. Same endpoint also used in methods:",
3767
+ "responses": {
3768
+ "200": {
3769
+ "description": "Successful operation",
3770
+ "content": {
3771
+ "application/json": {
3772
+ "schema": {
3773
+ "title": "result",
3774
+ "type": "object"
3775
+ }
3776
+ }
3777
+ }
3778
+ }
3779
+ },
3780
+ "parameters": [
3781
+ {
3782
+ "name": "clientId",
3783
+ "in": "path",
3784
+ "required": true,
3785
+ "schema": {
3786
+ "title": "clientId",
3787
+ "type": "string"
3788
+ }
3789
+ },
3790
+ {
3791
+ "name": "siteId",
3792
+ "in": "path",
3793
+ "required": true,
3794
+ "schema": {
3795
+ "title": "siteId",
3796
+ "type": "string"
3797
+ }
3798
+ }
3799
+ ],
3800
+ "requestBody": {
3801
+ "content": {
3802
+ "application/json": {
3803
+ "schema": {
3804
+ "type": "object",
3805
+ "properties": {
3806
+ "body": {
3807
+ "type": "string"
3808
+ }
3809
+ }
3810
+ },
3811
+ "example": {
3812
+ "body": "body"
3813
+ }
3814
+ }
3815
+ }
3816
+ }
3817
+ },
3818
+ "delete": {
3819
+ "tags": [
3820
+ "ResourceManagement"
3821
+ ],
3822
+ "operationId": "apiV2TenantsSitesChildsByClientIdDELETE",
3823
+ "description": "The parameters and request body are for method: apiV2TenantsSitesChildsByClientIdDELETE. Same endpoint also used in methods:",
3824
+ "responses": {
3825
+ "200": {
3826
+ "description": "Successful operation",
3827
+ "content": {
3828
+ "application/json": {
3829
+ "schema": {
3830
+ "title": "result",
3831
+ "type": "object"
3832
+ }
3833
+ }
3834
+ }
3835
+ }
3836
+ },
3837
+ "parameters": [
3838
+ {
3839
+ "name": "clientId",
3840
+ "in": "path",
3841
+ "required": true,
3842
+ "schema": {
3843
+ "title": "clientId",
3844
+ "type": "string"
3845
+ }
3846
+ },
3847
+ {
3848
+ "name": "siteId",
3849
+ "in": "path",
3850
+ "required": true,
3851
+ "schema": {
3852
+ "title": "siteId",
3853
+ "type": "string"
3854
+ }
3855
+ }
3856
+ ],
3857
+ "requestBody": {
3858
+ "content": {
3859
+ "application/json": {
3860
+ "schema": {
3861
+ "type": "object"
3862
+ },
3863
+ "example": {}
3864
+ }
3865
+ }
3866
+ }
3867
+ }
3868
+ },
3869
+ "/api/v2/tenants/{tenantId}/sites/search": {
3870
+ "get": {
3871
+ "tags": [
3872
+ "ResourceManagement"
3873
+ ],
3874
+ "operationId": "apiV2TenantsSitesSearchByTenantIdGET",
3875
+ "description": "The parameters and request body are for method: apiV2TenantsSitesSearchByTenantIdGET. Same endpoint also used in methods:",
3876
+ "responses": {
3877
+ "200": {
3878
+ "description": "Successful operation",
3879
+ "content": {
3880
+ "application/json": {
3881
+ "schema": {
3882
+ "title": "result",
3883
+ "type": "object"
3884
+ }
3885
+ }
3886
+ }
3887
+ }
3888
+ },
3889
+ "parameters": [
3890
+ {
3891
+ "name": "tenantId",
3892
+ "in": "path",
3893
+ "required": true,
3894
+ "schema": {
3895
+ "title": "tenantId",
3896
+ "type": "string"
3897
+ }
3898
+ },
3899
+ {
3900
+ "name": "pageNo",
3901
+ "in": "query",
3902
+ "required": true,
3903
+ "schema": {
3904
+ "type": "string"
3905
+ }
3906
+ },
3907
+ {
3908
+ "name": "pageSize",
3909
+ "in": "query",
3910
+ "required": true,
3911
+ "schema": {
3912
+ "type": "string"
3913
+ }
3914
+ },
3915
+ {
3916
+ "name": "isDescendingOrder",
3917
+ "in": "query",
3918
+ "required": true,
3919
+ "schema": {
3920
+ "type": "string"
3921
+ }
3922
+ },
3923
+ {
3924
+ "name": "sortName",
3925
+ "in": "query",
3926
+ "required": true,
3927
+ "schema": {
3928
+ "type": "string"
3929
+ }
3930
+ },
3931
+ {
3932
+ "name": "queryString",
3933
+ "in": "query",
3934
+ "required": true,
3935
+ "schema": {
3936
+ "type": "string"
3937
+ }
3938
+ }
3939
+ ],
3940
+ "requestBody": {
3941
+ "content": {
3942
+ "application/json": {
3943
+ "schema": {
3944
+ "type": "object"
3945
+ },
3946
+ "example": {}
3947
+ }
3948
+ }
3949
+ }
3950
+ }
3951
+ },
3952
+ "/api/v2/tenants/{clientId}/sites/minimal": {
3953
+ "get": {
3954
+ "tags": [
3955
+ "ResourceManagement"
3956
+ ],
3957
+ "operationId": "apiV2TenantsSitesMinimalByClientIdGET",
3958
+ "description": "The parameters and request body are for method: apiV2TenantsSitesMinimalByClientIdGET. Same endpoint also used in methods:",
3959
+ "responses": {
3960
+ "200": {
3961
+ "description": "Successful operation",
3962
+ "content": {
3963
+ "application/json": {
3964
+ "schema": {
3965
+ "title": "result",
3966
+ "type": "object"
3967
+ }
3968
+ }
3969
+ }
3970
+ }
3971
+ },
3972
+ "parameters": [
3973
+ {
3974
+ "name": "clientId",
3975
+ "in": "path",
3976
+ "required": true,
3977
+ "schema": {
3978
+ "title": "clientId",
3979
+ "type": "string"
3980
+ }
3981
+ }
3982
+ ],
3983
+ "requestBody": {
3984
+ "content": {
3985
+ "application/json": {
3986
+ "schema": {
3987
+ "type": "object"
3988
+ },
3989
+ "example": {}
3990
+ }
3991
+ }
3992
+ }
3993
+ }
3994
+ },
3995
+ "/api/v2/tenants/{clientId}/deviceWarranties": {
3996
+ "get": {
3997
+ "tags": [
3998
+ "ResourceManagement"
3999
+ ],
4000
+ "operationId": "apiV2TenantsDeviceWarrantiesByClientIdGET",
4001
+ "description": "The parameters and request body are for method: apiV2TenantsDeviceWarrantiesByClientIdGET. Same endpoint also used in methods:",
4002
+ "responses": {
4003
+ "200": {
4004
+ "description": "Successful operation",
4005
+ "content": {
4006
+ "application/json": {
4007
+ "schema": {
4008
+ "title": "result",
4009
+ "type": "object"
4010
+ }
4011
+ }
4012
+ }
4013
+ }
4014
+ },
4015
+ "parameters": [
4016
+ {
4017
+ "name": "clientId",
4018
+ "in": "path",
4019
+ "required": true,
4020
+ "schema": {
4021
+ "title": "clientId",
4022
+ "type": "string"
4023
+ }
4024
+ }
4025
+ ],
4026
+ "requestBody": {
4027
+ "content": {
4028
+ "application/json": {
4029
+ "schema": {
4030
+ "type": "object"
4031
+ },
4032
+ "example": {}
4033
+ }
4034
+ }
4035
+ }
4036
+ }
4037
+ },
4038
+ "/api/v2/tenants/{clientId}/services/{serviceId}/availability": {
4039
+ "get": {
4040
+ "tags": [
4041
+ "ResourceManagement"
4042
+ ],
4043
+ "operationId": "apiV2TenantsServicesAvailabilityGET",
4044
+ "description": "The parameters and request body are for method: apiV2TenantsServicesAvailabilityGET. Same endpoint also used in methods:",
4045
+ "responses": {
4046
+ "200": {
4047
+ "description": "Successful operation",
4048
+ "content": {
4049
+ "application/json": {
4050
+ "schema": {
4051
+ "title": "result",
4052
+ "type": "object"
4053
+ }
4054
+ }
4055
+ }
4056
+ }
4057
+ },
4058
+ "parameters": [
4059
+ {
4060
+ "name": "clientId",
4061
+ "in": "path",
4062
+ "required": true,
4063
+ "schema": {
4064
+ "title": "clientId",
4065
+ "type": "string"
4066
+ }
4067
+ },
4068
+ {
4069
+ "name": "serviceId",
4070
+ "in": "path",
4071
+ "required": true,
4072
+ "schema": {
4073
+ "title": "serviceId",
4074
+ "type": "string"
4075
+ }
4076
+ },
4077
+ {
4078
+ "name": "startTime",
4079
+ "in": "query",
4080
+ "required": true,
4081
+ "schema": {
4082
+ "type": "string"
4083
+ }
4084
+ },
4085
+ {
4086
+ "name": "endTime",
4087
+ "in": "query",
4088
+ "required": true,
4089
+ "schema": {
4090
+ "type": "string"
4091
+ }
4092
+ }
4093
+ ],
4094
+ "requestBody": {
4095
+ "content": {
4096
+ "application/json": {
4097
+ "schema": {
4098
+ "type": "object"
4099
+ },
4100
+ "example": {}
4101
+ }
4102
+ }
4103
+ }
4104
+ }
4105
+ },
4106
+ "/api/v2/tenants/{partnerId}/decommission/{action}": {
4107
+ "post": {
4108
+ "tags": [
4109
+ "ResourceManagement"
4110
+ ],
4111
+ "operationId": "apiV2TenantsDecommissionByPartnerIdPOST",
4112
+ "description": "The parameters and request body are for method: apiV2TenantsDecommissionByPartnerIdPOST. Same endpoint also used in methods:",
4113
+ "responses": {
4114
+ "200": {
4115
+ "description": "Successful operation",
4116
+ "content": {
4117
+ "application/json": {
4118
+ "schema": {
4119
+ "title": "result",
4120
+ "type": "object"
4121
+ }
4122
+ }
4123
+ }
4124
+ }
4125
+ },
4126
+ "parameters": [
4127
+ {
4128
+ "name": "partnerId",
4129
+ "in": "path",
4130
+ "required": true,
4131
+ "schema": {
4132
+ "title": "partnerId",
4133
+ "type": "string"
4134
+ }
4135
+ },
4136
+ {
4137
+ "name": "action",
4138
+ "in": "path",
4139
+ "required": true,
4140
+ "schema": {
4141
+ "title": "action",
4142
+ "type": "string"
4143
+ }
4144
+ }
4145
+ ],
4146
+ "requestBody": {
4147
+ "description": "indeterminate body object",
4148
+ "content": {
4149
+ "application/json": {
4150
+ "schema": {
4151
+ "type": "object"
4152
+ }
4153
+ }
4154
+ }
4155
+ }
4156
+ }
4157
+ },
4158
+ "/api/v2/tenants/{clientId}/resourceType/minimal": {
4159
+ "get": {
4160
+ "tags": [
4161
+ "ResourceManagement"
4162
+ ],
4163
+ "operationId": "apiV2TenantsResourceTypeMinimalGET",
4164
+ "description": "The parameters and request body are for method: apiV2TenantsResourceTypeMinimalGET. Same endpoint also used in methods:",
4165
+ "responses": {
4166
+ "200": {
4167
+ "description": "Successful operation",
4168
+ "content": {
4169
+ "application/json": {
4170
+ "schema": {
4171
+ "title": "result",
4172
+ "type": "object"
4173
+ }
4174
+ }
4175
+ }
4176
+ }
4177
+ },
4178
+ "parameters": [
4179
+ {
4180
+ "name": "clientId",
4181
+ "in": "path",
4182
+ "required": true,
4183
+ "schema": {
4184
+ "title": "clientId",
4185
+ "type": "string"
4186
+ }
4187
+ }
4188
+ ],
4189
+ "requestBody": {
4190
+ "content": {
4191
+ "application/json": {
4192
+ "schema": {
4193
+ "type": "object"
4194
+ },
4195
+ "example": {}
4196
+ }
4197
+ }
4198
+ }
4199
+ }
4200
+ },
4201
+ "/api/v2/tenants/{clientId}/resources/Resourcetype/{resourceType}/{identity}": {
4202
+ "delete": {
4203
+ "tags": [
4204
+ "ResourceManagement"
4205
+ ],
4206
+ "operationId": "apiV2TenantsResourcesResourcetypeIdentityDELETE",
4207
+ "description": "The parameters and request body are for method: apiV2TenantsResourcesResourcetypeIdentityDELETE. Same endpoint also used in methods:",
4208
+ "responses": {
4209
+ "200": {
4210
+ "description": "Successful operation",
4211
+ "content": {
4212
+ "application/json": {
4213
+ "schema": {
4214
+ "title": "result",
4215
+ "type": "object"
4216
+ }
4217
+ }
4218
+ }
4219
+ }
4220
+ },
4221
+ "parameters": [
4222
+ {
4223
+ "name": "clientId",
4224
+ "in": "path",
4225
+ "required": true,
4226
+ "schema": {
4227
+ "title": "clientId",
4228
+ "type": "string"
4229
+ }
4230
+ },
4231
+ {
4232
+ "name": "resourceType",
4233
+ "in": "path",
4234
+ "required": true,
4235
+ "schema": {
4236
+ "title": "resourceType",
4237
+ "type": "string"
4238
+ }
4239
+ },
4240
+ {
4241
+ "name": "identity",
4242
+ "in": "path",
4243
+ "required": true,
4244
+ "schema": {
4245
+ "title": "identity",
4246
+ "type": "string"
4247
+ }
4248
+ }
4249
+ ],
4250
+ "requestBody": {
4251
+ "content": {
4252
+ "application/json": {
4253
+ "schema": {
4254
+ "type": "object"
4255
+ },
4256
+ "example": {}
4257
+ }
4258
+ }
4259
+ }
4260
+ }
4261
+ },
4262
+ "/api/v2/cfg/synthetics/checkpoints": {
4263
+ "get": {
4264
+ "tags": [
4265
+ "ResourceManagement"
4266
+ ],
4267
+ "operationId": "apiV2CfgSyntheticsCheckpointsGET",
4268
+ "description": "The parameters and request body are for method: apiV2CfgSyntheticsCheckpointsGET. Same endpoint also used in methods:",
4269
+ "responses": {
4270
+ "200": {
4271
+ "description": "Successful operation",
4272
+ "content": {
4273
+ "application/json": {
4274
+ "schema": {
4275
+ "title": "result",
4276
+ "type": "object"
4277
+ }
4278
+ }
4279
+ }
4280
+ }
4281
+ },
4282
+ "parameters": [
4283
+ {
4284
+ "name": "zone",
4285
+ "in": "query",
4286
+ "required": true,
4287
+ "schema": {
4288
+ "type": "string"
4289
+ }
4290
+ },
4291
+ {
4292
+ "name": "locationName",
4293
+ "in": "query",
4294
+ "required": true,
4295
+ "schema": {
4296
+ "type": "string"
4297
+ }
4298
+ }
4299
+ ],
4300
+ "requestBody": {
4301
+ "content": {
4302
+ "application/json": {
4303
+ "schema": {
4304
+ "type": "object"
4305
+ },
4306
+ "example": {}
4307
+ }
4308
+ }
4309
+ }
4310
+ }
4311
+ },
4312
+ "/api/v2/tenants/{clientId}/synthetics/checkpoints": {
4313
+ "get": {
4314
+ "tags": [
4315
+ "ResourceManagement"
4316
+ ],
4317
+ "operationId": "apiV2TenantsSyntheticsCheckpointsGET",
4318
+ "description": "The parameters and request body are for method: apiV2TenantsSyntheticsCheckpointsGET. Same endpoint also used in methods:",
4319
+ "responses": {
4320
+ "200": {
4321
+ "description": "Successful operation",
4322
+ "content": {
4323
+ "application/json": {
4324
+ "schema": {
4325
+ "title": "result",
4326
+ "type": "object"
4327
+ }
4328
+ }
4329
+ }
4330
+ }
4331
+ },
4332
+ "parameters": [
4333
+ {
4334
+ "name": "clientId",
4335
+ "in": "path",
4336
+ "required": true,
4337
+ "schema": {
4338
+ "title": "clientId",
4339
+ "type": "string"
4340
+ }
4341
+ },
4342
+ {
4343
+ "name": "zone",
4344
+ "in": "query",
4345
+ "required": true,
4346
+ "schema": {
4347
+ "type": "string"
4348
+ }
4349
+ },
4350
+ {
4351
+ "name": "locationName",
4352
+ "in": "query",
4353
+ "required": true,
4354
+ "schema": {
4355
+ "type": "string"
4356
+ }
4357
+ }
4358
+ ],
4359
+ "requestBody": {
4360
+ "content": {
4361
+ "application/json": {
4362
+ "schema": {
4363
+ "type": "object"
4364
+ },
4365
+ "example": {}
4366
+ }
4367
+ }
4368
+ }
4369
+ }
4370
+ },
4371
+ "/api/v2/tenants/{clientId}/resources/{id}/inventorycomponents": {
4372
+ "get": {
4373
+ "tags": [
4374
+ "Tenants"
4375
+ ],
4376
+ "operationId": "getApiV2TenantsClientIdResourcesIdInventorycomponents",
4377
+ "description": "The parameters and request body are for method: getApiV2TenantsClientIdResourcesIdInventorycomponents. Same endpoint also used in methods:",
4378
+ "responses": {
4379
+ "200": {
4380
+ "description": "Successful operation",
4381
+ "content": {
4382
+ "application/json": {
4383
+ "schema": {
4384
+ "title": "result",
4385
+ "type": "object"
4386
+ }
4387
+ }
4388
+ }
4389
+ }
4390
+ },
4391
+ "parameters": [
4392
+ {
4393
+ "name": "clientId",
4394
+ "in": "path",
4395
+ "required": true,
4396
+ "schema": {
4397
+ "title": "clientId",
4398
+ "type": "string"
4399
+ }
4400
+ },
4401
+ {
4402
+ "name": "id",
4403
+ "in": "path",
4404
+ "required": true,
4405
+ "schema": {
4406
+ "title": "id",
4407
+ "type": "string"
4408
+ }
4409
+ }
4410
+ ],
4411
+ "requestBody": {
4412
+ "content": {
4413
+ "application/json": {
4414
+ "schema": {
4415
+ "type": "object"
4416
+ },
4417
+ "example": {}
4418
+ }
4419
+ }
4420
+ }
4421
+ }
4422
+ }
4423
+ },
4424
+ "components": {
4425
+ "schemas": {}
4426
+ }
4427
+ }