n8n-nodes-infomaniak-api 0.1.0 → 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.
- package/dist/nodes/InfomaniakAitools/InfomaniakAitools.node.js +117 -117
- package/dist/nodes/InfomaniakAitools/InfomaniakAitools.node.js.map +1 -1
- package/dist/nodes/InfomaniakCoreRessource/InfomaniakCoreRessource.node.js +382 -382
- package/dist/nodes/InfomaniakCoreRessource/InfomaniakCoreRessource.node.js.map +1 -1
- package/dist/nodes/InfomaniakEticket/InfomaniakEticket.node.js +46 -46
- package/dist/nodes/InfomaniakEticket/InfomaniakEticket.node.js.map +1 -1
- package/dist/nodes/InfomaniakKMeet/InfomaniakKMeet.node.js +31 -31
- package/dist/nodes/InfomaniakKMeet/InfomaniakKMeet.node.js.map +1 -1
- package/dist/nodes/InfomaniakKchat/InfomaniakKchat.node.js +1223 -1223
- package/dist/nodes/InfomaniakKchat/InfomaniakKchat.node.js.map +1 -1
- package/dist/nodes/InfomaniakKdrive/InfomaniakKdrive.node.js +1025 -1025
- package/dist/nodes/InfomaniakKdrive/InfomaniakKdrive.node.js.map +1 -1
- package/dist/nodes/InfomaniakMail/InfomaniakMail.node.js +780 -780
- package/dist/nodes/InfomaniakMail/InfomaniakMail.node.js.map +1 -1
- package/dist/nodes/InfomaniakNewsletter/InfomaniakNewsletter.node.js +371 -371
- package/dist/nodes/InfomaniakNewsletter/InfomaniakNewsletter.node.js.map +1 -1
- package/dist/nodes/InfomaniakPublicCloud/InfomaniakPublicCloud.node.js +404 -404
- package/dist/nodes/InfomaniakPublicCloud/InfomaniakPublicCloud.node.js.map +1 -1
- package/dist/nodes/InfomaniakStreamingRadio/InfomaniakStreamingRadio.node.js +1979 -1979
- package/dist/nodes/InfomaniakStreamingRadio/InfomaniakStreamingRadio.node.js.map +1 -1
- package/dist/nodes/InfomaniakStreamingVideo/InfomaniakStreamingVideo.node.js +715 -715
- package/dist/nodes/InfomaniakStreamingVideo/InfomaniakStreamingVideo.node.js.map +1 -1
- package/dist/nodes/InfomaniakSwissBackup/InfomaniakSwissBackup.node.js +92 -92
- package/dist/nodes/InfomaniakSwissBackup/InfomaniakSwissBackup.node.js.map +1 -1
- package/dist/nodes/InfomaniakUrlShortner/InfomaniakUrlShortner.node.js +35 -35
- package/dist/nodes/InfomaniakUrlShortner/InfomaniakUrlShortner.node.js.map +1 -1
- package/dist/nodes/InfomaniakVod/InfomaniakVod.node.js +1517 -1517
- package/dist/nodes/InfomaniakVod/InfomaniakVod.node.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ const n8n_workflow_1 = require("n8n-workflow");
|
|
|
5
5
|
const GenericFunctions_1 = require("../shared/GenericFunctions");
|
|
6
6
|
const operations = {
|
|
7
7
|
"Config": {
|
|
8
|
-
"
|
|
8
|
+
"Get Config": {
|
|
9
9
|
"method": "GET",
|
|
10
10
|
"path": "/1/public_clouds/config",
|
|
11
11
|
"pagination": "none",
|
|
@@ -23,7 +23,7 @@ const operations = {
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"Database Service": {
|
|
26
|
-
"
|
|
26
|
+
"List All Database Services": {
|
|
27
27
|
"method": "GET",
|
|
28
28
|
"path": "/1/public_clouds/dbaas",
|
|
29
29
|
"pagination": "page-per-page",
|
|
@@ -39,7 +39,7 @@ const operations = {
|
|
|
39
39
|
"optionalBodyCollectionName": null,
|
|
40
40
|
"bodyFieldName": null
|
|
41
41
|
},
|
|
42
|
-
"
|
|
42
|
+
"List Database Services": {
|
|
43
43
|
"method": "GET",
|
|
44
44
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas",
|
|
45
45
|
"pagination": "page-per-page",
|
|
@@ -59,7 +59,7 @@ const operations = {
|
|
|
59
59
|
"optionalBodyCollectionName": null,
|
|
60
60
|
"bodyFieldName": null
|
|
61
61
|
},
|
|
62
|
-
"
|
|
62
|
+
"Create Database Service": {
|
|
63
63
|
"method": "POST",
|
|
64
64
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas",
|
|
65
65
|
"pagination": "none",
|
|
@@ -104,7 +104,7 @@ const operations = {
|
|
|
104
104
|
"optionalBodyCollectionName": "bodyParameters",
|
|
105
105
|
"bodyFieldName": null
|
|
106
106
|
},
|
|
107
|
-
"
|
|
107
|
+
"Get Database Service": {
|
|
108
108
|
"method": "GET",
|
|
109
109
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}",
|
|
110
110
|
"pagination": "none",
|
|
@@ -128,7 +128,7 @@ const operations = {
|
|
|
128
128
|
"optionalBodyCollectionName": null,
|
|
129
129
|
"bodyFieldName": null
|
|
130
130
|
},
|
|
131
|
-
"
|
|
131
|
+
"Update Database Service": {
|
|
132
132
|
"method": "PATCH",
|
|
133
133
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}",
|
|
134
134
|
"pagination": "none",
|
|
@@ -161,7 +161,7 @@ const operations = {
|
|
|
161
161
|
"optionalBodyCollectionName": "bodyParameters",
|
|
162
162
|
"bodyFieldName": null
|
|
163
163
|
},
|
|
164
|
-
"
|
|
164
|
+
"Delete Database Service": {
|
|
165
165
|
"method": "DELETE",
|
|
166
166
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}",
|
|
167
167
|
"pagination": "none",
|
|
@@ -190,7 +190,7 @@ const operations = {
|
|
|
190
190
|
"optionalBodyCollectionName": "bodyParameters",
|
|
191
191
|
"bodyFieldName": null
|
|
192
192
|
},
|
|
193
|
-
"
|
|
193
|
+
"Reset Password": {
|
|
194
194
|
"method": "GET",
|
|
195
195
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/reset_password",
|
|
196
196
|
"pagination": "none",
|
|
@@ -216,7 +216,7 @@ const operations = {
|
|
|
216
216
|
}
|
|
217
217
|
},
|
|
218
218
|
"Database Service > Backups": {
|
|
219
|
-
"
|
|
219
|
+
"List Backups": {
|
|
220
220
|
"method": "GET",
|
|
221
221
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/backups",
|
|
222
222
|
"pagination": "none",
|
|
@@ -240,7 +240,7 @@ const operations = {
|
|
|
240
240
|
"optionalBodyCollectionName": null,
|
|
241
241
|
"bodyFieldName": null
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"Get Backup": {
|
|
244
244
|
"method": "GET",
|
|
245
245
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/backups/{backup_id}",
|
|
246
246
|
"pagination": "none",
|
|
@@ -268,7 +268,7 @@ const operations = {
|
|
|
268
268
|
"optionalBodyCollectionName": null,
|
|
269
269
|
"bodyFieldName": null
|
|
270
270
|
},
|
|
271
|
-
"
|
|
271
|
+
"Delete Backup": {
|
|
272
272
|
"method": "DELETE",
|
|
273
273
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/backups/{backup_id}",
|
|
274
274
|
"pagination": "none",
|
|
@@ -298,7 +298,7 @@ const operations = {
|
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
300
|
"Database Service > Backups > Scheduled": {
|
|
301
|
-
"
|
|
301
|
+
"List Backup Schedules": {
|
|
302
302
|
"method": "GET",
|
|
303
303
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/backup_schedules",
|
|
304
304
|
"pagination": "none",
|
|
@@ -322,7 +322,7 @@ const operations = {
|
|
|
322
322
|
"optionalBodyCollectionName": null,
|
|
323
323
|
"bodyFieldName": null
|
|
324
324
|
},
|
|
325
|
-
"
|
|
325
|
+
"Create Backup Schedule": {
|
|
326
326
|
"method": "POST",
|
|
327
327
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/backup_schedules",
|
|
328
328
|
"pagination": "none",
|
|
@@ -359,7 +359,7 @@ const operations = {
|
|
|
359
359
|
"optionalBodyCollectionName": "bodyParameters",
|
|
360
360
|
"bodyFieldName": null
|
|
361
361
|
},
|
|
362
|
-
"
|
|
362
|
+
"Get Backup Schedule": {
|
|
363
363
|
"method": "GET",
|
|
364
364
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/backup_schedules/{backup_schedule_id}",
|
|
365
365
|
"pagination": "none",
|
|
@@ -387,7 +387,7 @@ const operations = {
|
|
|
387
387
|
"optionalBodyCollectionName": null,
|
|
388
388
|
"bodyFieldName": null
|
|
389
389
|
},
|
|
390
|
-
"
|
|
390
|
+
"Update Backup Schedule": {
|
|
391
391
|
"method": "PATCH",
|
|
392
392
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/backup_schedules/{backup_schedule_id}",
|
|
393
393
|
"pagination": "none",
|
|
@@ -428,7 +428,7 @@ const operations = {
|
|
|
428
428
|
"optionalBodyCollectionName": "bodyParameters",
|
|
429
429
|
"bodyFieldName": null
|
|
430
430
|
},
|
|
431
|
-
"
|
|
431
|
+
"Delete Backup Schedule": {
|
|
432
432
|
"method": "DELETE",
|
|
433
433
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/backup_schedules/{backup_schedule_id}",
|
|
434
434
|
"pagination": "none",
|
|
@@ -458,7 +458,7 @@ const operations = {
|
|
|
458
458
|
}
|
|
459
459
|
},
|
|
460
460
|
"Database Service > Configurations": {
|
|
461
|
-
"
|
|
461
|
+
"Get Configuration Information": {
|
|
462
462
|
"method": "GET",
|
|
463
463
|
"path": "/1/public_clouds/dbaas/configurations",
|
|
464
464
|
"pagination": "none",
|
|
@@ -469,7 +469,7 @@ const operations = {
|
|
|
469
469
|
"optionalBodyCollectionName": null,
|
|
470
470
|
"bodyFieldName": null
|
|
471
471
|
},
|
|
472
|
-
"
|
|
472
|
+
"List Configuration": {
|
|
473
473
|
"method": "GET",
|
|
474
474
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/configurations",
|
|
475
475
|
"pagination": "none",
|
|
@@ -493,7 +493,7 @@ const operations = {
|
|
|
493
493
|
"optionalBodyCollectionName": null,
|
|
494
494
|
"bodyFieldName": null
|
|
495
495
|
},
|
|
496
|
-
"
|
|
496
|
+
"Create/Update Configuration": {
|
|
497
497
|
"method": "PUT",
|
|
498
498
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/configurations",
|
|
499
499
|
"pagination": "none",
|
|
@@ -690,7 +690,7 @@ const operations = {
|
|
|
690
690
|
"optionalBodyCollectionName": "bodyParameters",
|
|
691
691
|
"bodyFieldName": null
|
|
692
692
|
},
|
|
693
|
-
"
|
|
693
|
+
"Remove Configuration": {
|
|
694
694
|
"method": "DELETE",
|
|
695
695
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/configurations",
|
|
696
696
|
"pagination": "none",
|
|
@@ -716,7 +716,7 @@ const operations = {
|
|
|
716
716
|
}
|
|
717
717
|
},
|
|
718
718
|
"Database Service > Data": {
|
|
719
|
-
"
|
|
719
|
+
"List Regions": {
|
|
720
720
|
"method": "GET",
|
|
721
721
|
"path": "/1/public_clouds/dbaas/regions",
|
|
722
722
|
"pagination": "none",
|
|
@@ -727,7 +727,7 @@ const operations = {
|
|
|
727
727
|
"optionalBodyCollectionName": null,
|
|
728
728
|
"bodyFieldName": null
|
|
729
729
|
},
|
|
730
|
-
"
|
|
730
|
+
"List Packs": {
|
|
731
731
|
"method": "GET",
|
|
732
732
|
"path": "/1/public_clouds/dbaas/packs",
|
|
733
733
|
"pagination": "none",
|
|
@@ -738,7 +738,7 @@ const operations = {
|
|
|
738
738
|
"optionalBodyCollectionName": null,
|
|
739
739
|
"bodyFieldName": null
|
|
740
740
|
},
|
|
741
|
-
"
|
|
741
|
+
"Pack Filters": {
|
|
742
742
|
"method": "GET",
|
|
743
743
|
"path": "/1/public_clouds/dbaas/packs/filters",
|
|
744
744
|
"pagination": "none",
|
|
@@ -749,7 +749,7 @@ const operations = {
|
|
|
749
749
|
"optionalBodyCollectionName": null,
|
|
750
750
|
"bodyFieldName": null
|
|
751
751
|
},
|
|
752
|
-
"
|
|
752
|
+
"List Types": {
|
|
753
753
|
"method": "GET",
|
|
754
754
|
"path": "/1/public_clouds/dbaas/types",
|
|
755
755
|
"pagination": "none",
|
|
@@ -762,7 +762,7 @@ const operations = {
|
|
|
762
762
|
}
|
|
763
763
|
},
|
|
764
764
|
"Database Service > IP Filters": {
|
|
765
|
-
"
|
|
765
|
+
"List IP Filters": {
|
|
766
766
|
"method": "GET",
|
|
767
767
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/ip_filters",
|
|
768
768
|
"pagination": "none",
|
|
@@ -786,7 +786,7 @@ const operations = {
|
|
|
786
786
|
"optionalBodyCollectionName": null,
|
|
787
787
|
"bodyFieldName": null
|
|
788
788
|
},
|
|
789
|
-
"
|
|
789
|
+
"Create/Update IP Filters": {
|
|
790
790
|
"method": "PUT",
|
|
791
791
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/ip_filters",
|
|
792
792
|
"pagination": "none",
|
|
@@ -815,7 +815,7 @@ const operations = {
|
|
|
815
815
|
"optionalBodyCollectionName": "bodyParameters",
|
|
816
816
|
"bodyFieldName": null
|
|
817
817
|
},
|
|
818
|
-
"
|
|
818
|
+
"Remove IP Filters": {
|
|
819
819
|
"method": "DELETE",
|
|
820
820
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/ip_filters",
|
|
821
821
|
"pagination": "none",
|
|
@@ -841,7 +841,7 @@ const operations = {
|
|
|
841
841
|
}
|
|
842
842
|
},
|
|
843
843
|
"Database Service > Restores": {
|
|
844
|
-
"
|
|
844
|
+
"Get Restore": {
|
|
845
845
|
"method": "GET",
|
|
846
846
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/restores/{restore_id}",
|
|
847
847
|
"pagination": "none",
|
|
@@ -869,7 +869,7 @@ const operations = {
|
|
|
869
869
|
"optionalBodyCollectionName": null,
|
|
870
870
|
"bodyFieldName": null
|
|
871
871
|
},
|
|
872
|
-
"
|
|
872
|
+
"Create Restore": {
|
|
873
873
|
"method": "POST",
|
|
874
874
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/dbaas/{dbaas_id}/restores",
|
|
875
875
|
"pagination": "none",
|
|
@@ -908,7 +908,7 @@ const operations = {
|
|
|
908
908
|
}
|
|
909
909
|
},
|
|
910
910
|
"Kubernetes Service": {
|
|
911
|
-
"
|
|
911
|
+
"List All Kubernetes Services": {
|
|
912
912
|
"method": "GET",
|
|
913
913
|
"path": "/1/public_clouds/kaas",
|
|
914
914
|
"pagination": "limit-skip",
|
|
@@ -924,7 +924,7 @@ const operations = {
|
|
|
924
924
|
"optionalBodyCollectionName": null,
|
|
925
925
|
"bodyFieldName": null
|
|
926
926
|
},
|
|
927
|
-
"
|
|
927
|
+
"List Kubernetes Services": {
|
|
928
928
|
"method": "GET",
|
|
929
929
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas",
|
|
930
930
|
"pagination": "limit-skip",
|
|
@@ -944,7 +944,7 @@ const operations = {
|
|
|
944
944
|
"optionalBodyCollectionName": null,
|
|
945
945
|
"bodyFieldName": null
|
|
946
946
|
},
|
|
947
|
-
"
|
|
947
|
+
"Create Kubernetes Service": {
|
|
948
948
|
"method": "POST",
|
|
949
949
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas",
|
|
950
950
|
"pagination": "none",
|
|
@@ -981,7 +981,7 @@ const operations = {
|
|
|
981
981
|
"optionalBodyCollectionName": null,
|
|
982
982
|
"bodyFieldName": null
|
|
983
983
|
},
|
|
984
|
-
"
|
|
984
|
+
"Get Kubernetes Service": {
|
|
985
985
|
"method": "GET",
|
|
986
986
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}",
|
|
987
987
|
"pagination": "none",
|
|
@@ -1005,7 +1005,7 @@ const operations = {
|
|
|
1005
1005
|
"optionalBodyCollectionName": null,
|
|
1006
1006
|
"bodyFieldName": null
|
|
1007
1007
|
},
|
|
1008
|
-
"
|
|
1008
|
+
"Update Kubernetes Service": {
|
|
1009
1009
|
"method": "PATCH",
|
|
1010
1010
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}",
|
|
1011
1011
|
"pagination": "none",
|
|
@@ -1038,7 +1038,7 @@ const operations = {
|
|
|
1038
1038
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1039
1039
|
"bodyFieldName": null
|
|
1040
1040
|
},
|
|
1041
|
-
"
|
|
1041
|
+
"Delete Kubernetes Service": {
|
|
1042
1042
|
"method": "DELETE",
|
|
1043
1043
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}",
|
|
1044
1044
|
"pagination": "none",
|
|
@@ -1062,7 +1062,7 @@ const operations = {
|
|
|
1062
1062
|
"optionalBodyCollectionName": null,
|
|
1063
1063
|
"bodyFieldName": null
|
|
1064
1064
|
},
|
|
1065
|
-
"
|
|
1065
|
+
"Get The Current State Of A Kaas Apiserver Params": {
|
|
1066
1066
|
"method": "GET",
|
|
1067
1067
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/apiserver",
|
|
1068
1068
|
"pagination": "none",
|
|
@@ -1086,7 +1086,7 @@ const operations = {
|
|
|
1086
1086
|
"optionalBodyCollectionName": null,
|
|
1087
1087
|
"bodyFieldName": null
|
|
1088
1088
|
},
|
|
1089
|
-
"
|
|
1089
|
+
"Patch Apiserver Params Of A Specific Kaas": {
|
|
1090
1090
|
"method": "PATCH",
|
|
1091
1091
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/apiserver",
|
|
1092
1092
|
"pagination": "none",
|
|
@@ -1115,7 +1115,7 @@ const operations = {
|
|
|
1115
1115
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1116
1116
|
"bodyFieldName": null
|
|
1117
1117
|
},
|
|
1118
|
-
"
|
|
1118
|
+
"Download Kubernetes Service Configuration": {
|
|
1119
1119
|
"method": "GET",
|
|
1120
1120
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/kube_config",
|
|
1121
1121
|
"pagination": "none",
|
|
@@ -1141,7 +1141,7 @@ const operations = {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
},
|
|
1143
1143
|
"Kubernetes Service > Data": {
|
|
1144
|
-
"
|
|
1144
|
+
"List Packs": {
|
|
1145
1145
|
"method": "GET",
|
|
1146
1146
|
"path": "/1/public_clouds/kaas/packs",
|
|
1147
1147
|
"pagination": "none",
|
|
@@ -1152,7 +1152,7 @@ const operations = {
|
|
|
1152
1152
|
"optionalBodyCollectionName": null,
|
|
1153
1153
|
"bodyFieldName": null
|
|
1154
1154
|
},
|
|
1155
|
-
"
|
|
1155
|
+
"List Kubernetes Versions": {
|
|
1156
1156
|
"method": "GET",
|
|
1157
1157
|
"path": "/1/public_clouds/kaas/versions",
|
|
1158
1158
|
"pagination": "none",
|
|
@@ -1163,7 +1163,7 @@ const operations = {
|
|
|
1163
1163
|
"optionalBodyCollectionName": null,
|
|
1164
1164
|
"bodyFieldName": null
|
|
1165
1165
|
},
|
|
1166
|
-
"
|
|
1166
|
+
"List Regions": {
|
|
1167
1167
|
"method": "GET",
|
|
1168
1168
|
"path": "/1/public_clouds/kaas/regions",
|
|
1169
1169
|
"pagination": "none",
|
|
@@ -1174,7 +1174,7 @@ const operations = {
|
|
|
1174
1174
|
"optionalBodyCollectionName": null,
|
|
1175
1175
|
"bodyFieldName": null
|
|
1176
1176
|
},
|
|
1177
|
-
"
|
|
1177
|
+
"List Availability Zones": {
|
|
1178
1178
|
"method": "GET",
|
|
1179
1179
|
"path": "/1/public_clouds/kaas/availability_zones",
|
|
1180
1180
|
"pagination": "none",
|
|
@@ -1190,7 +1190,7 @@ const operations = {
|
|
|
1190
1190
|
"optionalBodyCollectionName": null,
|
|
1191
1191
|
"bodyFieldName": null
|
|
1192
1192
|
},
|
|
1193
|
-
"
|
|
1193
|
+
"List Flavors": {
|
|
1194
1194
|
"method": "GET",
|
|
1195
1195
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/flavors",
|
|
1196
1196
|
"pagination": "page-per-page",
|
|
@@ -1215,7 +1215,7 @@ const operations = {
|
|
|
1215
1215
|
"optionalBodyCollectionName": null,
|
|
1216
1216
|
"bodyFieldName": null
|
|
1217
1217
|
},
|
|
1218
|
-
"
|
|
1218
|
+
"List Flavor Filters": {
|
|
1219
1219
|
"method": "GET",
|
|
1220
1220
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/flavors/filters",
|
|
1221
1221
|
"pagination": "none",
|
|
@@ -1242,7 +1242,7 @@ const operations = {
|
|
|
1242
1242
|
}
|
|
1243
1243
|
},
|
|
1244
1244
|
"Kubernetes Service > IP Filtering": {
|
|
1245
|
-
"
|
|
1245
|
+
"List IP Filters": {
|
|
1246
1246
|
"method": "GET",
|
|
1247
1247
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/ip_filters",
|
|
1248
1248
|
"pagination": "none",
|
|
@@ -1266,7 +1266,7 @@ const operations = {
|
|
|
1266
1266
|
"optionalBodyCollectionName": null,
|
|
1267
1267
|
"bodyFieldName": null
|
|
1268
1268
|
},
|
|
1269
|
-
"
|
|
1269
|
+
"Create/Update IP Filters": {
|
|
1270
1270
|
"method": "PUT",
|
|
1271
1271
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/ip_filters",
|
|
1272
1272
|
"pagination": "none",
|
|
@@ -1295,7 +1295,7 @@ const operations = {
|
|
|
1295
1295
|
"optionalBodyCollectionName": null,
|
|
1296
1296
|
"bodyFieldName": null
|
|
1297
1297
|
},
|
|
1298
|
-
"
|
|
1298
|
+
"Remove IP Filters": {
|
|
1299
1299
|
"method": "DELETE",
|
|
1300
1300
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/ip_filters",
|
|
1301
1301
|
"pagination": "none",
|
|
@@ -1321,7 +1321,7 @@ const operations = {
|
|
|
1321
1321
|
}
|
|
1322
1322
|
},
|
|
1323
1323
|
"Kubernetes Service > Instance Pools": {
|
|
1324
|
-
"
|
|
1324
|
+
"List Instance Pools": {
|
|
1325
1325
|
"method": "GET",
|
|
1326
1326
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/instance_pools",
|
|
1327
1327
|
"pagination": "limit-skip",
|
|
@@ -1345,7 +1345,7 @@ const operations = {
|
|
|
1345
1345
|
"optionalBodyCollectionName": null,
|
|
1346
1346
|
"bodyFieldName": null
|
|
1347
1347
|
},
|
|
1348
|
-
"
|
|
1348
|
+
"Create Instance Pool": {
|
|
1349
1349
|
"method": "POST",
|
|
1350
1350
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/instance_pools",
|
|
1351
1351
|
"pagination": "none",
|
|
@@ -1398,7 +1398,7 @@ const operations = {
|
|
|
1398
1398
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1399
1399
|
"bodyFieldName": null
|
|
1400
1400
|
},
|
|
1401
|
-
"
|
|
1401
|
+
"Get Instance Pool": {
|
|
1402
1402
|
"method": "GET",
|
|
1403
1403
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/instance_pools/{kaas_worker_pool_id}",
|
|
1404
1404
|
"pagination": "none",
|
|
@@ -1426,7 +1426,7 @@ const operations = {
|
|
|
1426
1426
|
"optionalBodyCollectionName": null,
|
|
1427
1427
|
"bodyFieldName": null
|
|
1428
1428
|
},
|
|
1429
|
-
"
|
|
1429
|
+
"Update Instance Pool": {
|
|
1430
1430
|
"method": "PATCH",
|
|
1431
1431
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/instance_pools/{kaas_worker_pool_id}",
|
|
1432
1432
|
"pagination": "none",
|
|
@@ -1471,7 +1471,7 @@ const operations = {
|
|
|
1471
1471
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1472
1472
|
"bodyFieldName": null
|
|
1473
1473
|
},
|
|
1474
|
-
"
|
|
1474
|
+
"Delete Instance Pool": {
|
|
1475
1475
|
"method": "DELETE",
|
|
1476
1476
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/kaas/{kaas_id}/instance_pools/{kaas_worker_pool_id}",
|
|
1477
1477
|
"pagination": "none",
|
|
@@ -1501,7 +1501,7 @@ const operations = {
|
|
|
1501
1501
|
}
|
|
1502
1502
|
},
|
|
1503
1503
|
"Product Management": {
|
|
1504
|
-
"
|
|
1504
|
+
"List All Public Clouds": {
|
|
1505
1505
|
"method": "GET",
|
|
1506
1506
|
"path": "/1/public_clouds",
|
|
1507
1507
|
"pagination": "limit-skip",
|
|
@@ -1517,7 +1517,7 @@ const operations = {
|
|
|
1517
1517
|
"optionalBodyCollectionName": null,
|
|
1518
1518
|
"bodyFieldName": null
|
|
1519
1519
|
},
|
|
1520
|
-
"
|
|
1520
|
+
"Accesses": {
|
|
1521
1521
|
"method": "GET",
|
|
1522
1522
|
"path": "/1/public_clouds/accesses",
|
|
1523
1523
|
"pagination": "none",
|
|
@@ -1533,7 +1533,7 @@ const operations = {
|
|
|
1533
1533
|
"optionalBodyCollectionName": null,
|
|
1534
1534
|
"bodyFieldName": null
|
|
1535
1535
|
},
|
|
1536
|
-
"
|
|
1536
|
+
"Get Public Cloud Info": {
|
|
1537
1537
|
"method": "GET",
|
|
1538
1538
|
"path": "/1/public_clouds/{public_cloud_id}",
|
|
1539
1539
|
"pagination": "none",
|
|
@@ -1549,7 +1549,7 @@ const operations = {
|
|
|
1549
1549
|
"optionalBodyCollectionName": null,
|
|
1550
1550
|
"bodyFieldName": null
|
|
1551
1551
|
},
|
|
1552
|
-
"
|
|
1552
|
+
"Update A Public Cloud": {
|
|
1553
1553
|
"method": "PATCH",
|
|
1554
1554
|
"path": "/1/public_clouds/{public_cloud_id}",
|
|
1555
1555
|
"pagination": "none",
|
|
@@ -1580,7 +1580,7 @@ const operations = {
|
|
|
1580
1580
|
}
|
|
1581
1581
|
},
|
|
1582
1582
|
"Projects": {
|
|
1583
|
-
"
|
|
1583
|
+
"List Projects": {
|
|
1584
1584
|
"method": "GET",
|
|
1585
1585
|
"path": "/1/public_clouds/{public_cloud_id}/projects",
|
|
1586
1586
|
"pagination": "limit-skip",
|
|
@@ -1596,7 +1596,7 @@ const operations = {
|
|
|
1596
1596
|
"optionalBodyCollectionName": null,
|
|
1597
1597
|
"bodyFieldName": null
|
|
1598
1598
|
},
|
|
1599
|
-
"
|
|
1599
|
+
"Create Project": {
|
|
1600
1600
|
"method": "POST",
|
|
1601
1601
|
"path": "/1/public_clouds/{public_cloud_id}/projects",
|
|
1602
1602
|
"pagination": "none",
|
|
@@ -1629,7 +1629,7 @@ const operations = {
|
|
|
1629
1629
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1630
1630
|
"bodyFieldName": null
|
|
1631
1631
|
},
|
|
1632
|
-
"
|
|
1632
|
+
"Get Project Details": {
|
|
1633
1633
|
"method": "GET",
|
|
1634
1634
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}",
|
|
1635
1635
|
"pagination": "none",
|
|
@@ -1649,7 +1649,7 @@ const operations = {
|
|
|
1649
1649
|
"optionalBodyCollectionName": null,
|
|
1650
1650
|
"bodyFieldName": null
|
|
1651
1651
|
},
|
|
1652
|
-
"
|
|
1652
|
+
"Update Project": {
|
|
1653
1653
|
"method": "PATCH",
|
|
1654
1654
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}",
|
|
1655
1655
|
"pagination": "none",
|
|
@@ -1674,7 +1674,7 @@ const operations = {
|
|
|
1674
1674
|
"optionalBodyCollectionName": null,
|
|
1675
1675
|
"bodyFieldName": null
|
|
1676
1676
|
},
|
|
1677
|
-
"
|
|
1677
|
+
"Delete Project": {
|
|
1678
1678
|
"method": "DELETE",
|
|
1679
1679
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}",
|
|
1680
1680
|
"pagination": "none",
|
|
@@ -1694,7 +1694,7 @@ const operations = {
|
|
|
1694
1694
|
"optionalBodyCollectionName": null,
|
|
1695
1695
|
"bodyFieldName": null
|
|
1696
1696
|
},
|
|
1697
|
-
"
|
|
1697
|
+
"Create Project With Invitation": {
|
|
1698
1698
|
"method": "POST",
|
|
1699
1699
|
"path": "/1/public_clouds/{public_cloud_id}/projects/invite",
|
|
1700
1700
|
"pagination": "none",
|
|
@@ -1725,7 +1725,7 @@ const operations = {
|
|
|
1725
1725
|
}
|
|
1726
1726
|
},
|
|
1727
1727
|
"Users": {
|
|
1728
|
-
"
|
|
1728
|
+
"List Users": {
|
|
1729
1729
|
"method": "GET",
|
|
1730
1730
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/users",
|
|
1731
1731
|
"pagination": "limit-skip",
|
|
@@ -1745,7 +1745,7 @@ const operations = {
|
|
|
1745
1745
|
"optionalBodyCollectionName": null,
|
|
1746
1746
|
"bodyFieldName": null
|
|
1747
1747
|
},
|
|
1748
|
-
"
|
|
1748
|
+
"Create User": {
|
|
1749
1749
|
"method": "POST",
|
|
1750
1750
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/users",
|
|
1751
1751
|
"pagination": "none",
|
|
@@ -1774,7 +1774,7 @@ const operations = {
|
|
|
1774
1774
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1775
1775
|
"bodyFieldName": null
|
|
1776
1776
|
},
|
|
1777
|
-
"
|
|
1777
|
+
"Get User": {
|
|
1778
1778
|
"method": "GET",
|
|
1779
1779
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/users/{public_cloud_user_id}",
|
|
1780
1780
|
"pagination": "none",
|
|
@@ -1798,7 +1798,7 @@ const operations = {
|
|
|
1798
1798
|
"optionalBodyCollectionName": null,
|
|
1799
1799
|
"bodyFieldName": null
|
|
1800
1800
|
},
|
|
1801
|
-
"
|
|
1801
|
+
"Update User": {
|
|
1802
1802
|
"method": "PATCH",
|
|
1803
1803
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/users/{public_cloud_user_id}",
|
|
1804
1804
|
"pagination": "none",
|
|
@@ -1835,7 +1835,7 @@ const operations = {
|
|
|
1835
1835
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1836
1836
|
"bodyFieldName": null
|
|
1837
1837
|
},
|
|
1838
|
-
"
|
|
1838
|
+
"Delete User": {
|
|
1839
1839
|
"method": "DELETE",
|
|
1840
1840
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/users/{public_cloud_user_id}",
|
|
1841
1841
|
"pagination": "none",
|
|
@@ -1859,7 +1859,7 @@ const operations = {
|
|
|
1859
1859
|
"optionalBodyCollectionName": null,
|
|
1860
1860
|
"bodyFieldName": null
|
|
1861
1861
|
},
|
|
1862
|
-
"
|
|
1862
|
+
"Get Authentication File": {
|
|
1863
1863
|
"method": "GET",
|
|
1864
1864
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/users/{public_cloud_user_id}/authentication/{type}",
|
|
1865
1865
|
"pagination": "none",
|
|
@@ -1887,7 +1887,7 @@ const operations = {
|
|
|
1887
1887
|
"optionalBodyCollectionName": null,
|
|
1888
1888
|
"bodyFieldName": null
|
|
1889
1889
|
},
|
|
1890
|
-
"
|
|
1890
|
+
"Get Authentication File (2)": {
|
|
1891
1891
|
"method": "GET",
|
|
1892
1892
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/users/{public_cloud_user_id}/openrc",
|
|
1893
1893
|
"pagination": "none",
|
|
@@ -1915,7 +1915,7 @@ const operations = {
|
|
|
1915
1915
|
"optionalBodyCollectionName": null,
|
|
1916
1916
|
"bodyFieldName": null
|
|
1917
1917
|
},
|
|
1918
|
-
"
|
|
1918
|
+
"Create User Invitation": {
|
|
1919
1919
|
"method": "POST",
|
|
1920
1920
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/users/invite",
|
|
1921
1921
|
"pagination": "none",
|
|
@@ -1944,7 +1944,7 @@ const operations = {
|
|
|
1944
1944
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1945
1945
|
"bodyFieldName": null
|
|
1946
1946
|
},
|
|
1947
|
-
"
|
|
1947
|
+
"Update User With Invitation": {
|
|
1948
1948
|
"method": "POST",
|
|
1949
1949
|
"path": "/1/public_clouds/{public_cloud_id}/projects/{public_cloud_project_id}/users/{public_cloud_user_id}/invite",
|
|
1950
1950
|
"pagination": "none",
|
|
@@ -2124,10 +2124,10 @@ class InfomaniakPublicCloud {
|
|
|
2124
2124
|
"options": [
|
|
2125
2125
|
{
|
|
2126
2126
|
"name": "Get Config",
|
|
2127
|
-
"value": "
|
|
2127
|
+
"value": "Get Config"
|
|
2128
2128
|
}
|
|
2129
2129
|
],
|
|
2130
|
-
"default": "
|
|
2130
|
+
"default": "Get Config",
|
|
2131
2131
|
"noDataExpression": true
|
|
2132
2132
|
},
|
|
2133
2133
|
{
|
|
@@ -2141,7 +2141,7 @@ class InfomaniakPublicCloud {
|
|
|
2141
2141
|
"Config"
|
|
2142
2142
|
],
|
|
2143
2143
|
"operation": [
|
|
2144
|
-
"
|
|
2144
|
+
"Get Config"
|
|
2145
2145
|
]
|
|
2146
2146
|
}
|
|
2147
2147
|
},
|
|
@@ -2162,34 +2162,34 @@ class InfomaniakPublicCloud {
|
|
|
2162
2162
|
"options": [
|
|
2163
2163
|
{
|
|
2164
2164
|
"name": "List All Database Services",
|
|
2165
|
-
"value": "
|
|
2165
|
+
"value": "List All Database Services"
|
|
2166
2166
|
},
|
|
2167
2167
|
{
|
|
2168
2168
|
"name": "List Database Services",
|
|
2169
|
-
"value": "
|
|
2169
|
+
"value": "List Database Services"
|
|
2170
2170
|
},
|
|
2171
2171
|
{
|
|
2172
2172
|
"name": "Create Database Service",
|
|
2173
|
-
"value": "
|
|
2173
|
+
"value": "Create Database Service"
|
|
2174
2174
|
},
|
|
2175
2175
|
{
|
|
2176
2176
|
"name": "Get Database Service",
|
|
2177
|
-
"value": "
|
|
2177
|
+
"value": "Get Database Service"
|
|
2178
2178
|
},
|
|
2179
2179
|
{
|
|
2180
2180
|
"name": "Update Database Service",
|
|
2181
|
-
"value": "
|
|
2181
|
+
"value": "Update Database Service"
|
|
2182
2182
|
},
|
|
2183
2183
|
{
|
|
2184
2184
|
"name": "Delete Database Service",
|
|
2185
|
-
"value": "
|
|
2185
|
+
"value": "Delete Database Service"
|
|
2186
2186
|
},
|
|
2187
2187
|
{
|
|
2188
2188
|
"name": "Reset Password",
|
|
2189
|
-
"value": "
|
|
2189
|
+
"value": "Reset Password"
|
|
2190
2190
|
}
|
|
2191
2191
|
],
|
|
2192
|
-
"default": "
|
|
2192
|
+
"default": "List All Database Services",
|
|
2193
2193
|
"noDataExpression": true
|
|
2194
2194
|
},
|
|
2195
2195
|
{
|
|
@@ -2203,7 +2203,7 @@ class InfomaniakPublicCloud {
|
|
|
2203
2203
|
"Database Service"
|
|
2204
2204
|
],
|
|
2205
2205
|
"operation": [
|
|
2206
|
-
"
|
|
2206
|
+
"List All Database Services"
|
|
2207
2207
|
]
|
|
2208
2208
|
}
|
|
2209
2209
|
},
|
|
@@ -2222,7 +2222,7 @@ class InfomaniakPublicCloud {
|
|
|
2222
2222
|
"Database Service"
|
|
2223
2223
|
],
|
|
2224
2224
|
"operation": [
|
|
2225
|
-
"
|
|
2225
|
+
"List All Database Services"
|
|
2226
2226
|
]
|
|
2227
2227
|
}
|
|
2228
2228
|
},
|
|
@@ -2317,7 +2317,7 @@ class InfomaniakPublicCloud {
|
|
|
2317
2317
|
"Database Service"
|
|
2318
2318
|
],
|
|
2319
2319
|
"operation": [
|
|
2320
|
-
"
|
|
2320
|
+
"List Database Services"
|
|
2321
2321
|
]
|
|
2322
2322
|
}
|
|
2323
2323
|
},
|
|
@@ -2334,7 +2334,7 @@ class InfomaniakPublicCloud {
|
|
|
2334
2334
|
"Database Service"
|
|
2335
2335
|
],
|
|
2336
2336
|
"operation": [
|
|
2337
|
-
"
|
|
2337
|
+
"List Database Services"
|
|
2338
2338
|
]
|
|
2339
2339
|
}
|
|
2340
2340
|
},
|
|
@@ -2352,7 +2352,7 @@ class InfomaniakPublicCloud {
|
|
|
2352
2352
|
"Database Service"
|
|
2353
2353
|
],
|
|
2354
2354
|
"operation": [
|
|
2355
|
-
"
|
|
2355
|
+
"List Database Services"
|
|
2356
2356
|
]
|
|
2357
2357
|
}
|
|
2358
2358
|
},
|
|
@@ -2441,7 +2441,7 @@ class InfomaniakPublicCloud {
|
|
|
2441
2441
|
"Database Service"
|
|
2442
2442
|
],
|
|
2443
2443
|
"operation": [
|
|
2444
|
-
"
|
|
2444
|
+
"Create Database Service"
|
|
2445
2445
|
]
|
|
2446
2446
|
}
|
|
2447
2447
|
},
|
|
@@ -2458,7 +2458,7 @@ class InfomaniakPublicCloud {
|
|
|
2458
2458
|
"Database Service"
|
|
2459
2459
|
],
|
|
2460
2460
|
"operation": [
|
|
2461
|
-
"
|
|
2461
|
+
"Create Database Service"
|
|
2462
2462
|
]
|
|
2463
2463
|
}
|
|
2464
2464
|
},
|
|
@@ -2475,7 +2475,7 @@ class InfomaniakPublicCloud {
|
|
|
2475
2475
|
"Database Service"
|
|
2476
2476
|
],
|
|
2477
2477
|
"operation": [
|
|
2478
|
-
"
|
|
2478
|
+
"Create Database Service"
|
|
2479
2479
|
]
|
|
2480
2480
|
}
|
|
2481
2481
|
},
|
|
@@ -2493,7 +2493,7 @@ class InfomaniakPublicCloud {
|
|
|
2493
2493
|
"Database Service"
|
|
2494
2494
|
],
|
|
2495
2495
|
"operation": [
|
|
2496
|
-
"
|
|
2496
|
+
"Create Database Service"
|
|
2497
2497
|
]
|
|
2498
2498
|
}
|
|
2499
2499
|
},
|
|
@@ -2517,7 +2517,7 @@ class InfomaniakPublicCloud {
|
|
|
2517
2517
|
"Database Service"
|
|
2518
2518
|
],
|
|
2519
2519
|
"operation": [
|
|
2520
|
-
"
|
|
2520
|
+
"Create Database Service"
|
|
2521
2521
|
]
|
|
2522
2522
|
}
|
|
2523
2523
|
},
|
|
@@ -2541,7 +2541,7 @@ class InfomaniakPublicCloud {
|
|
|
2541
2541
|
"Database Service"
|
|
2542
2542
|
],
|
|
2543
2543
|
"operation": [
|
|
2544
|
-
"
|
|
2544
|
+
"Create Database Service"
|
|
2545
2545
|
]
|
|
2546
2546
|
}
|
|
2547
2547
|
},
|
|
@@ -2565,7 +2565,7 @@ class InfomaniakPublicCloud {
|
|
|
2565
2565
|
"Database Service"
|
|
2566
2566
|
],
|
|
2567
2567
|
"operation": [
|
|
2568
|
-
"
|
|
2568
|
+
"Create Database Service"
|
|
2569
2569
|
]
|
|
2570
2570
|
}
|
|
2571
2571
|
},
|
|
@@ -2590,7 +2590,7 @@ class InfomaniakPublicCloud {
|
|
|
2590
2590
|
"Database Service"
|
|
2591
2591
|
],
|
|
2592
2592
|
"operation": [
|
|
2593
|
-
"
|
|
2593
|
+
"Create Database Service"
|
|
2594
2594
|
]
|
|
2595
2595
|
}
|
|
2596
2596
|
},
|
|
@@ -2615,7 +2615,7 @@ class InfomaniakPublicCloud {
|
|
|
2615
2615
|
"Database Service"
|
|
2616
2616
|
],
|
|
2617
2617
|
"operation": [
|
|
2618
|
-
"
|
|
2618
|
+
"Get Database Service"
|
|
2619
2619
|
]
|
|
2620
2620
|
}
|
|
2621
2621
|
},
|
|
@@ -2632,7 +2632,7 @@ class InfomaniakPublicCloud {
|
|
|
2632
2632
|
"Database Service"
|
|
2633
2633
|
],
|
|
2634
2634
|
"operation": [
|
|
2635
|
-
"
|
|
2635
|
+
"Get Database Service"
|
|
2636
2636
|
]
|
|
2637
2637
|
}
|
|
2638
2638
|
},
|
|
@@ -2649,7 +2649,7 @@ class InfomaniakPublicCloud {
|
|
|
2649
2649
|
"Database Service"
|
|
2650
2650
|
],
|
|
2651
2651
|
"operation": [
|
|
2652
|
-
"
|
|
2652
|
+
"Get Database Service"
|
|
2653
2653
|
]
|
|
2654
2654
|
}
|
|
2655
2655
|
},
|
|
@@ -2667,7 +2667,7 @@ class InfomaniakPublicCloud {
|
|
|
2667
2667
|
"Database Service"
|
|
2668
2668
|
],
|
|
2669
2669
|
"operation": [
|
|
2670
|
-
"
|
|
2670
|
+
"Get Database Service"
|
|
2671
2671
|
]
|
|
2672
2672
|
}
|
|
2673
2673
|
},
|
|
@@ -2698,7 +2698,7 @@ class InfomaniakPublicCloud {
|
|
|
2698
2698
|
"Database Service"
|
|
2699
2699
|
],
|
|
2700
2700
|
"operation": [
|
|
2701
|
-
"
|
|
2701
|
+
"Update Database Service"
|
|
2702
2702
|
]
|
|
2703
2703
|
}
|
|
2704
2704
|
},
|
|
@@ -2715,7 +2715,7 @@ class InfomaniakPublicCloud {
|
|
|
2715
2715
|
"Database Service"
|
|
2716
2716
|
],
|
|
2717
2717
|
"operation": [
|
|
2718
|
-
"
|
|
2718
|
+
"Update Database Service"
|
|
2719
2719
|
]
|
|
2720
2720
|
}
|
|
2721
2721
|
},
|
|
@@ -2732,7 +2732,7 @@ class InfomaniakPublicCloud {
|
|
|
2732
2732
|
"Database Service"
|
|
2733
2733
|
],
|
|
2734
2734
|
"operation": [
|
|
2735
|
-
"
|
|
2735
|
+
"Update Database Service"
|
|
2736
2736
|
]
|
|
2737
2737
|
}
|
|
2738
2738
|
},
|
|
@@ -2750,7 +2750,7 @@ class InfomaniakPublicCloud {
|
|
|
2750
2750
|
"Database Service"
|
|
2751
2751
|
],
|
|
2752
2752
|
"operation": [
|
|
2753
|
-
"
|
|
2753
|
+
"Update Database Service"
|
|
2754
2754
|
]
|
|
2755
2755
|
}
|
|
2756
2756
|
},
|
|
@@ -2788,7 +2788,7 @@ class InfomaniakPublicCloud {
|
|
|
2788
2788
|
"Database Service"
|
|
2789
2789
|
],
|
|
2790
2790
|
"operation": [
|
|
2791
|
-
"
|
|
2791
|
+
"Delete Database Service"
|
|
2792
2792
|
]
|
|
2793
2793
|
}
|
|
2794
2794
|
},
|
|
@@ -2805,7 +2805,7 @@ class InfomaniakPublicCloud {
|
|
|
2805
2805
|
"Database Service"
|
|
2806
2806
|
],
|
|
2807
2807
|
"operation": [
|
|
2808
|
-
"
|
|
2808
|
+
"Delete Database Service"
|
|
2809
2809
|
]
|
|
2810
2810
|
}
|
|
2811
2811
|
},
|
|
@@ -2822,7 +2822,7 @@ class InfomaniakPublicCloud {
|
|
|
2822
2822
|
"Database Service"
|
|
2823
2823
|
],
|
|
2824
2824
|
"operation": [
|
|
2825
|
-
"
|
|
2825
|
+
"Delete Database Service"
|
|
2826
2826
|
]
|
|
2827
2827
|
}
|
|
2828
2828
|
},
|
|
@@ -2840,7 +2840,7 @@ class InfomaniakPublicCloud {
|
|
|
2840
2840
|
"Database Service"
|
|
2841
2841
|
],
|
|
2842
2842
|
"operation": [
|
|
2843
|
-
"
|
|
2843
|
+
"Delete Database Service"
|
|
2844
2844
|
]
|
|
2845
2845
|
}
|
|
2846
2846
|
},
|
|
@@ -2865,7 +2865,7 @@ class InfomaniakPublicCloud {
|
|
|
2865
2865
|
"Database Service"
|
|
2866
2866
|
],
|
|
2867
2867
|
"operation": [
|
|
2868
|
-
"
|
|
2868
|
+
"Reset Password"
|
|
2869
2869
|
]
|
|
2870
2870
|
}
|
|
2871
2871
|
},
|
|
@@ -2882,7 +2882,7 @@ class InfomaniakPublicCloud {
|
|
|
2882
2882
|
"Database Service"
|
|
2883
2883
|
],
|
|
2884
2884
|
"operation": [
|
|
2885
|
-
"
|
|
2885
|
+
"Reset Password"
|
|
2886
2886
|
]
|
|
2887
2887
|
}
|
|
2888
2888
|
},
|
|
@@ -2899,7 +2899,7 @@ class InfomaniakPublicCloud {
|
|
|
2899
2899
|
"Database Service"
|
|
2900
2900
|
],
|
|
2901
2901
|
"operation": [
|
|
2902
|
-
"
|
|
2902
|
+
"Reset Password"
|
|
2903
2903
|
]
|
|
2904
2904
|
}
|
|
2905
2905
|
},
|
|
@@ -2919,18 +2919,18 @@ class InfomaniakPublicCloud {
|
|
|
2919
2919
|
"options": [
|
|
2920
2920
|
{
|
|
2921
2921
|
"name": "List Backups",
|
|
2922
|
-
"value": "
|
|
2922
|
+
"value": "List Backups"
|
|
2923
2923
|
},
|
|
2924
2924
|
{
|
|
2925
2925
|
"name": "Get Backup",
|
|
2926
|
-
"value": "
|
|
2926
|
+
"value": "Get Backup"
|
|
2927
2927
|
},
|
|
2928
2928
|
{
|
|
2929
2929
|
"name": "Delete Backup",
|
|
2930
|
-
"value": "
|
|
2930
|
+
"value": "Delete Backup"
|
|
2931
2931
|
}
|
|
2932
2932
|
],
|
|
2933
|
-
"default": "
|
|
2933
|
+
"default": "List Backups",
|
|
2934
2934
|
"noDataExpression": true
|
|
2935
2935
|
},
|
|
2936
2936
|
{
|
|
@@ -2944,7 +2944,7 @@ class InfomaniakPublicCloud {
|
|
|
2944
2944
|
"Database Service > Backups"
|
|
2945
2945
|
],
|
|
2946
2946
|
"operation": [
|
|
2947
|
-
"
|
|
2947
|
+
"List Backups"
|
|
2948
2948
|
]
|
|
2949
2949
|
}
|
|
2950
2950
|
},
|
|
@@ -2961,7 +2961,7 @@ class InfomaniakPublicCloud {
|
|
|
2961
2961
|
"Database Service > Backups"
|
|
2962
2962
|
],
|
|
2963
2963
|
"operation": [
|
|
2964
|
-
"
|
|
2964
|
+
"List Backups"
|
|
2965
2965
|
]
|
|
2966
2966
|
}
|
|
2967
2967
|
},
|
|
@@ -2978,7 +2978,7 @@ class InfomaniakPublicCloud {
|
|
|
2978
2978
|
"Database Service > Backups"
|
|
2979
2979
|
],
|
|
2980
2980
|
"operation": [
|
|
2981
|
-
"
|
|
2981
|
+
"List Backups"
|
|
2982
2982
|
]
|
|
2983
2983
|
}
|
|
2984
2984
|
},
|
|
@@ -2996,7 +2996,7 @@ class InfomaniakPublicCloud {
|
|
|
2996
2996
|
"Database Service > Backups"
|
|
2997
2997
|
],
|
|
2998
2998
|
"operation": [
|
|
2999
|
-
"
|
|
2999
|
+
"List Backups"
|
|
3000
3000
|
]
|
|
3001
3001
|
}
|
|
3002
3002
|
},
|
|
@@ -3051,7 +3051,7 @@ class InfomaniakPublicCloud {
|
|
|
3051
3051
|
"Database Service > Backups"
|
|
3052
3052
|
],
|
|
3053
3053
|
"operation": [
|
|
3054
|
-
"
|
|
3054
|
+
"Get Backup"
|
|
3055
3055
|
]
|
|
3056
3056
|
}
|
|
3057
3057
|
},
|
|
@@ -3068,7 +3068,7 @@ class InfomaniakPublicCloud {
|
|
|
3068
3068
|
"Database Service > Backups"
|
|
3069
3069
|
],
|
|
3070
3070
|
"operation": [
|
|
3071
|
-
"
|
|
3071
|
+
"Get Backup"
|
|
3072
3072
|
]
|
|
3073
3073
|
}
|
|
3074
3074
|
},
|
|
@@ -3085,7 +3085,7 @@ class InfomaniakPublicCloud {
|
|
|
3085
3085
|
"Database Service > Backups"
|
|
3086
3086
|
],
|
|
3087
3087
|
"operation": [
|
|
3088
|
-
"
|
|
3088
|
+
"Get Backup"
|
|
3089
3089
|
]
|
|
3090
3090
|
}
|
|
3091
3091
|
},
|
|
@@ -3102,7 +3102,7 @@ class InfomaniakPublicCloud {
|
|
|
3102
3102
|
"Database Service > Backups"
|
|
3103
3103
|
],
|
|
3104
3104
|
"operation": [
|
|
3105
|
-
"
|
|
3105
|
+
"Get Backup"
|
|
3106
3106
|
]
|
|
3107
3107
|
}
|
|
3108
3108
|
},
|
|
@@ -3119,7 +3119,7 @@ class InfomaniakPublicCloud {
|
|
|
3119
3119
|
"Database Service > Backups"
|
|
3120
3120
|
],
|
|
3121
3121
|
"operation": [
|
|
3122
|
-
"
|
|
3122
|
+
"Delete Backup"
|
|
3123
3123
|
]
|
|
3124
3124
|
}
|
|
3125
3125
|
},
|
|
@@ -3136,7 +3136,7 @@ class InfomaniakPublicCloud {
|
|
|
3136
3136
|
"Database Service > Backups"
|
|
3137
3137
|
],
|
|
3138
3138
|
"operation": [
|
|
3139
|
-
"
|
|
3139
|
+
"Delete Backup"
|
|
3140
3140
|
]
|
|
3141
3141
|
}
|
|
3142
3142
|
},
|
|
@@ -3153,7 +3153,7 @@ class InfomaniakPublicCloud {
|
|
|
3153
3153
|
"Database Service > Backups"
|
|
3154
3154
|
],
|
|
3155
3155
|
"operation": [
|
|
3156
|
-
"
|
|
3156
|
+
"Delete Backup"
|
|
3157
3157
|
]
|
|
3158
3158
|
}
|
|
3159
3159
|
},
|
|
@@ -3170,7 +3170,7 @@ class InfomaniakPublicCloud {
|
|
|
3170
3170
|
"Database Service > Backups"
|
|
3171
3171
|
],
|
|
3172
3172
|
"operation": [
|
|
3173
|
-
"
|
|
3173
|
+
"Delete Backup"
|
|
3174
3174
|
]
|
|
3175
3175
|
}
|
|
3176
3176
|
},
|
|
@@ -3190,26 +3190,26 @@ class InfomaniakPublicCloud {
|
|
|
3190
3190
|
"options": [
|
|
3191
3191
|
{
|
|
3192
3192
|
"name": "List Backup Schedules",
|
|
3193
|
-
"value": "
|
|
3193
|
+
"value": "List Backup Schedules"
|
|
3194
3194
|
},
|
|
3195
3195
|
{
|
|
3196
3196
|
"name": "Create Backup Schedule",
|
|
3197
|
-
"value": "
|
|
3197
|
+
"value": "Create Backup Schedule"
|
|
3198
3198
|
},
|
|
3199
3199
|
{
|
|
3200
3200
|
"name": "Get Backup Schedule",
|
|
3201
|
-
"value": "
|
|
3201
|
+
"value": "Get Backup Schedule"
|
|
3202
3202
|
},
|
|
3203
3203
|
{
|
|
3204
3204
|
"name": "Update Backup Schedule",
|
|
3205
|
-
"value": "
|
|
3205
|
+
"value": "Update Backup Schedule"
|
|
3206
3206
|
},
|
|
3207
3207
|
{
|
|
3208
3208
|
"name": "Delete Backup Schedule",
|
|
3209
|
-
"value": "
|
|
3209
|
+
"value": "Delete Backup Schedule"
|
|
3210
3210
|
}
|
|
3211
3211
|
],
|
|
3212
|
-
"default": "
|
|
3212
|
+
"default": "List Backup Schedules",
|
|
3213
3213
|
"noDataExpression": true
|
|
3214
3214
|
},
|
|
3215
3215
|
{
|
|
@@ -3223,7 +3223,7 @@ class InfomaniakPublicCloud {
|
|
|
3223
3223
|
"Database Service > Backups > Scheduled"
|
|
3224
3224
|
],
|
|
3225
3225
|
"operation": [
|
|
3226
|
-
"
|
|
3226
|
+
"List Backup Schedules"
|
|
3227
3227
|
]
|
|
3228
3228
|
}
|
|
3229
3229
|
},
|
|
@@ -3240,7 +3240,7 @@ class InfomaniakPublicCloud {
|
|
|
3240
3240
|
"Database Service > Backups > Scheduled"
|
|
3241
3241
|
],
|
|
3242
3242
|
"operation": [
|
|
3243
|
-
"
|
|
3243
|
+
"List Backup Schedules"
|
|
3244
3244
|
]
|
|
3245
3245
|
}
|
|
3246
3246
|
},
|
|
@@ -3257,7 +3257,7 @@ class InfomaniakPublicCloud {
|
|
|
3257
3257
|
"Database Service > Backups > Scheduled"
|
|
3258
3258
|
],
|
|
3259
3259
|
"operation": [
|
|
3260
|
-
"
|
|
3260
|
+
"List Backup Schedules"
|
|
3261
3261
|
]
|
|
3262
3262
|
}
|
|
3263
3263
|
},
|
|
@@ -3274,7 +3274,7 @@ class InfomaniakPublicCloud {
|
|
|
3274
3274
|
"Database Service > Backups > Scheduled"
|
|
3275
3275
|
],
|
|
3276
3276
|
"operation": [
|
|
3277
|
-
"
|
|
3277
|
+
"Create Backup Schedule"
|
|
3278
3278
|
]
|
|
3279
3279
|
}
|
|
3280
3280
|
},
|
|
@@ -3291,7 +3291,7 @@ class InfomaniakPublicCloud {
|
|
|
3291
3291
|
"Database Service > Backups > Scheduled"
|
|
3292
3292
|
],
|
|
3293
3293
|
"operation": [
|
|
3294
|
-
"
|
|
3294
|
+
"Create Backup Schedule"
|
|
3295
3295
|
]
|
|
3296
3296
|
}
|
|
3297
3297
|
},
|
|
@@ -3308,7 +3308,7 @@ class InfomaniakPublicCloud {
|
|
|
3308
3308
|
"Database Service > Backups > Scheduled"
|
|
3309
3309
|
],
|
|
3310
3310
|
"operation": [
|
|
3311
|
-
"
|
|
3311
|
+
"Create Backup Schedule"
|
|
3312
3312
|
]
|
|
3313
3313
|
}
|
|
3314
3314
|
},
|
|
@@ -3325,7 +3325,7 @@ class InfomaniakPublicCloud {
|
|
|
3325
3325
|
"Database Service > Backups > Scheduled"
|
|
3326
3326
|
],
|
|
3327
3327
|
"operation": [
|
|
3328
|
-
"
|
|
3328
|
+
"Create Backup Schedule"
|
|
3329
3329
|
]
|
|
3330
3330
|
}
|
|
3331
3331
|
},
|
|
@@ -3344,7 +3344,7 @@ class InfomaniakPublicCloud {
|
|
|
3344
3344
|
"Database Service > Backups > Scheduled"
|
|
3345
3345
|
],
|
|
3346
3346
|
"operation": [
|
|
3347
|
-
"
|
|
3347
|
+
"Create Backup Schedule"
|
|
3348
3348
|
]
|
|
3349
3349
|
}
|
|
3350
3350
|
},
|
|
@@ -3376,7 +3376,7 @@ class InfomaniakPublicCloud {
|
|
|
3376
3376
|
"Database Service > Backups > Scheduled"
|
|
3377
3377
|
],
|
|
3378
3378
|
"operation": [
|
|
3379
|
-
"
|
|
3379
|
+
"Get Backup Schedule"
|
|
3380
3380
|
]
|
|
3381
3381
|
}
|
|
3382
3382
|
},
|
|
@@ -3393,7 +3393,7 @@ class InfomaniakPublicCloud {
|
|
|
3393
3393
|
"Database Service > Backups > Scheduled"
|
|
3394
3394
|
],
|
|
3395
3395
|
"operation": [
|
|
3396
|
-
"
|
|
3396
|
+
"Get Backup Schedule"
|
|
3397
3397
|
]
|
|
3398
3398
|
}
|
|
3399
3399
|
},
|
|
@@ -3410,7 +3410,7 @@ class InfomaniakPublicCloud {
|
|
|
3410
3410
|
"Database Service > Backups > Scheduled"
|
|
3411
3411
|
],
|
|
3412
3412
|
"operation": [
|
|
3413
|
-
"
|
|
3413
|
+
"Get Backup Schedule"
|
|
3414
3414
|
]
|
|
3415
3415
|
}
|
|
3416
3416
|
},
|
|
@@ -3427,7 +3427,7 @@ class InfomaniakPublicCloud {
|
|
|
3427
3427
|
"Database Service > Backups > Scheduled"
|
|
3428
3428
|
],
|
|
3429
3429
|
"operation": [
|
|
3430
|
-
"
|
|
3430
|
+
"Get Backup Schedule"
|
|
3431
3431
|
]
|
|
3432
3432
|
}
|
|
3433
3433
|
},
|
|
@@ -3444,7 +3444,7 @@ class InfomaniakPublicCloud {
|
|
|
3444
3444
|
"Database Service > Backups > Scheduled"
|
|
3445
3445
|
],
|
|
3446
3446
|
"operation": [
|
|
3447
|
-
"
|
|
3447
|
+
"Update Backup Schedule"
|
|
3448
3448
|
]
|
|
3449
3449
|
}
|
|
3450
3450
|
},
|
|
@@ -3461,7 +3461,7 @@ class InfomaniakPublicCloud {
|
|
|
3461
3461
|
"Database Service > Backups > Scheduled"
|
|
3462
3462
|
],
|
|
3463
3463
|
"operation": [
|
|
3464
|
-
"
|
|
3464
|
+
"Update Backup Schedule"
|
|
3465
3465
|
]
|
|
3466
3466
|
}
|
|
3467
3467
|
},
|
|
@@ -3478,7 +3478,7 @@ class InfomaniakPublicCloud {
|
|
|
3478
3478
|
"Database Service > Backups > Scheduled"
|
|
3479
3479
|
],
|
|
3480
3480
|
"operation": [
|
|
3481
|
-
"
|
|
3481
|
+
"Update Backup Schedule"
|
|
3482
3482
|
]
|
|
3483
3483
|
}
|
|
3484
3484
|
},
|
|
@@ -3495,7 +3495,7 @@ class InfomaniakPublicCloud {
|
|
|
3495
3495
|
"Database Service > Backups > Scheduled"
|
|
3496
3496
|
],
|
|
3497
3497
|
"operation": [
|
|
3498
|
-
"
|
|
3498
|
+
"Update Backup Schedule"
|
|
3499
3499
|
]
|
|
3500
3500
|
}
|
|
3501
3501
|
},
|
|
@@ -3512,7 +3512,7 @@ class InfomaniakPublicCloud {
|
|
|
3512
3512
|
"Database Service > Backups > Scheduled"
|
|
3513
3513
|
],
|
|
3514
3514
|
"operation": [
|
|
3515
|
-
"
|
|
3515
|
+
"Update Backup Schedule"
|
|
3516
3516
|
]
|
|
3517
3517
|
}
|
|
3518
3518
|
},
|
|
@@ -3531,7 +3531,7 @@ class InfomaniakPublicCloud {
|
|
|
3531
3531
|
"Database Service > Backups > Scheduled"
|
|
3532
3532
|
],
|
|
3533
3533
|
"operation": [
|
|
3534
|
-
"
|
|
3534
|
+
"Update Backup Schedule"
|
|
3535
3535
|
]
|
|
3536
3536
|
}
|
|
3537
3537
|
},
|
|
@@ -3563,7 +3563,7 @@ class InfomaniakPublicCloud {
|
|
|
3563
3563
|
"Database Service > Backups > Scheduled"
|
|
3564
3564
|
],
|
|
3565
3565
|
"operation": [
|
|
3566
|
-
"
|
|
3566
|
+
"Delete Backup Schedule"
|
|
3567
3567
|
]
|
|
3568
3568
|
}
|
|
3569
3569
|
},
|
|
@@ -3580,7 +3580,7 @@ class InfomaniakPublicCloud {
|
|
|
3580
3580
|
"Database Service > Backups > Scheduled"
|
|
3581
3581
|
],
|
|
3582
3582
|
"operation": [
|
|
3583
|
-
"
|
|
3583
|
+
"Delete Backup Schedule"
|
|
3584
3584
|
]
|
|
3585
3585
|
}
|
|
3586
3586
|
},
|
|
@@ -3597,7 +3597,7 @@ class InfomaniakPublicCloud {
|
|
|
3597
3597
|
"Database Service > Backups > Scheduled"
|
|
3598
3598
|
],
|
|
3599
3599
|
"operation": [
|
|
3600
|
-
"
|
|
3600
|
+
"Delete Backup Schedule"
|
|
3601
3601
|
]
|
|
3602
3602
|
}
|
|
3603
3603
|
},
|
|
@@ -3614,7 +3614,7 @@ class InfomaniakPublicCloud {
|
|
|
3614
3614
|
"Database Service > Backups > Scheduled"
|
|
3615
3615
|
],
|
|
3616
3616
|
"operation": [
|
|
3617
|
-
"
|
|
3617
|
+
"Delete Backup Schedule"
|
|
3618
3618
|
]
|
|
3619
3619
|
}
|
|
3620
3620
|
},
|
|
@@ -3634,22 +3634,22 @@ class InfomaniakPublicCloud {
|
|
|
3634
3634
|
"options": [
|
|
3635
3635
|
{
|
|
3636
3636
|
"name": "Get Configuration Information",
|
|
3637
|
-
"value": "
|
|
3637
|
+
"value": "Get Configuration Information"
|
|
3638
3638
|
},
|
|
3639
3639
|
{
|
|
3640
3640
|
"name": "List Configuration",
|
|
3641
|
-
"value": "
|
|
3641
|
+
"value": "List Configuration"
|
|
3642
3642
|
},
|
|
3643
3643
|
{
|
|
3644
3644
|
"name": "Create/Update Configuration",
|
|
3645
|
-
"value": "
|
|
3645
|
+
"value": "Create/Update Configuration"
|
|
3646
3646
|
},
|
|
3647
3647
|
{
|
|
3648
3648
|
"name": "Remove Configuration",
|
|
3649
|
-
"value": "
|
|
3649
|
+
"value": "Remove Configuration"
|
|
3650
3650
|
}
|
|
3651
3651
|
],
|
|
3652
|
-
"default": "
|
|
3652
|
+
"default": "Get Configuration Information",
|
|
3653
3653
|
"noDataExpression": true
|
|
3654
3654
|
},
|
|
3655
3655
|
{
|
|
@@ -3664,7 +3664,7 @@ class InfomaniakPublicCloud {
|
|
|
3664
3664
|
"Database Service > Configurations"
|
|
3665
3665
|
],
|
|
3666
3666
|
"operation": [
|
|
3667
|
-
"
|
|
3667
|
+
"Get Configuration Information"
|
|
3668
3668
|
]
|
|
3669
3669
|
}
|
|
3670
3670
|
},
|
|
@@ -3688,7 +3688,7 @@ class InfomaniakPublicCloud {
|
|
|
3688
3688
|
"Database Service > Configurations"
|
|
3689
3689
|
],
|
|
3690
3690
|
"operation": [
|
|
3691
|
-
"
|
|
3691
|
+
"List Configuration"
|
|
3692
3692
|
]
|
|
3693
3693
|
}
|
|
3694
3694
|
},
|
|
@@ -3705,7 +3705,7 @@ class InfomaniakPublicCloud {
|
|
|
3705
3705
|
"Database Service > Configurations"
|
|
3706
3706
|
],
|
|
3707
3707
|
"operation": [
|
|
3708
|
-
"
|
|
3708
|
+
"List Configuration"
|
|
3709
3709
|
]
|
|
3710
3710
|
}
|
|
3711
3711
|
},
|
|
@@ -3722,7 +3722,7 @@ class InfomaniakPublicCloud {
|
|
|
3722
3722
|
"Database Service > Configurations"
|
|
3723
3723
|
],
|
|
3724
3724
|
"operation": [
|
|
3725
|
-
"
|
|
3725
|
+
"List Configuration"
|
|
3726
3726
|
]
|
|
3727
3727
|
}
|
|
3728
3728
|
},
|
|
@@ -3739,7 +3739,7 @@ class InfomaniakPublicCloud {
|
|
|
3739
3739
|
"Database Service > Configurations"
|
|
3740
3740
|
],
|
|
3741
3741
|
"operation": [
|
|
3742
|
-
"
|
|
3742
|
+
"Create/Update Configuration"
|
|
3743
3743
|
]
|
|
3744
3744
|
}
|
|
3745
3745
|
},
|
|
@@ -3756,7 +3756,7 @@ class InfomaniakPublicCloud {
|
|
|
3756
3756
|
"Database Service > Configurations"
|
|
3757
3757
|
],
|
|
3758
3758
|
"operation": [
|
|
3759
|
-
"
|
|
3759
|
+
"Create/Update Configuration"
|
|
3760
3760
|
]
|
|
3761
3761
|
}
|
|
3762
3762
|
},
|
|
@@ -3773,7 +3773,7 @@ class InfomaniakPublicCloud {
|
|
|
3773
3773
|
"Database Service > Configurations"
|
|
3774
3774
|
],
|
|
3775
3775
|
"operation": [
|
|
3776
|
-
"
|
|
3776
|
+
"Create/Update Configuration"
|
|
3777
3777
|
]
|
|
3778
3778
|
}
|
|
3779
3779
|
},
|
|
@@ -3791,7 +3791,7 @@ class InfomaniakPublicCloud {
|
|
|
3791
3791
|
"Database Service > Configurations"
|
|
3792
3792
|
],
|
|
3793
3793
|
"operation": [
|
|
3794
|
-
"
|
|
3794
|
+
"Create/Update Configuration"
|
|
3795
3795
|
]
|
|
3796
3796
|
}
|
|
3797
3797
|
},
|
|
@@ -4139,7 +4139,7 @@ class InfomaniakPublicCloud {
|
|
|
4139
4139
|
"Database Service > Configurations"
|
|
4140
4140
|
],
|
|
4141
4141
|
"operation": [
|
|
4142
|
-
"
|
|
4142
|
+
"Remove Configuration"
|
|
4143
4143
|
]
|
|
4144
4144
|
}
|
|
4145
4145
|
},
|
|
@@ -4156,7 +4156,7 @@ class InfomaniakPublicCloud {
|
|
|
4156
4156
|
"Database Service > Configurations"
|
|
4157
4157
|
],
|
|
4158
4158
|
"operation": [
|
|
4159
|
-
"
|
|
4159
|
+
"Remove Configuration"
|
|
4160
4160
|
]
|
|
4161
4161
|
}
|
|
4162
4162
|
},
|
|
@@ -4173,7 +4173,7 @@ class InfomaniakPublicCloud {
|
|
|
4173
4173
|
"Database Service > Configurations"
|
|
4174
4174
|
],
|
|
4175
4175
|
"operation": [
|
|
4176
|
-
"
|
|
4176
|
+
"Remove Configuration"
|
|
4177
4177
|
]
|
|
4178
4178
|
}
|
|
4179
4179
|
},
|
|
@@ -4193,22 +4193,22 @@ class InfomaniakPublicCloud {
|
|
|
4193
4193
|
"options": [
|
|
4194
4194
|
{
|
|
4195
4195
|
"name": "List Regions",
|
|
4196
|
-
"value": "
|
|
4196
|
+
"value": "List Regions"
|
|
4197
4197
|
},
|
|
4198
4198
|
{
|
|
4199
4199
|
"name": "List Packs",
|
|
4200
|
-
"value": "
|
|
4200
|
+
"value": "List Packs"
|
|
4201
4201
|
},
|
|
4202
4202
|
{
|
|
4203
4203
|
"name": "Pack Filters",
|
|
4204
|
-
"value": "
|
|
4204
|
+
"value": "Pack Filters"
|
|
4205
4205
|
},
|
|
4206
4206
|
{
|
|
4207
4207
|
"name": "List Types",
|
|
4208
|
-
"value": "
|
|
4208
|
+
"value": "List Types"
|
|
4209
4209
|
}
|
|
4210
4210
|
],
|
|
4211
|
-
"default": "
|
|
4211
|
+
"default": "List Regions",
|
|
4212
4212
|
"noDataExpression": true
|
|
4213
4213
|
},
|
|
4214
4214
|
{
|
|
@@ -4223,7 +4223,7 @@ class InfomaniakPublicCloud {
|
|
|
4223
4223
|
"Database Service > Data"
|
|
4224
4224
|
],
|
|
4225
4225
|
"operation": [
|
|
4226
|
-
"
|
|
4226
|
+
"List Packs"
|
|
4227
4227
|
]
|
|
4228
4228
|
}
|
|
4229
4229
|
},
|
|
@@ -4260,7 +4260,7 @@ class InfomaniakPublicCloud {
|
|
|
4260
4260
|
"Database Service > Data"
|
|
4261
4261
|
],
|
|
4262
4262
|
"operation": [
|
|
4263
|
-
"
|
|
4263
|
+
"Pack Filters"
|
|
4264
4264
|
]
|
|
4265
4265
|
}
|
|
4266
4266
|
},
|
|
@@ -4287,18 +4287,18 @@ class InfomaniakPublicCloud {
|
|
|
4287
4287
|
"options": [
|
|
4288
4288
|
{
|
|
4289
4289
|
"name": "List IP Filters",
|
|
4290
|
-
"value": "
|
|
4290
|
+
"value": "List IP Filters"
|
|
4291
4291
|
},
|
|
4292
4292
|
{
|
|
4293
4293
|
"name": "Create/Update IP Filters",
|
|
4294
|
-
"value": "
|
|
4294
|
+
"value": "Create/Update IP Filters"
|
|
4295
4295
|
},
|
|
4296
4296
|
{
|
|
4297
4297
|
"name": "Remove IP Filters",
|
|
4298
|
-
"value": "
|
|
4298
|
+
"value": "Remove IP Filters"
|
|
4299
4299
|
}
|
|
4300
4300
|
],
|
|
4301
|
-
"default": "
|
|
4301
|
+
"default": "List IP Filters",
|
|
4302
4302
|
"noDataExpression": true
|
|
4303
4303
|
},
|
|
4304
4304
|
{
|
|
@@ -4312,7 +4312,7 @@ class InfomaniakPublicCloud {
|
|
|
4312
4312
|
"Database Service > IP Filters"
|
|
4313
4313
|
],
|
|
4314
4314
|
"operation": [
|
|
4315
|
-
"
|
|
4315
|
+
"List IP Filters"
|
|
4316
4316
|
]
|
|
4317
4317
|
}
|
|
4318
4318
|
},
|
|
@@ -4329,7 +4329,7 @@ class InfomaniakPublicCloud {
|
|
|
4329
4329
|
"Database Service > IP Filters"
|
|
4330
4330
|
],
|
|
4331
4331
|
"operation": [
|
|
4332
|
-
"
|
|
4332
|
+
"List IP Filters"
|
|
4333
4333
|
]
|
|
4334
4334
|
}
|
|
4335
4335
|
},
|
|
@@ -4346,7 +4346,7 @@ class InfomaniakPublicCloud {
|
|
|
4346
4346
|
"Database Service > IP Filters"
|
|
4347
4347
|
],
|
|
4348
4348
|
"operation": [
|
|
4349
|
-
"
|
|
4349
|
+
"List IP Filters"
|
|
4350
4350
|
]
|
|
4351
4351
|
}
|
|
4352
4352
|
},
|
|
@@ -4363,7 +4363,7 @@ class InfomaniakPublicCloud {
|
|
|
4363
4363
|
"Database Service > IP Filters"
|
|
4364
4364
|
],
|
|
4365
4365
|
"operation": [
|
|
4366
|
-
"
|
|
4366
|
+
"Create/Update IP Filters"
|
|
4367
4367
|
]
|
|
4368
4368
|
}
|
|
4369
4369
|
},
|
|
@@ -4380,7 +4380,7 @@ class InfomaniakPublicCloud {
|
|
|
4380
4380
|
"Database Service > IP Filters"
|
|
4381
4381
|
],
|
|
4382
4382
|
"operation": [
|
|
4383
|
-
"
|
|
4383
|
+
"Create/Update IP Filters"
|
|
4384
4384
|
]
|
|
4385
4385
|
}
|
|
4386
4386
|
},
|
|
@@ -4397,7 +4397,7 @@ class InfomaniakPublicCloud {
|
|
|
4397
4397
|
"Database Service > IP Filters"
|
|
4398
4398
|
],
|
|
4399
4399
|
"operation": [
|
|
4400
|
-
"
|
|
4400
|
+
"Create/Update IP Filters"
|
|
4401
4401
|
]
|
|
4402
4402
|
}
|
|
4403
4403
|
},
|
|
@@ -4415,7 +4415,7 @@ class InfomaniakPublicCloud {
|
|
|
4415
4415
|
"Database Service > IP Filters"
|
|
4416
4416
|
],
|
|
4417
4417
|
"operation": [
|
|
4418
|
-
"
|
|
4418
|
+
"Create/Update IP Filters"
|
|
4419
4419
|
]
|
|
4420
4420
|
}
|
|
4421
4421
|
},
|
|
@@ -4440,7 +4440,7 @@ class InfomaniakPublicCloud {
|
|
|
4440
4440
|
"Database Service > IP Filters"
|
|
4441
4441
|
],
|
|
4442
4442
|
"operation": [
|
|
4443
|
-
"
|
|
4443
|
+
"Remove IP Filters"
|
|
4444
4444
|
]
|
|
4445
4445
|
}
|
|
4446
4446
|
},
|
|
@@ -4457,7 +4457,7 @@ class InfomaniakPublicCloud {
|
|
|
4457
4457
|
"Database Service > IP Filters"
|
|
4458
4458
|
],
|
|
4459
4459
|
"operation": [
|
|
4460
|
-
"
|
|
4460
|
+
"Remove IP Filters"
|
|
4461
4461
|
]
|
|
4462
4462
|
}
|
|
4463
4463
|
},
|
|
@@ -4474,7 +4474,7 @@ class InfomaniakPublicCloud {
|
|
|
4474
4474
|
"Database Service > IP Filters"
|
|
4475
4475
|
],
|
|
4476
4476
|
"operation": [
|
|
4477
|
-
"
|
|
4477
|
+
"Remove IP Filters"
|
|
4478
4478
|
]
|
|
4479
4479
|
}
|
|
4480
4480
|
},
|
|
@@ -4494,14 +4494,14 @@ class InfomaniakPublicCloud {
|
|
|
4494
4494
|
"options": [
|
|
4495
4495
|
{
|
|
4496
4496
|
"name": "Get Restore",
|
|
4497
|
-
"value": "
|
|
4497
|
+
"value": "Get Restore"
|
|
4498
4498
|
},
|
|
4499
4499
|
{
|
|
4500
4500
|
"name": "Create Restore",
|
|
4501
|
-
"value": "
|
|
4501
|
+
"value": "Create Restore"
|
|
4502
4502
|
}
|
|
4503
4503
|
],
|
|
4504
|
-
"default": "
|
|
4504
|
+
"default": "Get Restore",
|
|
4505
4505
|
"noDataExpression": true
|
|
4506
4506
|
},
|
|
4507
4507
|
{
|
|
@@ -4515,7 +4515,7 @@ class InfomaniakPublicCloud {
|
|
|
4515
4515
|
"Database Service > Restores"
|
|
4516
4516
|
],
|
|
4517
4517
|
"operation": [
|
|
4518
|
-
"
|
|
4518
|
+
"Get Restore"
|
|
4519
4519
|
]
|
|
4520
4520
|
}
|
|
4521
4521
|
},
|
|
@@ -4532,7 +4532,7 @@ class InfomaniakPublicCloud {
|
|
|
4532
4532
|
"Database Service > Restores"
|
|
4533
4533
|
],
|
|
4534
4534
|
"operation": [
|
|
4535
|
-
"
|
|
4535
|
+
"Get Restore"
|
|
4536
4536
|
]
|
|
4537
4537
|
}
|
|
4538
4538
|
},
|
|
@@ -4549,7 +4549,7 @@ class InfomaniakPublicCloud {
|
|
|
4549
4549
|
"Database Service > Restores"
|
|
4550
4550
|
],
|
|
4551
4551
|
"operation": [
|
|
4552
|
-
"
|
|
4552
|
+
"Get Restore"
|
|
4553
4553
|
]
|
|
4554
4554
|
}
|
|
4555
4555
|
},
|
|
@@ -4566,7 +4566,7 @@ class InfomaniakPublicCloud {
|
|
|
4566
4566
|
"Database Service > Restores"
|
|
4567
4567
|
],
|
|
4568
4568
|
"operation": [
|
|
4569
|
-
"
|
|
4569
|
+
"Get Restore"
|
|
4570
4570
|
]
|
|
4571
4571
|
}
|
|
4572
4572
|
},
|
|
@@ -4583,7 +4583,7 @@ class InfomaniakPublicCloud {
|
|
|
4583
4583
|
"Database Service > Restores"
|
|
4584
4584
|
],
|
|
4585
4585
|
"operation": [
|
|
4586
|
-
"
|
|
4586
|
+
"Create Restore"
|
|
4587
4587
|
]
|
|
4588
4588
|
}
|
|
4589
4589
|
},
|
|
@@ -4600,7 +4600,7 @@ class InfomaniakPublicCloud {
|
|
|
4600
4600
|
"Database Service > Restores"
|
|
4601
4601
|
],
|
|
4602
4602
|
"operation": [
|
|
4603
|
-
"
|
|
4603
|
+
"Create Restore"
|
|
4604
4604
|
]
|
|
4605
4605
|
}
|
|
4606
4606
|
},
|
|
@@ -4617,7 +4617,7 @@ class InfomaniakPublicCloud {
|
|
|
4617
4617
|
"Database Service > Restores"
|
|
4618
4618
|
],
|
|
4619
4619
|
"operation": [
|
|
4620
|
-
"
|
|
4620
|
+
"Create Restore"
|
|
4621
4621
|
]
|
|
4622
4622
|
}
|
|
4623
4623
|
},
|
|
@@ -4635,7 +4635,7 @@ class InfomaniakPublicCloud {
|
|
|
4635
4635
|
"Database Service > Restores"
|
|
4636
4636
|
],
|
|
4637
4637
|
"operation": [
|
|
4638
|
-
"
|
|
4638
|
+
"Create Restore"
|
|
4639
4639
|
]
|
|
4640
4640
|
}
|
|
4641
4641
|
},
|
|
@@ -4676,42 +4676,42 @@ class InfomaniakPublicCloud {
|
|
|
4676
4676
|
"options": [
|
|
4677
4677
|
{
|
|
4678
4678
|
"name": "List All Kubernetes Services",
|
|
4679
|
-
"value": "
|
|
4679
|
+
"value": "List All Kubernetes Services"
|
|
4680
4680
|
},
|
|
4681
4681
|
{
|
|
4682
4682
|
"name": "List Kubernetes Services",
|
|
4683
|
-
"value": "
|
|
4683
|
+
"value": "List Kubernetes Services"
|
|
4684
4684
|
},
|
|
4685
4685
|
{
|
|
4686
4686
|
"name": "Create Kubernetes Service",
|
|
4687
|
-
"value": "
|
|
4687
|
+
"value": "Create Kubernetes Service"
|
|
4688
4688
|
},
|
|
4689
4689
|
{
|
|
4690
4690
|
"name": "Get Kubernetes Service",
|
|
4691
|
-
"value": "
|
|
4691
|
+
"value": "Get Kubernetes Service"
|
|
4692
4692
|
},
|
|
4693
4693
|
{
|
|
4694
4694
|
"name": "Update Kubernetes Service",
|
|
4695
|
-
"value": "
|
|
4695
|
+
"value": "Update Kubernetes Service"
|
|
4696
4696
|
},
|
|
4697
4697
|
{
|
|
4698
4698
|
"name": "Delete Kubernetes Service",
|
|
4699
|
-
"value": "
|
|
4699
|
+
"value": "Delete Kubernetes Service"
|
|
4700
4700
|
},
|
|
4701
4701
|
{
|
|
4702
4702
|
"name": "Get The Current State Of A Kaas Apiserver Params",
|
|
4703
|
-
"value": "
|
|
4703
|
+
"value": "Get The Current State Of A Kaas Apiserver Params"
|
|
4704
4704
|
},
|
|
4705
4705
|
{
|
|
4706
4706
|
"name": "Patch Apiserver Params Of A Specific Kaas",
|
|
4707
|
-
"value": "
|
|
4707
|
+
"value": "Patch Apiserver Params Of A Specific Kaas"
|
|
4708
4708
|
},
|
|
4709
4709
|
{
|
|
4710
4710
|
"name": "Download Kubernetes Service Configuration",
|
|
4711
|
-
"value": "
|
|
4711
|
+
"value": "Download Kubernetes Service Configuration"
|
|
4712
4712
|
}
|
|
4713
4713
|
],
|
|
4714
|
-
"default": "
|
|
4714
|
+
"default": "List All Kubernetes Services",
|
|
4715
4715
|
"noDataExpression": true
|
|
4716
4716
|
},
|
|
4717
4717
|
{
|
|
@@ -4725,7 +4725,7 @@ class InfomaniakPublicCloud {
|
|
|
4725
4725
|
"Kubernetes Service"
|
|
4726
4726
|
],
|
|
4727
4727
|
"operation": [
|
|
4728
|
-
"
|
|
4728
|
+
"List All Kubernetes Services"
|
|
4729
4729
|
]
|
|
4730
4730
|
}
|
|
4731
4731
|
},
|
|
@@ -4744,7 +4744,7 @@ class InfomaniakPublicCloud {
|
|
|
4744
4744
|
"Kubernetes Service"
|
|
4745
4745
|
],
|
|
4746
4746
|
"operation": [
|
|
4747
|
-
"
|
|
4747
|
+
"List All Kubernetes Services"
|
|
4748
4748
|
]
|
|
4749
4749
|
}
|
|
4750
4750
|
},
|
|
@@ -4853,7 +4853,7 @@ class InfomaniakPublicCloud {
|
|
|
4853
4853
|
"Kubernetes Service"
|
|
4854
4854
|
],
|
|
4855
4855
|
"operation": [
|
|
4856
|
-
"
|
|
4856
|
+
"List Kubernetes Services"
|
|
4857
4857
|
]
|
|
4858
4858
|
}
|
|
4859
4859
|
},
|
|
@@ -4870,7 +4870,7 @@ class InfomaniakPublicCloud {
|
|
|
4870
4870
|
"Kubernetes Service"
|
|
4871
4871
|
],
|
|
4872
4872
|
"operation": [
|
|
4873
|
-
"
|
|
4873
|
+
"List Kubernetes Services"
|
|
4874
4874
|
]
|
|
4875
4875
|
}
|
|
4876
4876
|
},
|
|
@@ -4888,7 +4888,7 @@ class InfomaniakPublicCloud {
|
|
|
4888
4888
|
"Kubernetes Service"
|
|
4889
4889
|
],
|
|
4890
4890
|
"operation": [
|
|
4891
|
-
"
|
|
4891
|
+
"List Kubernetes Services"
|
|
4892
4892
|
]
|
|
4893
4893
|
}
|
|
4894
4894
|
},
|
|
@@ -4991,7 +4991,7 @@ class InfomaniakPublicCloud {
|
|
|
4991
4991
|
"Kubernetes Service"
|
|
4992
4992
|
],
|
|
4993
4993
|
"operation": [
|
|
4994
|
-
"
|
|
4994
|
+
"Create Kubernetes Service"
|
|
4995
4995
|
]
|
|
4996
4996
|
}
|
|
4997
4997
|
},
|
|
@@ -5008,7 +5008,7 @@ class InfomaniakPublicCloud {
|
|
|
5008
5008
|
"Kubernetes Service"
|
|
5009
5009
|
],
|
|
5010
5010
|
"operation": [
|
|
5011
|
-
"
|
|
5011
|
+
"Create Kubernetes Service"
|
|
5012
5012
|
]
|
|
5013
5013
|
}
|
|
5014
5014
|
},
|
|
@@ -5025,7 +5025,7 @@ class InfomaniakPublicCloud {
|
|
|
5025
5025
|
"Kubernetes Service"
|
|
5026
5026
|
],
|
|
5027
5027
|
"operation": [
|
|
5028
|
-
"
|
|
5028
|
+
"Create Kubernetes Service"
|
|
5029
5029
|
]
|
|
5030
5030
|
}
|
|
5031
5031
|
},
|
|
@@ -5053,7 +5053,7 @@ class InfomaniakPublicCloud {
|
|
|
5053
5053
|
"Kubernetes Service"
|
|
5054
5054
|
],
|
|
5055
5055
|
"operation": [
|
|
5056
|
-
"
|
|
5056
|
+
"Create Kubernetes Service"
|
|
5057
5057
|
]
|
|
5058
5058
|
}
|
|
5059
5059
|
},
|
|
@@ -5085,7 +5085,7 @@ class InfomaniakPublicCloud {
|
|
|
5085
5085
|
"Kubernetes Service"
|
|
5086
5086
|
],
|
|
5087
5087
|
"operation": [
|
|
5088
|
-
"
|
|
5088
|
+
"Create Kubernetes Service"
|
|
5089
5089
|
]
|
|
5090
5090
|
}
|
|
5091
5091
|
},
|
|
@@ -5103,7 +5103,7 @@ class InfomaniakPublicCloud {
|
|
|
5103
5103
|
"Kubernetes Service"
|
|
5104
5104
|
],
|
|
5105
5105
|
"operation": [
|
|
5106
|
-
"
|
|
5106
|
+
"Create Kubernetes Service"
|
|
5107
5107
|
]
|
|
5108
5108
|
}
|
|
5109
5109
|
},
|
|
@@ -5131,7 +5131,7 @@ class InfomaniakPublicCloud {
|
|
|
5131
5131
|
"Kubernetes Service"
|
|
5132
5132
|
],
|
|
5133
5133
|
"operation": [
|
|
5134
|
-
"
|
|
5134
|
+
"Get Kubernetes Service"
|
|
5135
5135
|
]
|
|
5136
5136
|
}
|
|
5137
5137
|
},
|
|
@@ -5148,7 +5148,7 @@ class InfomaniakPublicCloud {
|
|
|
5148
5148
|
"Kubernetes Service"
|
|
5149
5149
|
],
|
|
5150
5150
|
"operation": [
|
|
5151
|
-
"
|
|
5151
|
+
"Get Kubernetes Service"
|
|
5152
5152
|
]
|
|
5153
5153
|
}
|
|
5154
5154
|
},
|
|
@@ -5165,7 +5165,7 @@ class InfomaniakPublicCloud {
|
|
|
5165
5165
|
"Kubernetes Service"
|
|
5166
5166
|
],
|
|
5167
5167
|
"operation": [
|
|
5168
|
-
"
|
|
5168
|
+
"Get Kubernetes Service"
|
|
5169
5169
|
]
|
|
5170
5170
|
}
|
|
5171
5171
|
},
|
|
@@ -5183,7 +5183,7 @@ class InfomaniakPublicCloud {
|
|
|
5183
5183
|
"Kubernetes Service"
|
|
5184
5184
|
],
|
|
5185
5185
|
"operation": [
|
|
5186
|
-
"
|
|
5186
|
+
"Get Kubernetes Service"
|
|
5187
5187
|
]
|
|
5188
5188
|
}
|
|
5189
5189
|
},
|
|
@@ -5208,7 +5208,7 @@ class InfomaniakPublicCloud {
|
|
|
5208
5208
|
"Kubernetes Service"
|
|
5209
5209
|
],
|
|
5210
5210
|
"operation": [
|
|
5211
|
-
"
|
|
5211
|
+
"Update Kubernetes Service"
|
|
5212
5212
|
]
|
|
5213
5213
|
}
|
|
5214
5214
|
},
|
|
@@ -5225,7 +5225,7 @@ class InfomaniakPublicCloud {
|
|
|
5225
5225
|
"Kubernetes Service"
|
|
5226
5226
|
],
|
|
5227
5227
|
"operation": [
|
|
5228
|
-
"
|
|
5228
|
+
"Update Kubernetes Service"
|
|
5229
5229
|
]
|
|
5230
5230
|
}
|
|
5231
5231
|
},
|
|
@@ -5242,7 +5242,7 @@ class InfomaniakPublicCloud {
|
|
|
5242
5242
|
"Kubernetes Service"
|
|
5243
5243
|
],
|
|
5244
5244
|
"operation": [
|
|
5245
|
-
"
|
|
5245
|
+
"Update Kubernetes Service"
|
|
5246
5246
|
]
|
|
5247
5247
|
}
|
|
5248
5248
|
},
|
|
@@ -5260,7 +5260,7 @@ class InfomaniakPublicCloud {
|
|
|
5260
5260
|
"Kubernetes Service"
|
|
5261
5261
|
],
|
|
5262
5262
|
"operation": [
|
|
5263
|
-
"
|
|
5263
|
+
"Update Kubernetes Service"
|
|
5264
5264
|
]
|
|
5265
5265
|
}
|
|
5266
5266
|
},
|
|
@@ -5306,7 +5306,7 @@ class InfomaniakPublicCloud {
|
|
|
5306
5306
|
"Kubernetes Service"
|
|
5307
5307
|
],
|
|
5308
5308
|
"operation": [
|
|
5309
|
-
"
|
|
5309
|
+
"Delete Kubernetes Service"
|
|
5310
5310
|
]
|
|
5311
5311
|
}
|
|
5312
5312
|
},
|
|
@@ -5323,7 +5323,7 @@ class InfomaniakPublicCloud {
|
|
|
5323
5323
|
"Kubernetes Service"
|
|
5324
5324
|
],
|
|
5325
5325
|
"operation": [
|
|
5326
|
-
"
|
|
5326
|
+
"Delete Kubernetes Service"
|
|
5327
5327
|
]
|
|
5328
5328
|
}
|
|
5329
5329
|
},
|
|
@@ -5340,7 +5340,7 @@ class InfomaniakPublicCloud {
|
|
|
5340
5340
|
"Kubernetes Service"
|
|
5341
5341
|
],
|
|
5342
5342
|
"operation": [
|
|
5343
|
-
"
|
|
5343
|
+
"Delete Kubernetes Service"
|
|
5344
5344
|
]
|
|
5345
5345
|
}
|
|
5346
5346
|
},
|
|
@@ -5357,7 +5357,7 @@ class InfomaniakPublicCloud {
|
|
|
5357
5357
|
"Kubernetes Service"
|
|
5358
5358
|
],
|
|
5359
5359
|
"operation": [
|
|
5360
|
-
"
|
|
5360
|
+
"Get The Current State Of A Kaas Apiserver Params"
|
|
5361
5361
|
]
|
|
5362
5362
|
}
|
|
5363
5363
|
},
|
|
@@ -5374,7 +5374,7 @@ class InfomaniakPublicCloud {
|
|
|
5374
5374
|
"Kubernetes Service"
|
|
5375
5375
|
],
|
|
5376
5376
|
"operation": [
|
|
5377
|
-
"
|
|
5377
|
+
"Get The Current State Of A Kaas Apiserver Params"
|
|
5378
5378
|
]
|
|
5379
5379
|
}
|
|
5380
5380
|
},
|
|
@@ -5391,7 +5391,7 @@ class InfomaniakPublicCloud {
|
|
|
5391
5391
|
"Kubernetes Service"
|
|
5392
5392
|
],
|
|
5393
5393
|
"operation": [
|
|
5394
|
-
"
|
|
5394
|
+
"Get The Current State Of A Kaas Apiserver Params"
|
|
5395
5395
|
]
|
|
5396
5396
|
}
|
|
5397
5397
|
},
|
|
@@ -5408,7 +5408,7 @@ class InfomaniakPublicCloud {
|
|
|
5408
5408
|
"Kubernetes Service"
|
|
5409
5409
|
],
|
|
5410
5410
|
"operation": [
|
|
5411
|
-
"
|
|
5411
|
+
"Patch Apiserver Params Of A Specific Kaas"
|
|
5412
5412
|
]
|
|
5413
5413
|
}
|
|
5414
5414
|
},
|
|
@@ -5425,7 +5425,7 @@ class InfomaniakPublicCloud {
|
|
|
5425
5425
|
"Kubernetes Service"
|
|
5426
5426
|
],
|
|
5427
5427
|
"operation": [
|
|
5428
|
-
"
|
|
5428
|
+
"Patch Apiserver Params Of A Specific Kaas"
|
|
5429
5429
|
]
|
|
5430
5430
|
}
|
|
5431
5431
|
},
|
|
@@ -5442,7 +5442,7 @@ class InfomaniakPublicCloud {
|
|
|
5442
5442
|
"Kubernetes Service"
|
|
5443
5443
|
],
|
|
5444
5444
|
"operation": [
|
|
5445
|
-
"
|
|
5445
|
+
"Patch Apiserver Params Of A Specific Kaas"
|
|
5446
5446
|
]
|
|
5447
5447
|
}
|
|
5448
5448
|
},
|
|
@@ -5460,7 +5460,7 @@ class InfomaniakPublicCloud {
|
|
|
5460
5460
|
"Kubernetes Service"
|
|
5461
5461
|
],
|
|
5462
5462
|
"operation": [
|
|
5463
|
-
"
|
|
5463
|
+
"Patch Apiserver Params Of A Specific Kaas"
|
|
5464
5464
|
]
|
|
5465
5465
|
}
|
|
5466
5466
|
},
|
|
@@ -5484,7 +5484,7 @@ class InfomaniakPublicCloud {
|
|
|
5484
5484
|
"Kubernetes Service"
|
|
5485
5485
|
],
|
|
5486
5486
|
"operation": [
|
|
5487
|
-
"
|
|
5487
|
+
"Download Kubernetes Service Configuration"
|
|
5488
5488
|
]
|
|
5489
5489
|
}
|
|
5490
5490
|
},
|
|
@@ -5501,7 +5501,7 @@ class InfomaniakPublicCloud {
|
|
|
5501
5501
|
"Kubernetes Service"
|
|
5502
5502
|
],
|
|
5503
5503
|
"operation": [
|
|
5504
|
-
"
|
|
5504
|
+
"Download Kubernetes Service Configuration"
|
|
5505
5505
|
]
|
|
5506
5506
|
}
|
|
5507
5507
|
},
|
|
@@ -5518,7 +5518,7 @@ class InfomaniakPublicCloud {
|
|
|
5518
5518
|
"Kubernetes Service"
|
|
5519
5519
|
],
|
|
5520
5520
|
"operation": [
|
|
5521
|
-
"
|
|
5521
|
+
"Download Kubernetes Service Configuration"
|
|
5522
5522
|
]
|
|
5523
5523
|
}
|
|
5524
5524
|
},
|
|
@@ -5538,30 +5538,30 @@ class InfomaniakPublicCloud {
|
|
|
5538
5538
|
"options": [
|
|
5539
5539
|
{
|
|
5540
5540
|
"name": "List Packs",
|
|
5541
|
-
"value": "
|
|
5541
|
+
"value": "List Packs"
|
|
5542
5542
|
},
|
|
5543
5543
|
{
|
|
5544
5544
|
"name": "List Kubernetes Versions",
|
|
5545
|
-
"value": "
|
|
5545
|
+
"value": "List Kubernetes Versions"
|
|
5546
5546
|
},
|
|
5547
5547
|
{
|
|
5548
5548
|
"name": "List Regions",
|
|
5549
|
-
"value": "
|
|
5549
|
+
"value": "List Regions"
|
|
5550
5550
|
},
|
|
5551
5551
|
{
|
|
5552
5552
|
"name": "List Availability Zones",
|
|
5553
|
-
"value": "
|
|
5553
|
+
"value": "List Availability Zones"
|
|
5554
5554
|
},
|
|
5555
5555
|
{
|
|
5556
5556
|
"name": "List Flavors",
|
|
5557
|
-
"value": "
|
|
5557
|
+
"value": "List Flavors"
|
|
5558
5558
|
},
|
|
5559
5559
|
{
|
|
5560
5560
|
"name": "List Flavor Filters",
|
|
5561
|
-
"value": "
|
|
5561
|
+
"value": "List Flavor Filters"
|
|
5562
5562
|
}
|
|
5563
5563
|
],
|
|
5564
|
-
"default": "
|
|
5564
|
+
"default": "List Packs",
|
|
5565
5565
|
"noDataExpression": true
|
|
5566
5566
|
},
|
|
5567
5567
|
{
|
|
@@ -5575,7 +5575,7 @@ class InfomaniakPublicCloud {
|
|
|
5575
5575
|
"Kubernetes Service > Data"
|
|
5576
5576
|
],
|
|
5577
5577
|
"operation": [
|
|
5578
|
-
"
|
|
5578
|
+
"List Availability Zones"
|
|
5579
5579
|
]
|
|
5580
5580
|
}
|
|
5581
5581
|
},
|
|
@@ -5602,7 +5602,7 @@ class InfomaniakPublicCloud {
|
|
|
5602
5602
|
"Kubernetes Service > Data"
|
|
5603
5603
|
],
|
|
5604
5604
|
"operation": [
|
|
5605
|
-
"
|
|
5605
|
+
"List Flavors"
|
|
5606
5606
|
]
|
|
5607
5607
|
}
|
|
5608
5608
|
},
|
|
@@ -5619,7 +5619,7 @@ class InfomaniakPublicCloud {
|
|
|
5619
5619
|
"Kubernetes Service > Data"
|
|
5620
5620
|
],
|
|
5621
5621
|
"operation": [
|
|
5622
|
-
"
|
|
5622
|
+
"List Flavors"
|
|
5623
5623
|
]
|
|
5624
5624
|
}
|
|
5625
5625
|
},
|
|
@@ -5636,7 +5636,7 @@ class InfomaniakPublicCloud {
|
|
|
5636
5636
|
"Kubernetes Service > Data"
|
|
5637
5637
|
],
|
|
5638
5638
|
"operation": [
|
|
5639
|
-
"
|
|
5639
|
+
"List Flavors"
|
|
5640
5640
|
]
|
|
5641
5641
|
}
|
|
5642
5642
|
},
|
|
@@ -5664,7 +5664,7 @@ class InfomaniakPublicCloud {
|
|
|
5664
5664
|
"Kubernetes Service > Data"
|
|
5665
5665
|
],
|
|
5666
5666
|
"operation": [
|
|
5667
|
-
"
|
|
5667
|
+
"List Flavors"
|
|
5668
5668
|
]
|
|
5669
5669
|
}
|
|
5670
5670
|
},
|
|
@@ -5700,7 +5700,7 @@ class InfomaniakPublicCloud {
|
|
|
5700
5700
|
"Kubernetes Service > Data"
|
|
5701
5701
|
],
|
|
5702
5702
|
"operation": [
|
|
5703
|
-
"
|
|
5703
|
+
"List Flavor Filters"
|
|
5704
5704
|
]
|
|
5705
5705
|
}
|
|
5706
5706
|
},
|
|
@@ -5717,7 +5717,7 @@ class InfomaniakPublicCloud {
|
|
|
5717
5717
|
"Kubernetes Service > Data"
|
|
5718
5718
|
],
|
|
5719
5719
|
"operation": [
|
|
5720
|
-
"
|
|
5720
|
+
"List Flavor Filters"
|
|
5721
5721
|
]
|
|
5722
5722
|
}
|
|
5723
5723
|
},
|
|
@@ -5734,7 +5734,7 @@ class InfomaniakPublicCloud {
|
|
|
5734
5734
|
"Kubernetes Service > Data"
|
|
5735
5735
|
],
|
|
5736
5736
|
"operation": [
|
|
5737
|
-
"
|
|
5737
|
+
"List Flavor Filters"
|
|
5738
5738
|
]
|
|
5739
5739
|
}
|
|
5740
5740
|
},
|
|
@@ -5764,18 +5764,18 @@ class InfomaniakPublicCloud {
|
|
|
5764
5764
|
"options": [
|
|
5765
5765
|
{
|
|
5766
5766
|
"name": "List IP Filters",
|
|
5767
|
-
"value": "
|
|
5767
|
+
"value": "List IP Filters"
|
|
5768
5768
|
},
|
|
5769
5769
|
{
|
|
5770
5770
|
"name": "Create/Update IP Filters",
|
|
5771
|
-
"value": "
|
|
5771
|
+
"value": "Create/Update IP Filters"
|
|
5772
5772
|
},
|
|
5773
5773
|
{
|
|
5774
5774
|
"name": "Remove IP Filters",
|
|
5775
|
-
"value": "
|
|
5775
|
+
"value": "Remove IP Filters"
|
|
5776
5776
|
}
|
|
5777
5777
|
],
|
|
5778
|
-
"default": "
|
|
5778
|
+
"default": "List IP Filters",
|
|
5779
5779
|
"noDataExpression": true
|
|
5780
5780
|
},
|
|
5781
5781
|
{
|
|
@@ -5789,7 +5789,7 @@ class InfomaniakPublicCloud {
|
|
|
5789
5789
|
"Kubernetes Service > IP Filtering"
|
|
5790
5790
|
],
|
|
5791
5791
|
"operation": [
|
|
5792
|
-
"
|
|
5792
|
+
"List IP Filters"
|
|
5793
5793
|
]
|
|
5794
5794
|
}
|
|
5795
5795
|
},
|
|
@@ -5806,7 +5806,7 @@ class InfomaniakPublicCloud {
|
|
|
5806
5806
|
"Kubernetes Service > IP Filtering"
|
|
5807
5807
|
],
|
|
5808
5808
|
"operation": [
|
|
5809
|
-
"
|
|
5809
|
+
"List IP Filters"
|
|
5810
5810
|
]
|
|
5811
5811
|
}
|
|
5812
5812
|
},
|
|
@@ -5823,7 +5823,7 @@ class InfomaniakPublicCloud {
|
|
|
5823
5823
|
"Kubernetes Service > IP Filtering"
|
|
5824
5824
|
],
|
|
5825
5825
|
"operation": [
|
|
5826
|
-
"
|
|
5826
|
+
"List IP Filters"
|
|
5827
5827
|
]
|
|
5828
5828
|
}
|
|
5829
5829
|
},
|
|
@@ -5840,7 +5840,7 @@ class InfomaniakPublicCloud {
|
|
|
5840
5840
|
"Kubernetes Service > IP Filtering"
|
|
5841
5841
|
],
|
|
5842
5842
|
"operation": [
|
|
5843
|
-
"
|
|
5843
|
+
"Create/Update IP Filters"
|
|
5844
5844
|
]
|
|
5845
5845
|
}
|
|
5846
5846
|
},
|
|
@@ -5857,7 +5857,7 @@ class InfomaniakPublicCloud {
|
|
|
5857
5857
|
"Kubernetes Service > IP Filtering"
|
|
5858
5858
|
],
|
|
5859
5859
|
"operation": [
|
|
5860
|
-
"
|
|
5860
|
+
"Create/Update IP Filters"
|
|
5861
5861
|
]
|
|
5862
5862
|
}
|
|
5863
5863
|
},
|
|
@@ -5874,7 +5874,7 @@ class InfomaniakPublicCloud {
|
|
|
5874
5874
|
"Kubernetes Service > IP Filtering"
|
|
5875
5875
|
],
|
|
5876
5876
|
"operation": [
|
|
5877
|
-
"
|
|
5877
|
+
"Create/Update IP Filters"
|
|
5878
5878
|
]
|
|
5879
5879
|
}
|
|
5880
5880
|
},
|
|
@@ -5891,7 +5891,7 @@ class InfomaniakPublicCloud {
|
|
|
5891
5891
|
"Kubernetes Service > IP Filtering"
|
|
5892
5892
|
],
|
|
5893
5893
|
"operation": [
|
|
5894
|
-
"
|
|
5894
|
+
"Create/Update IP Filters"
|
|
5895
5895
|
]
|
|
5896
5896
|
}
|
|
5897
5897
|
},
|
|
@@ -5909,7 +5909,7 @@ class InfomaniakPublicCloud {
|
|
|
5909
5909
|
"Kubernetes Service > IP Filtering"
|
|
5910
5910
|
],
|
|
5911
5911
|
"operation": [
|
|
5912
|
-
"
|
|
5912
|
+
"Remove IP Filters"
|
|
5913
5913
|
]
|
|
5914
5914
|
}
|
|
5915
5915
|
},
|
|
@@ -5926,7 +5926,7 @@ class InfomaniakPublicCloud {
|
|
|
5926
5926
|
"Kubernetes Service > IP Filtering"
|
|
5927
5927
|
],
|
|
5928
5928
|
"operation": [
|
|
5929
|
-
"
|
|
5929
|
+
"Remove IP Filters"
|
|
5930
5930
|
]
|
|
5931
5931
|
}
|
|
5932
5932
|
},
|
|
@@ -5943,7 +5943,7 @@ class InfomaniakPublicCloud {
|
|
|
5943
5943
|
"Kubernetes Service > IP Filtering"
|
|
5944
5944
|
],
|
|
5945
5945
|
"operation": [
|
|
5946
|
-
"
|
|
5946
|
+
"Remove IP Filters"
|
|
5947
5947
|
]
|
|
5948
5948
|
}
|
|
5949
5949
|
},
|
|
@@ -5963,26 +5963,26 @@ class InfomaniakPublicCloud {
|
|
|
5963
5963
|
"options": [
|
|
5964
5964
|
{
|
|
5965
5965
|
"name": "List Instance Pools",
|
|
5966
|
-
"value": "
|
|
5966
|
+
"value": "List Instance Pools"
|
|
5967
5967
|
},
|
|
5968
5968
|
{
|
|
5969
5969
|
"name": "Create Instance Pool",
|
|
5970
|
-
"value": "
|
|
5970
|
+
"value": "Create Instance Pool"
|
|
5971
5971
|
},
|
|
5972
5972
|
{
|
|
5973
5973
|
"name": "Get Instance Pool",
|
|
5974
|
-
"value": "
|
|
5974
|
+
"value": "Get Instance Pool"
|
|
5975
5975
|
},
|
|
5976
5976
|
{
|
|
5977
5977
|
"name": "Update Instance Pool",
|
|
5978
|
-
"value": "
|
|
5978
|
+
"value": "Update Instance Pool"
|
|
5979
5979
|
},
|
|
5980
5980
|
{
|
|
5981
5981
|
"name": "Delete Instance Pool",
|
|
5982
|
-
"value": "
|
|
5982
|
+
"value": "Delete Instance Pool"
|
|
5983
5983
|
}
|
|
5984
5984
|
],
|
|
5985
|
-
"default": "
|
|
5985
|
+
"default": "List Instance Pools",
|
|
5986
5986
|
"noDataExpression": true
|
|
5987
5987
|
},
|
|
5988
5988
|
{
|
|
@@ -5996,7 +5996,7 @@ class InfomaniakPublicCloud {
|
|
|
5996
5996
|
"Kubernetes Service > Instance Pools"
|
|
5997
5997
|
],
|
|
5998
5998
|
"operation": [
|
|
5999
|
-
"
|
|
5999
|
+
"List Instance Pools"
|
|
6000
6000
|
]
|
|
6001
6001
|
}
|
|
6002
6002
|
},
|
|
@@ -6013,7 +6013,7 @@ class InfomaniakPublicCloud {
|
|
|
6013
6013
|
"Kubernetes Service > Instance Pools"
|
|
6014
6014
|
],
|
|
6015
6015
|
"operation": [
|
|
6016
|
-
"
|
|
6016
|
+
"List Instance Pools"
|
|
6017
6017
|
]
|
|
6018
6018
|
}
|
|
6019
6019
|
},
|
|
@@ -6030,7 +6030,7 @@ class InfomaniakPublicCloud {
|
|
|
6030
6030
|
"Kubernetes Service > Instance Pools"
|
|
6031
6031
|
],
|
|
6032
6032
|
"operation": [
|
|
6033
|
-
"
|
|
6033
|
+
"List Instance Pools"
|
|
6034
6034
|
]
|
|
6035
6035
|
}
|
|
6036
6036
|
},
|
|
@@ -6048,7 +6048,7 @@ class InfomaniakPublicCloud {
|
|
|
6048
6048
|
"Kubernetes Service > Instance Pools"
|
|
6049
6049
|
],
|
|
6050
6050
|
"operation": [
|
|
6051
|
-
"
|
|
6051
|
+
"List Instance Pools"
|
|
6052
6052
|
]
|
|
6053
6053
|
}
|
|
6054
6054
|
},
|
|
@@ -6144,7 +6144,7 @@ class InfomaniakPublicCloud {
|
|
|
6144
6144
|
"Kubernetes Service > Instance Pools"
|
|
6145
6145
|
],
|
|
6146
6146
|
"operation": [
|
|
6147
|
-
"
|
|
6147
|
+
"Create Instance Pool"
|
|
6148
6148
|
]
|
|
6149
6149
|
}
|
|
6150
6150
|
},
|
|
@@ -6161,7 +6161,7 @@ class InfomaniakPublicCloud {
|
|
|
6161
6161
|
"Kubernetes Service > Instance Pools"
|
|
6162
6162
|
],
|
|
6163
6163
|
"operation": [
|
|
6164
|
-
"
|
|
6164
|
+
"Create Instance Pool"
|
|
6165
6165
|
]
|
|
6166
6166
|
}
|
|
6167
6167
|
},
|
|
@@ -6178,7 +6178,7 @@ class InfomaniakPublicCloud {
|
|
|
6178
6178
|
"Kubernetes Service > Instance Pools"
|
|
6179
6179
|
],
|
|
6180
6180
|
"operation": [
|
|
6181
|
-
"
|
|
6181
|
+
"Create Instance Pool"
|
|
6182
6182
|
]
|
|
6183
6183
|
}
|
|
6184
6184
|
},
|
|
@@ -6195,7 +6195,7 @@ class InfomaniakPublicCloud {
|
|
|
6195
6195
|
"Kubernetes Service > Instance Pools"
|
|
6196
6196
|
],
|
|
6197
6197
|
"operation": [
|
|
6198
|
-
"
|
|
6198
|
+
"Create Instance Pool"
|
|
6199
6199
|
]
|
|
6200
6200
|
}
|
|
6201
6201
|
},
|
|
@@ -6219,7 +6219,7 @@ class InfomaniakPublicCloud {
|
|
|
6219
6219
|
"Kubernetes Service > Instance Pools"
|
|
6220
6220
|
],
|
|
6221
6221
|
"operation": [
|
|
6222
|
-
"
|
|
6222
|
+
"Create Instance Pool"
|
|
6223
6223
|
]
|
|
6224
6224
|
}
|
|
6225
6225
|
},
|
|
@@ -6237,7 +6237,7 @@ class InfomaniakPublicCloud {
|
|
|
6237
6237
|
"Kubernetes Service > Instance Pools"
|
|
6238
6238
|
],
|
|
6239
6239
|
"operation": [
|
|
6240
|
-
"
|
|
6240
|
+
"Create Instance Pool"
|
|
6241
6241
|
]
|
|
6242
6242
|
}
|
|
6243
6243
|
},
|
|
@@ -6256,7 +6256,7 @@ class InfomaniakPublicCloud {
|
|
|
6256
6256
|
"Kubernetes Service > Instance Pools"
|
|
6257
6257
|
],
|
|
6258
6258
|
"operation": [
|
|
6259
|
-
"
|
|
6259
|
+
"Create Instance Pool"
|
|
6260
6260
|
]
|
|
6261
6261
|
}
|
|
6262
6262
|
},
|
|
@@ -6328,7 +6328,7 @@ class InfomaniakPublicCloud {
|
|
|
6328
6328
|
"Kubernetes Service > Instance Pools"
|
|
6329
6329
|
],
|
|
6330
6330
|
"operation": [
|
|
6331
|
-
"
|
|
6331
|
+
"Get Instance Pool"
|
|
6332
6332
|
]
|
|
6333
6333
|
}
|
|
6334
6334
|
},
|
|
@@ -6345,7 +6345,7 @@ class InfomaniakPublicCloud {
|
|
|
6345
6345
|
"Kubernetes Service > Instance Pools"
|
|
6346
6346
|
],
|
|
6347
6347
|
"operation": [
|
|
6348
|
-
"
|
|
6348
|
+
"Get Instance Pool"
|
|
6349
6349
|
]
|
|
6350
6350
|
}
|
|
6351
6351
|
},
|
|
@@ -6362,7 +6362,7 @@ class InfomaniakPublicCloud {
|
|
|
6362
6362
|
"Kubernetes Service > Instance Pools"
|
|
6363
6363
|
],
|
|
6364
6364
|
"operation": [
|
|
6365
|
-
"
|
|
6365
|
+
"Get Instance Pool"
|
|
6366
6366
|
]
|
|
6367
6367
|
}
|
|
6368
6368
|
},
|
|
@@ -6379,7 +6379,7 @@ class InfomaniakPublicCloud {
|
|
|
6379
6379
|
"Kubernetes Service > Instance Pools"
|
|
6380
6380
|
],
|
|
6381
6381
|
"operation": [
|
|
6382
|
-
"
|
|
6382
|
+
"Get Instance Pool"
|
|
6383
6383
|
]
|
|
6384
6384
|
}
|
|
6385
6385
|
},
|
|
@@ -6396,7 +6396,7 @@ class InfomaniakPublicCloud {
|
|
|
6396
6396
|
"Kubernetes Service > Instance Pools"
|
|
6397
6397
|
],
|
|
6398
6398
|
"operation": [
|
|
6399
|
-
"
|
|
6399
|
+
"Update Instance Pool"
|
|
6400
6400
|
]
|
|
6401
6401
|
}
|
|
6402
6402
|
},
|
|
@@ -6413,7 +6413,7 @@ class InfomaniakPublicCloud {
|
|
|
6413
6413
|
"Kubernetes Service > Instance Pools"
|
|
6414
6414
|
],
|
|
6415
6415
|
"operation": [
|
|
6416
|
-
"
|
|
6416
|
+
"Update Instance Pool"
|
|
6417
6417
|
]
|
|
6418
6418
|
}
|
|
6419
6419
|
},
|
|
@@ -6430,7 +6430,7 @@ class InfomaniakPublicCloud {
|
|
|
6430
6430
|
"Kubernetes Service > Instance Pools"
|
|
6431
6431
|
],
|
|
6432
6432
|
"operation": [
|
|
6433
|
-
"
|
|
6433
|
+
"Update Instance Pool"
|
|
6434
6434
|
]
|
|
6435
6435
|
}
|
|
6436
6436
|
},
|
|
@@ -6447,7 +6447,7 @@ class InfomaniakPublicCloud {
|
|
|
6447
6447
|
"Kubernetes Service > Instance Pools"
|
|
6448
6448
|
],
|
|
6449
6449
|
"operation": [
|
|
6450
|
-
"
|
|
6450
|
+
"Update Instance Pool"
|
|
6451
6451
|
]
|
|
6452
6452
|
}
|
|
6453
6453
|
},
|
|
@@ -6465,7 +6465,7 @@ class InfomaniakPublicCloud {
|
|
|
6465
6465
|
"Kubernetes Service > Instance Pools"
|
|
6466
6466
|
],
|
|
6467
6467
|
"operation": [
|
|
6468
|
-
"
|
|
6468
|
+
"Update Instance Pool"
|
|
6469
6469
|
]
|
|
6470
6470
|
}
|
|
6471
6471
|
},
|
|
@@ -6511,7 +6511,7 @@ class InfomaniakPublicCloud {
|
|
|
6511
6511
|
"Kubernetes Service > Instance Pools"
|
|
6512
6512
|
],
|
|
6513
6513
|
"operation": [
|
|
6514
|
-
"
|
|
6514
|
+
"Delete Instance Pool"
|
|
6515
6515
|
]
|
|
6516
6516
|
}
|
|
6517
6517
|
},
|
|
@@ -6528,7 +6528,7 @@ class InfomaniakPublicCloud {
|
|
|
6528
6528
|
"Kubernetes Service > Instance Pools"
|
|
6529
6529
|
],
|
|
6530
6530
|
"operation": [
|
|
6531
|
-
"
|
|
6531
|
+
"Delete Instance Pool"
|
|
6532
6532
|
]
|
|
6533
6533
|
}
|
|
6534
6534
|
},
|
|
@@ -6545,7 +6545,7 @@ class InfomaniakPublicCloud {
|
|
|
6545
6545
|
"Kubernetes Service > Instance Pools"
|
|
6546
6546
|
],
|
|
6547
6547
|
"operation": [
|
|
6548
|
-
"
|
|
6548
|
+
"Delete Instance Pool"
|
|
6549
6549
|
]
|
|
6550
6550
|
}
|
|
6551
6551
|
},
|
|
@@ -6562,7 +6562,7 @@ class InfomaniakPublicCloud {
|
|
|
6562
6562
|
"Kubernetes Service > Instance Pools"
|
|
6563
6563
|
],
|
|
6564
6564
|
"operation": [
|
|
6565
|
-
"
|
|
6565
|
+
"Delete Instance Pool"
|
|
6566
6566
|
]
|
|
6567
6567
|
}
|
|
6568
6568
|
},
|
|
@@ -6582,22 +6582,22 @@ class InfomaniakPublicCloud {
|
|
|
6582
6582
|
"options": [
|
|
6583
6583
|
{
|
|
6584
6584
|
"name": "List All Public Clouds",
|
|
6585
|
-
"value": "
|
|
6585
|
+
"value": "List All Public Clouds"
|
|
6586
6586
|
},
|
|
6587
6587
|
{
|
|
6588
6588
|
"name": "Accesses",
|
|
6589
|
-
"value": "
|
|
6589
|
+
"value": "Accesses"
|
|
6590
6590
|
},
|
|
6591
6591
|
{
|
|
6592
6592
|
"name": "Get Public Cloud Info",
|
|
6593
|
-
"value": "
|
|
6593
|
+
"value": "Get Public Cloud Info"
|
|
6594
6594
|
},
|
|
6595
6595
|
{
|
|
6596
6596
|
"name": "Update A Public Cloud",
|
|
6597
|
-
"value": "
|
|
6597
|
+
"value": "Update A Public Cloud"
|
|
6598
6598
|
}
|
|
6599
6599
|
],
|
|
6600
|
-
"default": "
|
|
6600
|
+
"default": "List All Public Clouds",
|
|
6601
6601
|
"noDataExpression": true
|
|
6602
6602
|
},
|
|
6603
6603
|
{
|
|
@@ -6611,7 +6611,7 @@ class InfomaniakPublicCloud {
|
|
|
6611
6611
|
"Product Management"
|
|
6612
6612
|
],
|
|
6613
6613
|
"operation": [
|
|
6614
|
-
"
|
|
6614
|
+
"List All Public Clouds"
|
|
6615
6615
|
]
|
|
6616
6616
|
}
|
|
6617
6617
|
},
|
|
@@ -6630,7 +6630,7 @@ class InfomaniakPublicCloud {
|
|
|
6630
6630
|
"Product Management"
|
|
6631
6631
|
],
|
|
6632
6632
|
"operation": [
|
|
6633
|
-
"
|
|
6633
|
+
"List All Public Clouds"
|
|
6634
6634
|
]
|
|
6635
6635
|
}
|
|
6636
6636
|
},
|
|
@@ -6733,7 +6733,7 @@ class InfomaniakPublicCloud {
|
|
|
6733
6733
|
"Product Management"
|
|
6734
6734
|
],
|
|
6735
6735
|
"operation": [
|
|
6736
|
-
"
|
|
6736
|
+
"Accesses"
|
|
6737
6737
|
]
|
|
6738
6738
|
}
|
|
6739
6739
|
},
|
|
@@ -6751,7 +6751,7 @@ class InfomaniakPublicCloud {
|
|
|
6751
6751
|
"Product Management"
|
|
6752
6752
|
],
|
|
6753
6753
|
"operation": [
|
|
6754
|
-
"
|
|
6754
|
+
"Get Public Cloud Info"
|
|
6755
6755
|
]
|
|
6756
6756
|
}
|
|
6757
6757
|
},
|
|
@@ -6770,7 +6770,7 @@ class InfomaniakPublicCloud {
|
|
|
6770
6770
|
"Product Management"
|
|
6771
6771
|
],
|
|
6772
6772
|
"operation": [
|
|
6773
|
-
"
|
|
6773
|
+
"Get Public Cloud Info"
|
|
6774
6774
|
]
|
|
6775
6775
|
}
|
|
6776
6776
|
},
|
|
@@ -6795,7 +6795,7 @@ class InfomaniakPublicCloud {
|
|
|
6795
6795
|
"Product Management"
|
|
6796
6796
|
],
|
|
6797
6797
|
"operation": [
|
|
6798
|
-
"
|
|
6798
|
+
"Update A Public Cloud"
|
|
6799
6799
|
]
|
|
6800
6800
|
}
|
|
6801
6801
|
},
|
|
@@ -6814,7 +6814,7 @@ class InfomaniakPublicCloud {
|
|
|
6814
6814
|
"Product Management"
|
|
6815
6815
|
],
|
|
6816
6816
|
"operation": [
|
|
6817
|
-
"
|
|
6817
|
+
"Update A Public Cloud"
|
|
6818
6818
|
]
|
|
6819
6819
|
}
|
|
6820
6820
|
},
|
|
@@ -6855,30 +6855,30 @@ class InfomaniakPublicCloud {
|
|
|
6855
6855
|
"options": [
|
|
6856
6856
|
{
|
|
6857
6857
|
"name": "List Projects",
|
|
6858
|
-
"value": "
|
|
6858
|
+
"value": "List Projects"
|
|
6859
6859
|
},
|
|
6860
6860
|
{
|
|
6861
6861
|
"name": "Create Project",
|
|
6862
|
-
"value": "
|
|
6862
|
+
"value": "Create Project"
|
|
6863
6863
|
},
|
|
6864
6864
|
{
|
|
6865
6865
|
"name": "Get Project Details",
|
|
6866
|
-
"value": "
|
|
6866
|
+
"value": "Get Project Details"
|
|
6867
6867
|
},
|
|
6868
6868
|
{
|
|
6869
6869
|
"name": "Update Project",
|
|
6870
|
-
"value": "
|
|
6870
|
+
"value": "Update Project"
|
|
6871
6871
|
},
|
|
6872
6872
|
{
|
|
6873
6873
|
"name": "Delete Project",
|
|
6874
|
-
"value": "
|
|
6874
|
+
"value": "Delete Project"
|
|
6875
6875
|
},
|
|
6876
6876
|
{
|
|
6877
6877
|
"name": "Create Project With Invitation",
|
|
6878
|
-
"value": "
|
|
6878
|
+
"value": "Create Project With Invitation"
|
|
6879
6879
|
}
|
|
6880
6880
|
],
|
|
6881
|
-
"default": "
|
|
6881
|
+
"default": "List Projects",
|
|
6882
6882
|
"noDataExpression": true
|
|
6883
6883
|
},
|
|
6884
6884
|
{
|
|
@@ -6892,7 +6892,7 @@ class InfomaniakPublicCloud {
|
|
|
6892
6892
|
"Projects"
|
|
6893
6893
|
],
|
|
6894
6894
|
"operation": [
|
|
6895
|
-
"
|
|
6895
|
+
"List Projects"
|
|
6896
6896
|
]
|
|
6897
6897
|
}
|
|
6898
6898
|
},
|
|
@@ -6911,7 +6911,7 @@ class InfomaniakPublicCloud {
|
|
|
6911
6911
|
"Projects"
|
|
6912
6912
|
],
|
|
6913
6913
|
"operation": [
|
|
6914
|
-
"
|
|
6914
|
+
"List Projects"
|
|
6915
6915
|
]
|
|
6916
6916
|
}
|
|
6917
6917
|
},
|
|
@@ -7014,7 +7014,7 @@ class InfomaniakPublicCloud {
|
|
|
7014
7014
|
"Projects"
|
|
7015
7015
|
],
|
|
7016
7016
|
"operation": [
|
|
7017
|
-
"
|
|
7017
|
+
"Create Project"
|
|
7018
7018
|
]
|
|
7019
7019
|
}
|
|
7020
7020
|
},
|
|
@@ -7032,7 +7032,7 @@ class InfomaniakPublicCloud {
|
|
|
7032
7032
|
"Projects"
|
|
7033
7033
|
],
|
|
7034
7034
|
"operation": [
|
|
7035
|
-
"
|
|
7035
|
+
"Create Project"
|
|
7036
7036
|
]
|
|
7037
7037
|
}
|
|
7038
7038
|
},
|
|
@@ -7050,7 +7050,7 @@ class InfomaniakPublicCloud {
|
|
|
7050
7050
|
"Projects"
|
|
7051
7051
|
],
|
|
7052
7052
|
"operation": [
|
|
7053
|
-
"
|
|
7053
|
+
"Create Project"
|
|
7054
7054
|
]
|
|
7055
7055
|
}
|
|
7056
7056
|
},
|
|
@@ -7068,7 +7068,7 @@ class InfomaniakPublicCloud {
|
|
|
7068
7068
|
"Projects"
|
|
7069
7069
|
],
|
|
7070
7070
|
"operation": [
|
|
7071
|
-
"
|
|
7071
|
+
"Create Project"
|
|
7072
7072
|
]
|
|
7073
7073
|
}
|
|
7074
7074
|
},
|
|
@@ -7099,7 +7099,7 @@ class InfomaniakPublicCloud {
|
|
|
7099
7099
|
"Projects"
|
|
7100
7100
|
],
|
|
7101
7101
|
"operation": [
|
|
7102
|
-
"
|
|
7102
|
+
"Get Project Details"
|
|
7103
7103
|
]
|
|
7104
7104
|
}
|
|
7105
7105
|
},
|
|
@@ -7117,7 +7117,7 @@ class InfomaniakPublicCloud {
|
|
|
7117
7117
|
"Projects"
|
|
7118
7118
|
],
|
|
7119
7119
|
"operation": [
|
|
7120
|
-
"
|
|
7120
|
+
"Get Project Details"
|
|
7121
7121
|
]
|
|
7122
7122
|
}
|
|
7123
7123
|
},
|
|
@@ -7136,7 +7136,7 @@ class InfomaniakPublicCloud {
|
|
|
7136
7136
|
"Projects"
|
|
7137
7137
|
],
|
|
7138
7138
|
"operation": [
|
|
7139
|
-
"
|
|
7139
|
+
"Get Project Details"
|
|
7140
7140
|
]
|
|
7141
7141
|
}
|
|
7142
7142
|
},
|
|
@@ -7161,7 +7161,7 @@ class InfomaniakPublicCloud {
|
|
|
7161
7161
|
"Projects"
|
|
7162
7162
|
],
|
|
7163
7163
|
"operation": [
|
|
7164
|
-
"
|
|
7164
|
+
"Update Project"
|
|
7165
7165
|
]
|
|
7166
7166
|
}
|
|
7167
7167
|
},
|
|
@@ -7179,7 +7179,7 @@ class InfomaniakPublicCloud {
|
|
|
7179
7179
|
"Projects"
|
|
7180
7180
|
],
|
|
7181
7181
|
"operation": [
|
|
7182
|
-
"
|
|
7182
|
+
"Update Project"
|
|
7183
7183
|
]
|
|
7184
7184
|
}
|
|
7185
7185
|
},
|
|
@@ -7197,7 +7197,7 @@ class InfomaniakPublicCloud {
|
|
|
7197
7197
|
"Projects"
|
|
7198
7198
|
],
|
|
7199
7199
|
"operation": [
|
|
7200
|
-
"
|
|
7200
|
+
"Update Project"
|
|
7201
7201
|
]
|
|
7202
7202
|
}
|
|
7203
7203
|
},
|
|
@@ -7215,7 +7215,7 @@ class InfomaniakPublicCloud {
|
|
|
7215
7215
|
"Projects"
|
|
7216
7216
|
],
|
|
7217
7217
|
"operation": [
|
|
7218
|
-
"
|
|
7218
|
+
"Delete Project"
|
|
7219
7219
|
]
|
|
7220
7220
|
}
|
|
7221
7221
|
},
|
|
@@ -7233,7 +7233,7 @@ class InfomaniakPublicCloud {
|
|
|
7233
7233
|
"Projects"
|
|
7234
7234
|
],
|
|
7235
7235
|
"operation": [
|
|
7236
|
-
"
|
|
7236
|
+
"Delete Project"
|
|
7237
7237
|
]
|
|
7238
7238
|
}
|
|
7239
7239
|
},
|
|
@@ -7251,7 +7251,7 @@ class InfomaniakPublicCloud {
|
|
|
7251
7251
|
"Projects"
|
|
7252
7252
|
],
|
|
7253
7253
|
"operation": [
|
|
7254
|
-
"
|
|
7254
|
+
"Create Project With Invitation"
|
|
7255
7255
|
]
|
|
7256
7256
|
}
|
|
7257
7257
|
},
|
|
@@ -7269,7 +7269,7 @@ class InfomaniakPublicCloud {
|
|
|
7269
7269
|
"Projects"
|
|
7270
7270
|
],
|
|
7271
7271
|
"operation": [
|
|
7272
|
-
"
|
|
7272
|
+
"Create Project With Invitation"
|
|
7273
7273
|
]
|
|
7274
7274
|
}
|
|
7275
7275
|
},
|
|
@@ -7287,7 +7287,7 @@ class InfomaniakPublicCloud {
|
|
|
7287
7287
|
"Projects"
|
|
7288
7288
|
],
|
|
7289
7289
|
"operation": [
|
|
7290
|
-
"
|
|
7290
|
+
"Create Project With Invitation"
|
|
7291
7291
|
]
|
|
7292
7292
|
}
|
|
7293
7293
|
},
|
|
@@ -7305,7 +7305,7 @@ class InfomaniakPublicCloud {
|
|
|
7305
7305
|
"Projects"
|
|
7306
7306
|
],
|
|
7307
7307
|
"operation": [
|
|
7308
|
-
"
|
|
7308
|
+
"Create Project With Invitation"
|
|
7309
7309
|
]
|
|
7310
7310
|
}
|
|
7311
7311
|
},
|
|
@@ -7333,42 +7333,42 @@ class InfomaniakPublicCloud {
|
|
|
7333
7333
|
"options": [
|
|
7334
7334
|
{
|
|
7335
7335
|
"name": "List Users",
|
|
7336
|
-
"value": "
|
|
7336
|
+
"value": "List Users"
|
|
7337
7337
|
},
|
|
7338
7338
|
{
|
|
7339
7339
|
"name": "Create User",
|
|
7340
|
-
"value": "
|
|
7340
|
+
"value": "Create User"
|
|
7341
7341
|
},
|
|
7342
7342
|
{
|
|
7343
7343
|
"name": "Get User",
|
|
7344
|
-
"value": "
|
|
7344
|
+
"value": "Get User"
|
|
7345
7345
|
},
|
|
7346
7346
|
{
|
|
7347
7347
|
"name": "Update User",
|
|
7348
|
-
"value": "
|
|
7348
|
+
"value": "Update User"
|
|
7349
7349
|
},
|
|
7350
7350
|
{
|
|
7351
7351
|
"name": "Delete User",
|
|
7352
|
-
"value": "
|
|
7352
|
+
"value": "Delete User"
|
|
7353
7353
|
},
|
|
7354
7354
|
{
|
|
7355
7355
|
"name": "Get Authentication File",
|
|
7356
|
-
"value": "
|
|
7356
|
+
"value": "Get Authentication File"
|
|
7357
7357
|
},
|
|
7358
7358
|
{
|
|
7359
7359
|
"name": "Get Authentication File",
|
|
7360
|
-
"value": "
|
|
7360
|
+
"value": "Get Authentication File (2)"
|
|
7361
7361
|
},
|
|
7362
7362
|
{
|
|
7363
7363
|
"name": "Create User Invitation",
|
|
7364
|
-
"value": "
|
|
7364
|
+
"value": "Create User Invitation"
|
|
7365
7365
|
},
|
|
7366
7366
|
{
|
|
7367
7367
|
"name": "Update User With Invitation",
|
|
7368
|
-
"value": "
|
|
7368
|
+
"value": "Update User With Invitation"
|
|
7369
7369
|
}
|
|
7370
7370
|
],
|
|
7371
|
-
"default": "
|
|
7371
|
+
"default": "List Users",
|
|
7372
7372
|
"noDataExpression": true
|
|
7373
7373
|
},
|
|
7374
7374
|
{
|
|
@@ -7382,7 +7382,7 @@ class InfomaniakPublicCloud {
|
|
|
7382
7382
|
"Users"
|
|
7383
7383
|
],
|
|
7384
7384
|
"operation": [
|
|
7385
|
-
"
|
|
7385
|
+
"List Users"
|
|
7386
7386
|
]
|
|
7387
7387
|
}
|
|
7388
7388
|
},
|
|
@@ -7400,7 +7400,7 @@ class InfomaniakPublicCloud {
|
|
|
7400
7400
|
"Users"
|
|
7401
7401
|
],
|
|
7402
7402
|
"operation": [
|
|
7403
|
-
"
|
|
7403
|
+
"List Users"
|
|
7404
7404
|
]
|
|
7405
7405
|
}
|
|
7406
7406
|
},
|
|
@@ -7419,7 +7419,7 @@ class InfomaniakPublicCloud {
|
|
|
7419
7419
|
"Users"
|
|
7420
7420
|
],
|
|
7421
7421
|
"operation": [
|
|
7422
|
-
"
|
|
7422
|
+
"List Users"
|
|
7423
7423
|
]
|
|
7424
7424
|
}
|
|
7425
7425
|
},
|
|
@@ -7515,7 +7515,7 @@ class InfomaniakPublicCloud {
|
|
|
7515
7515
|
"Users"
|
|
7516
7516
|
],
|
|
7517
7517
|
"operation": [
|
|
7518
|
-
"
|
|
7518
|
+
"Create User"
|
|
7519
7519
|
]
|
|
7520
7520
|
}
|
|
7521
7521
|
},
|
|
@@ -7533,7 +7533,7 @@ class InfomaniakPublicCloud {
|
|
|
7533
7533
|
"Users"
|
|
7534
7534
|
],
|
|
7535
7535
|
"operation": [
|
|
7536
|
-
"
|
|
7536
|
+
"Create User"
|
|
7537
7537
|
]
|
|
7538
7538
|
}
|
|
7539
7539
|
},
|
|
@@ -7551,7 +7551,7 @@ class InfomaniakPublicCloud {
|
|
|
7551
7551
|
"Users"
|
|
7552
7552
|
],
|
|
7553
7553
|
"operation": [
|
|
7554
|
-
"
|
|
7554
|
+
"Create User"
|
|
7555
7555
|
]
|
|
7556
7556
|
}
|
|
7557
7557
|
},
|
|
@@ -7570,7 +7570,7 @@ class InfomaniakPublicCloud {
|
|
|
7570
7570
|
"Users"
|
|
7571
7571
|
],
|
|
7572
7572
|
"operation": [
|
|
7573
|
-
"
|
|
7573
|
+
"Create User"
|
|
7574
7574
|
]
|
|
7575
7575
|
}
|
|
7576
7576
|
},
|
|
@@ -7595,7 +7595,7 @@ class InfomaniakPublicCloud {
|
|
|
7595
7595
|
"Users"
|
|
7596
7596
|
],
|
|
7597
7597
|
"operation": [
|
|
7598
|
-
"
|
|
7598
|
+
"Get User"
|
|
7599
7599
|
]
|
|
7600
7600
|
}
|
|
7601
7601
|
},
|
|
@@ -7613,7 +7613,7 @@ class InfomaniakPublicCloud {
|
|
|
7613
7613
|
"Users"
|
|
7614
7614
|
],
|
|
7615
7615
|
"operation": [
|
|
7616
|
-
"
|
|
7616
|
+
"Get User"
|
|
7617
7617
|
]
|
|
7618
7618
|
}
|
|
7619
7619
|
},
|
|
@@ -7631,7 +7631,7 @@ class InfomaniakPublicCloud {
|
|
|
7631
7631
|
"Users"
|
|
7632
7632
|
],
|
|
7633
7633
|
"operation": [
|
|
7634
|
-
"
|
|
7634
|
+
"Get User"
|
|
7635
7635
|
]
|
|
7636
7636
|
}
|
|
7637
7637
|
},
|
|
@@ -7649,7 +7649,7 @@ class InfomaniakPublicCloud {
|
|
|
7649
7649
|
"Users"
|
|
7650
7650
|
],
|
|
7651
7651
|
"operation": [
|
|
7652
|
-
"
|
|
7652
|
+
"Update User"
|
|
7653
7653
|
]
|
|
7654
7654
|
}
|
|
7655
7655
|
},
|
|
@@ -7667,7 +7667,7 @@ class InfomaniakPublicCloud {
|
|
|
7667
7667
|
"Users"
|
|
7668
7668
|
],
|
|
7669
7669
|
"operation": [
|
|
7670
|
-
"
|
|
7670
|
+
"Update User"
|
|
7671
7671
|
]
|
|
7672
7672
|
}
|
|
7673
7673
|
},
|
|
@@ -7685,7 +7685,7 @@ class InfomaniakPublicCloud {
|
|
|
7685
7685
|
"Users"
|
|
7686
7686
|
],
|
|
7687
7687
|
"operation": [
|
|
7688
|
-
"
|
|
7688
|
+
"Update User"
|
|
7689
7689
|
]
|
|
7690
7690
|
}
|
|
7691
7691
|
},
|
|
@@ -7704,7 +7704,7 @@ class InfomaniakPublicCloud {
|
|
|
7704
7704
|
"Users"
|
|
7705
7705
|
],
|
|
7706
7706
|
"operation": [
|
|
7707
|
-
"
|
|
7707
|
+
"Update User"
|
|
7708
7708
|
]
|
|
7709
7709
|
}
|
|
7710
7710
|
},
|
|
@@ -7742,7 +7742,7 @@ class InfomaniakPublicCloud {
|
|
|
7742
7742
|
"Users"
|
|
7743
7743
|
],
|
|
7744
7744
|
"operation": [
|
|
7745
|
-
"
|
|
7745
|
+
"Delete User"
|
|
7746
7746
|
]
|
|
7747
7747
|
}
|
|
7748
7748
|
},
|
|
@@ -7760,7 +7760,7 @@ class InfomaniakPublicCloud {
|
|
|
7760
7760
|
"Users"
|
|
7761
7761
|
],
|
|
7762
7762
|
"operation": [
|
|
7763
|
-
"
|
|
7763
|
+
"Delete User"
|
|
7764
7764
|
]
|
|
7765
7765
|
}
|
|
7766
7766
|
},
|
|
@@ -7778,7 +7778,7 @@ class InfomaniakPublicCloud {
|
|
|
7778
7778
|
"Users"
|
|
7779
7779
|
],
|
|
7780
7780
|
"operation": [
|
|
7781
|
-
"
|
|
7781
|
+
"Delete User"
|
|
7782
7782
|
]
|
|
7783
7783
|
}
|
|
7784
7784
|
},
|
|
@@ -7796,7 +7796,7 @@ class InfomaniakPublicCloud {
|
|
|
7796
7796
|
"Users"
|
|
7797
7797
|
],
|
|
7798
7798
|
"operation": [
|
|
7799
|
-
"
|
|
7799
|
+
"Get Authentication File"
|
|
7800
7800
|
]
|
|
7801
7801
|
}
|
|
7802
7802
|
},
|
|
@@ -7814,7 +7814,7 @@ class InfomaniakPublicCloud {
|
|
|
7814
7814
|
"Users"
|
|
7815
7815
|
],
|
|
7816
7816
|
"operation": [
|
|
7817
|
-
"
|
|
7817
|
+
"Get Authentication File"
|
|
7818
7818
|
]
|
|
7819
7819
|
}
|
|
7820
7820
|
},
|
|
@@ -7832,7 +7832,7 @@ class InfomaniakPublicCloud {
|
|
|
7832
7832
|
"Users"
|
|
7833
7833
|
],
|
|
7834
7834
|
"operation": [
|
|
7835
|
-
"
|
|
7835
|
+
"Get Authentication File"
|
|
7836
7836
|
]
|
|
7837
7837
|
}
|
|
7838
7838
|
},
|
|
@@ -7850,7 +7850,7 @@ class InfomaniakPublicCloud {
|
|
|
7850
7850
|
"Users"
|
|
7851
7851
|
],
|
|
7852
7852
|
"operation": [
|
|
7853
|
-
"
|
|
7853
|
+
"Get Authentication File"
|
|
7854
7854
|
]
|
|
7855
7855
|
}
|
|
7856
7856
|
},
|
|
@@ -7868,7 +7868,7 @@ class InfomaniakPublicCloud {
|
|
|
7868
7868
|
"Users"
|
|
7869
7869
|
],
|
|
7870
7870
|
"operation": [
|
|
7871
|
-
"
|
|
7871
|
+
"Get Authentication File"
|
|
7872
7872
|
]
|
|
7873
7873
|
}
|
|
7874
7874
|
},
|
|
@@ -7902,7 +7902,7 @@ class InfomaniakPublicCloud {
|
|
|
7902
7902
|
"Users"
|
|
7903
7903
|
],
|
|
7904
7904
|
"operation": [
|
|
7905
|
-
"
|
|
7905
|
+
"Get Authentication File (2)"
|
|
7906
7906
|
]
|
|
7907
7907
|
}
|
|
7908
7908
|
},
|
|
@@ -7920,7 +7920,7 @@ class InfomaniakPublicCloud {
|
|
|
7920
7920
|
"Users"
|
|
7921
7921
|
],
|
|
7922
7922
|
"operation": [
|
|
7923
|
-
"
|
|
7923
|
+
"Get Authentication File (2)"
|
|
7924
7924
|
]
|
|
7925
7925
|
}
|
|
7926
7926
|
},
|
|
@@ -7938,7 +7938,7 @@ class InfomaniakPublicCloud {
|
|
|
7938
7938
|
"Users"
|
|
7939
7939
|
],
|
|
7940
7940
|
"operation": [
|
|
7941
|
-
"
|
|
7941
|
+
"Get Authentication File (2)"
|
|
7942
7942
|
]
|
|
7943
7943
|
}
|
|
7944
7944
|
},
|
|
@@ -7956,7 +7956,7 @@ class InfomaniakPublicCloud {
|
|
|
7956
7956
|
"Users"
|
|
7957
7957
|
],
|
|
7958
7958
|
"operation": [
|
|
7959
|
-
"
|
|
7959
|
+
"Get Authentication File (2)"
|
|
7960
7960
|
]
|
|
7961
7961
|
}
|
|
7962
7962
|
},
|
|
@@ -7974,7 +7974,7 @@ class InfomaniakPublicCloud {
|
|
|
7974
7974
|
"Users"
|
|
7975
7975
|
],
|
|
7976
7976
|
"operation": [
|
|
7977
|
-
"
|
|
7977
|
+
"Get Authentication File (2)"
|
|
7978
7978
|
]
|
|
7979
7979
|
}
|
|
7980
7980
|
},
|
|
@@ -8008,7 +8008,7 @@ class InfomaniakPublicCloud {
|
|
|
8008
8008
|
"Users"
|
|
8009
8009
|
],
|
|
8010
8010
|
"operation": [
|
|
8011
|
-
"
|
|
8011
|
+
"Create User Invitation"
|
|
8012
8012
|
]
|
|
8013
8013
|
}
|
|
8014
8014
|
},
|
|
@@ -8026,7 +8026,7 @@ class InfomaniakPublicCloud {
|
|
|
8026
8026
|
"Users"
|
|
8027
8027
|
],
|
|
8028
8028
|
"operation": [
|
|
8029
|
-
"
|
|
8029
|
+
"Create User Invitation"
|
|
8030
8030
|
]
|
|
8031
8031
|
}
|
|
8032
8032
|
},
|
|
@@ -8044,7 +8044,7 @@ class InfomaniakPublicCloud {
|
|
|
8044
8044
|
"Users"
|
|
8045
8045
|
],
|
|
8046
8046
|
"operation": [
|
|
8047
|
-
"
|
|
8047
|
+
"Create User Invitation"
|
|
8048
8048
|
]
|
|
8049
8049
|
}
|
|
8050
8050
|
},
|
|
@@ -8063,7 +8063,7 @@ class InfomaniakPublicCloud {
|
|
|
8063
8063
|
"Users"
|
|
8064
8064
|
],
|
|
8065
8065
|
"operation": [
|
|
8066
|
-
"
|
|
8066
|
+
"Create User Invitation"
|
|
8067
8067
|
]
|
|
8068
8068
|
}
|
|
8069
8069
|
},
|
|
@@ -8088,7 +8088,7 @@ class InfomaniakPublicCloud {
|
|
|
8088
8088
|
"Users"
|
|
8089
8089
|
],
|
|
8090
8090
|
"operation": [
|
|
8091
|
-
"
|
|
8091
|
+
"Update User With Invitation"
|
|
8092
8092
|
]
|
|
8093
8093
|
}
|
|
8094
8094
|
},
|
|
@@ -8106,7 +8106,7 @@ class InfomaniakPublicCloud {
|
|
|
8106
8106
|
"Users"
|
|
8107
8107
|
],
|
|
8108
8108
|
"operation": [
|
|
8109
|
-
"
|
|
8109
|
+
"Update User With Invitation"
|
|
8110
8110
|
]
|
|
8111
8111
|
}
|
|
8112
8112
|
},
|
|
@@ -8124,7 +8124,7 @@ class InfomaniakPublicCloud {
|
|
|
8124
8124
|
"Users"
|
|
8125
8125
|
],
|
|
8126
8126
|
"operation": [
|
|
8127
|
-
"
|
|
8127
|
+
"Update User With Invitation"
|
|
8128
8128
|
]
|
|
8129
8129
|
}
|
|
8130
8130
|
},
|
|
@@ -8142,7 +8142,7 @@ class InfomaniakPublicCloud {
|
|
|
8142
8142
|
"Users"
|
|
8143
8143
|
],
|
|
8144
8144
|
"operation": [
|
|
8145
|
-
"
|
|
8145
|
+
"Update User With Invitation"
|
|
8146
8146
|
]
|
|
8147
8147
|
}
|
|
8148
8148
|
},
|
|
@@ -8161,7 +8161,7 @@ class InfomaniakPublicCloud {
|
|
|
8161
8161
|
"Users"
|
|
8162
8162
|
],
|
|
8163
8163
|
"operation": [
|
|
8164
|
-
"
|
|
8164
|
+
"Update User With Invitation"
|
|
8165
8165
|
]
|
|
8166
8166
|
}
|
|
8167
8167
|
},
|
|
@@ -8194,15 +8194,15 @@ class InfomaniakPublicCloud {
|
|
|
8194
8194
|
"Users"
|
|
8195
8195
|
],
|
|
8196
8196
|
"operation": [
|
|
8197
|
-
"
|
|
8198
|
-
"
|
|
8199
|
-
"
|
|
8200
|
-
"
|
|
8201
|
-
"
|
|
8202
|
-
"
|
|
8203
|
-
"
|
|
8204
|
-
"
|
|
8205
|
-
"
|
|
8197
|
+
"List All Database Services",
|
|
8198
|
+
"List Database Services",
|
|
8199
|
+
"List All Kubernetes Services",
|
|
8200
|
+
"List Kubernetes Services",
|
|
8201
|
+
"List Flavors",
|
|
8202
|
+
"List Instance Pools",
|
|
8203
|
+
"List All Public Clouds",
|
|
8204
|
+
"List Projects",
|
|
8205
|
+
"List Users"
|
|
8206
8206
|
]
|
|
8207
8207
|
}
|
|
8208
8208
|
}
|
|
@@ -8230,15 +8230,15 @@ class InfomaniakPublicCloud {
|
|
|
8230
8230
|
"Users"
|
|
8231
8231
|
],
|
|
8232
8232
|
"operation": [
|
|
8233
|
-
"
|
|
8234
|
-
"
|
|
8235
|
-
"
|
|
8236
|
-
"
|
|
8237
|
-
"
|
|
8238
|
-
"
|
|
8239
|
-
"
|
|
8240
|
-
"
|
|
8241
|
-
"
|
|
8233
|
+
"List All Database Services",
|
|
8234
|
+
"List Database Services",
|
|
8235
|
+
"List All Kubernetes Services",
|
|
8236
|
+
"List Kubernetes Services",
|
|
8237
|
+
"List Flavors",
|
|
8238
|
+
"List Instance Pools",
|
|
8239
|
+
"List All Public Clouds",
|
|
8240
|
+
"List Projects",
|
|
8241
|
+
"List Users"
|
|
8242
8242
|
],
|
|
8243
8243
|
"returnAll": [
|
|
8244
8244
|
false
|