@itentialopensource/adapter-rubrik 0.6.4 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/adapter.js +1759 -0
- package/entities/ClusterManagement/action.json +438 -0
- package/entities/ClusterManagement/schema.json +39 -0
- package/package.json +6 -6
- package/pronghorn.json +847 -0
- package/report/auto-adapter-openapi.json +731 -0
- package/test/integration/adapterTestIntegration.js +531 -0
- package/test/unit/adapterTestUnit.js +339 -2
package/pronghorn.json
CHANGED
|
@@ -1064,6 +1064,853 @@
|
|
|
1064
1064
|
"path": "/patchSlaDomainV3"
|
|
1065
1065
|
},
|
|
1066
1066
|
"task": true
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "checkIfClusterLocked",
|
|
1070
|
+
"summary": "checkIfClusterLocked",
|
|
1071
|
+
"description": "Check whether cluster is locked Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1072
|
+
"input": [
|
|
1073
|
+
{
|
|
1074
|
+
"name": "iapMetadata",
|
|
1075
|
+
"type": "object",
|
|
1076
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1077
|
+
"required": false,
|
|
1078
|
+
"schema": {
|
|
1079
|
+
"title": "iapMetadata",
|
|
1080
|
+
"type": "object"
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
],
|
|
1084
|
+
"output": {
|
|
1085
|
+
"name": "result",
|
|
1086
|
+
"type": "object",
|
|
1087
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1088
|
+
"schema": {
|
|
1089
|
+
"title": "result",
|
|
1090
|
+
"type": "object"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"roles": [
|
|
1094
|
+
"admin"
|
|
1095
|
+
],
|
|
1096
|
+
"route": {
|
|
1097
|
+
"verb": "GET",
|
|
1098
|
+
"path": "/checkIfClusterLocked"
|
|
1099
|
+
},
|
|
1100
|
+
"task": true
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "getClusterWorkflowVersion",
|
|
1104
|
+
"summary": "getClusterWorkflowVersion",
|
|
1105
|
+
"description": "List vManages in the cluster Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1106
|
+
"input": [
|
|
1107
|
+
{
|
|
1108
|
+
"name": "iapMetadata",
|
|
1109
|
+
"type": "object",
|
|
1110
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1111
|
+
"required": false,
|
|
1112
|
+
"schema": {
|
|
1113
|
+
"title": "iapMetadata",
|
|
1114
|
+
"type": "object"
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
],
|
|
1118
|
+
"output": {
|
|
1119
|
+
"name": "result",
|
|
1120
|
+
"type": "object",
|
|
1121
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1122
|
+
"schema": {
|
|
1123
|
+
"title": "result",
|
|
1124
|
+
"type": "object"
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
"roles": [
|
|
1128
|
+
"admin"
|
|
1129
|
+
],
|
|
1130
|
+
"route": {
|
|
1131
|
+
"verb": "GET",
|
|
1132
|
+
"path": "/getClusterWorkflowVersion"
|
|
1133
|
+
},
|
|
1134
|
+
"task": true
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "configureVmanage",
|
|
1138
|
+
"summary": "configureVmanage",
|
|
1139
|
+
"description": "Configure vManage Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1140
|
+
"input": [
|
|
1141
|
+
{
|
|
1142
|
+
"name": "body",
|
|
1143
|
+
"type": "object",
|
|
1144
|
+
"info": "vManage server config: object",
|
|
1145
|
+
"required": false,
|
|
1146
|
+
"schema": {
|
|
1147
|
+
"type": "object",
|
|
1148
|
+
"description": "vManage server config",
|
|
1149
|
+
"example": {},
|
|
1150
|
+
"definitions": {}
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"name": "iapMetadata",
|
|
1155
|
+
"type": "object",
|
|
1156
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1157
|
+
"required": false,
|
|
1158
|
+
"schema": {
|
|
1159
|
+
"title": "iapMetadata",
|
|
1160
|
+
"type": "object"
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
],
|
|
1164
|
+
"output": {
|
|
1165
|
+
"name": "result",
|
|
1166
|
+
"type": "object",
|
|
1167
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1168
|
+
"schema": {
|
|
1169
|
+
"title": "result",
|
|
1170
|
+
"type": "object"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
"roles": [
|
|
1174
|
+
"admin"
|
|
1175
|
+
],
|
|
1176
|
+
"route": {
|
|
1177
|
+
"verb": "POST",
|
|
1178
|
+
"path": "/configureVmanage"
|
|
1179
|
+
},
|
|
1180
|
+
"task": true
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "getConnectedDevices",
|
|
1184
|
+
"summary": "getConnectedDevices",
|
|
1185
|
+
"description": "Get connected device for vManage Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1186
|
+
"input": [
|
|
1187
|
+
{
|
|
1188
|
+
"name": "vmanageIP",
|
|
1189
|
+
"type": "string",
|
|
1190
|
+
"info": "vManage IP: string",
|
|
1191
|
+
"required": true,
|
|
1192
|
+
"schema": {
|
|
1193
|
+
"title": "vmanageIP",
|
|
1194
|
+
"type": "string"
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"name": "iapMetadata",
|
|
1199
|
+
"type": "object",
|
|
1200
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1201
|
+
"required": false,
|
|
1202
|
+
"schema": {
|
|
1203
|
+
"title": "iapMetadata",
|
|
1204
|
+
"type": "object"
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
],
|
|
1208
|
+
"output": {
|
|
1209
|
+
"name": "result",
|
|
1210
|
+
"type": "object",
|
|
1211
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1212
|
+
"schema": {
|
|
1213
|
+
"title": "result",
|
|
1214
|
+
"type": "object"
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
"roles": [
|
|
1218
|
+
"admin"
|
|
1219
|
+
],
|
|
1220
|
+
"route": {
|
|
1221
|
+
"verb": "POST",
|
|
1222
|
+
"path": "/getConnectedDevices"
|
|
1223
|
+
},
|
|
1224
|
+
"task": true
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "healthDetails",
|
|
1228
|
+
"summary": "healthDetails",
|
|
1229
|
+
"description": "Get cluster health check details Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1230
|
+
"input": [
|
|
1231
|
+
{
|
|
1232
|
+
"name": "iapMetadata",
|
|
1233
|
+
"type": "object",
|
|
1234
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1235
|
+
"required": false,
|
|
1236
|
+
"schema": {
|
|
1237
|
+
"title": "iapMetadata",
|
|
1238
|
+
"type": "object"
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
],
|
|
1242
|
+
"output": {
|
|
1243
|
+
"name": "result",
|
|
1244
|
+
"type": "object",
|
|
1245
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1246
|
+
"schema": {
|
|
1247
|
+
"title": "result",
|
|
1248
|
+
"type": "object"
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
"roles": [
|
|
1252
|
+
"admin"
|
|
1253
|
+
],
|
|
1254
|
+
"route": {
|
|
1255
|
+
"verb": "GET",
|
|
1256
|
+
"path": "/healthDetails"
|
|
1257
|
+
},
|
|
1258
|
+
"task": true
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "healthStatusInfo",
|
|
1262
|
+
"summary": "healthStatusInfo",
|
|
1263
|
+
"description": "Get cluster health check details Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1264
|
+
"input": [
|
|
1265
|
+
{
|
|
1266
|
+
"name": "iapMetadata",
|
|
1267
|
+
"type": "object",
|
|
1268
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1269
|
+
"required": false,
|
|
1270
|
+
"schema": {
|
|
1271
|
+
"title": "iapMetadata",
|
|
1272
|
+
"type": "object"
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
],
|
|
1276
|
+
"output": {
|
|
1277
|
+
"name": "result",
|
|
1278
|
+
"type": "object",
|
|
1279
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1280
|
+
"schema": {
|
|
1281
|
+
"title": "result",
|
|
1282
|
+
"type": "object"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
"roles": [
|
|
1286
|
+
"admin"
|
|
1287
|
+
],
|
|
1288
|
+
"route": {
|
|
1289
|
+
"verb": "GET",
|
|
1290
|
+
"path": "/healthStatusInfo"
|
|
1291
|
+
},
|
|
1292
|
+
"task": true
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "healthSummary",
|
|
1296
|
+
"summary": "healthSummary",
|
|
1297
|
+
"description": "Get cluster health check summary Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1298
|
+
"input": [
|
|
1299
|
+
{
|
|
1300
|
+
"name": "isCached",
|
|
1301
|
+
"type": "boolean",
|
|
1302
|
+
"info": "Flag to enable cached result: boolean",
|
|
1303
|
+
"required": false,
|
|
1304
|
+
"schema": {
|
|
1305
|
+
"title": "isCached",
|
|
1306
|
+
"type": "boolean"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "iapMetadata",
|
|
1311
|
+
"type": "object",
|
|
1312
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1313
|
+
"required": false,
|
|
1314
|
+
"schema": {
|
|
1315
|
+
"title": "iapMetadata",
|
|
1316
|
+
"type": "object"
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
],
|
|
1320
|
+
"output": {
|
|
1321
|
+
"name": "result",
|
|
1322
|
+
"type": "object",
|
|
1323
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1324
|
+
"schema": {
|
|
1325
|
+
"title": "result",
|
|
1326
|
+
"type": "object"
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
"roles": [
|
|
1330
|
+
"admin"
|
|
1331
|
+
],
|
|
1332
|
+
"route": {
|
|
1333
|
+
"verb": "POST",
|
|
1334
|
+
"path": "/healthSummary"
|
|
1335
|
+
},
|
|
1336
|
+
"task": true
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "getConfiguredIPList",
|
|
1340
|
+
"summary": "getConfiguredIPList",
|
|
1341
|
+
"description": "Get configured IP addresses Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1342
|
+
"input": [
|
|
1343
|
+
{
|
|
1344
|
+
"name": "vmanageID",
|
|
1345
|
+
"type": "string",
|
|
1346
|
+
"info": "vManage Id: string",
|
|
1347
|
+
"required": true,
|
|
1348
|
+
"schema": {
|
|
1349
|
+
"title": "vmanageID",
|
|
1350
|
+
"type": "string"
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "iapMetadata",
|
|
1355
|
+
"type": "object",
|
|
1356
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1357
|
+
"required": false,
|
|
1358
|
+
"schema": {
|
|
1359
|
+
"title": "iapMetadata",
|
|
1360
|
+
"type": "object"
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
],
|
|
1364
|
+
"output": {
|
|
1365
|
+
"name": "result",
|
|
1366
|
+
"type": "object",
|
|
1367
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1368
|
+
"schema": {
|
|
1369
|
+
"title": "result",
|
|
1370
|
+
"type": "object"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
"roles": [
|
|
1374
|
+
"admin"
|
|
1375
|
+
],
|
|
1376
|
+
"route": {
|
|
1377
|
+
"verb": "POST",
|
|
1378
|
+
"path": "/getConfiguredIPList"
|
|
1379
|
+
},
|
|
1380
|
+
"task": true
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "isClusterReady",
|
|
1384
|
+
"summary": "isClusterReady",
|
|
1385
|
+
"description": "Is cluster ready Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1386
|
+
"input": [
|
|
1387
|
+
{
|
|
1388
|
+
"name": "iapMetadata",
|
|
1389
|
+
"type": "object",
|
|
1390
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1391
|
+
"required": false,
|
|
1392
|
+
"schema": {
|
|
1393
|
+
"title": "iapMetadata",
|
|
1394
|
+
"type": "object"
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
1398
|
+
"output": {
|
|
1399
|
+
"name": "result",
|
|
1400
|
+
"type": "object",
|
|
1401
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1402
|
+
"schema": {
|
|
1403
|
+
"title": "result",
|
|
1404
|
+
"type": "object"
|
|
1405
|
+
}
|
|
1406
|
+
},
|
|
1407
|
+
"roles": [
|
|
1408
|
+
"admin"
|
|
1409
|
+
],
|
|
1410
|
+
"route": {
|
|
1411
|
+
"verb": "GET",
|
|
1412
|
+
"path": "/isClusterReady"
|
|
1413
|
+
},
|
|
1414
|
+
"task": true
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "listVmanages",
|
|
1418
|
+
"summary": "listVmanages",
|
|
1419
|
+
"description": "List vManages in the cluster Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1420
|
+
"input": [
|
|
1421
|
+
{
|
|
1422
|
+
"name": "iapMetadata",
|
|
1423
|
+
"type": "object",
|
|
1424
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1425
|
+
"required": false,
|
|
1426
|
+
"schema": {
|
|
1427
|
+
"title": "iapMetadata",
|
|
1428
|
+
"type": "object"
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
],
|
|
1432
|
+
"output": {
|
|
1433
|
+
"name": "result",
|
|
1434
|
+
"type": "object",
|
|
1435
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1436
|
+
"schema": {
|
|
1437
|
+
"title": "result",
|
|
1438
|
+
"type": "object"
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1441
|
+
"roles": [
|
|
1442
|
+
"admin"
|
|
1443
|
+
],
|
|
1444
|
+
"route": {
|
|
1445
|
+
"verb": "GET",
|
|
1446
|
+
"path": "/listVmanages"
|
|
1447
|
+
},
|
|
1448
|
+
"task": true
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"name": "nodeProperties",
|
|
1452
|
+
"summary": "nodeProperties",
|
|
1453
|
+
"description": "Get properties of vManage being added to cluster Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1454
|
+
"input": [
|
|
1455
|
+
{
|
|
1456
|
+
"name": "iapMetadata",
|
|
1457
|
+
"type": "object",
|
|
1458
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1459
|
+
"required": false,
|
|
1460
|
+
"schema": {
|
|
1461
|
+
"title": "iapMetadata",
|
|
1462
|
+
"type": "object"
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
],
|
|
1466
|
+
"output": {
|
|
1467
|
+
"name": "result",
|
|
1468
|
+
"type": "object",
|
|
1469
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1470
|
+
"schema": {
|
|
1471
|
+
"title": "result",
|
|
1472
|
+
"type": "object"
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1475
|
+
"roles": [
|
|
1476
|
+
"admin"
|
|
1477
|
+
],
|
|
1478
|
+
"route": {
|
|
1479
|
+
"verb": "GET",
|
|
1480
|
+
"path": "/nodeProperties"
|
|
1481
|
+
},
|
|
1482
|
+
"task": true
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "removeVmanage",
|
|
1486
|
+
"summary": "removeVmanage",
|
|
1487
|
+
"description": "Remove vManage from cluster Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1488
|
+
"input": [
|
|
1489
|
+
{
|
|
1490
|
+
"name": "body",
|
|
1491
|
+
"type": "object",
|
|
1492
|
+
"info": "vManage server info: object",
|
|
1493
|
+
"required": false,
|
|
1494
|
+
"schema": {
|
|
1495
|
+
"type": "object",
|
|
1496
|
+
"description": "vManage server info",
|
|
1497
|
+
"example": {},
|
|
1498
|
+
"definitions": {}
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"name": "iapMetadata",
|
|
1503
|
+
"type": "object",
|
|
1504
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1505
|
+
"required": false,
|
|
1506
|
+
"schema": {
|
|
1507
|
+
"title": "iapMetadata",
|
|
1508
|
+
"type": "object"
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
],
|
|
1512
|
+
"output": {
|
|
1513
|
+
"name": "result",
|
|
1514
|
+
"type": "object",
|
|
1515
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1516
|
+
"schema": {
|
|
1517
|
+
"title": "result",
|
|
1518
|
+
"type": "object"
|
|
1519
|
+
}
|
|
1520
|
+
},
|
|
1521
|
+
"roles": [
|
|
1522
|
+
"admin"
|
|
1523
|
+
],
|
|
1524
|
+
"route": {
|
|
1525
|
+
"verb": "POST",
|
|
1526
|
+
"path": "/removeVmanage"
|
|
1527
|
+
},
|
|
1528
|
+
"task": true
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"name": "performReplicationAndRebalanceOfKafkaPartitions",
|
|
1532
|
+
"summary": "performReplicationAndRebalanceOfKafkaPartitions",
|
|
1533
|
+
"description": "Initiate replication and rebalance of kafka topics Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1534
|
+
"input": [
|
|
1535
|
+
{
|
|
1536
|
+
"name": "iapMetadata",
|
|
1537
|
+
"type": "object",
|
|
1538
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1539
|
+
"required": false,
|
|
1540
|
+
"schema": {
|
|
1541
|
+
"title": "iapMetadata",
|
|
1542
|
+
"type": "object"
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
],
|
|
1546
|
+
"output": {
|
|
1547
|
+
"name": "result",
|
|
1548
|
+
"type": "object",
|
|
1549
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1550
|
+
"schema": {
|
|
1551
|
+
"title": "result",
|
|
1552
|
+
"type": "object"
|
|
1553
|
+
}
|
|
1554
|
+
},
|
|
1555
|
+
"roles": [
|
|
1556
|
+
"admin"
|
|
1557
|
+
],
|
|
1558
|
+
"route": {
|
|
1559
|
+
"verb": "GET",
|
|
1560
|
+
"path": "/performReplicationAndRebalanceOfKafkaPartitions"
|
|
1561
|
+
},
|
|
1562
|
+
"task": true
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"name": "editVmanage",
|
|
1566
|
+
"summary": "editVmanage",
|
|
1567
|
+
"description": "Update vManage cluster info Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1568
|
+
"input": [
|
|
1569
|
+
{
|
|
1570
|
+
"name": "body",
|
|
1571
|
+
"type": "object",
|
|
1572
|
+
"info": "vManage cluster config: object",
|
|
1573
|
+
"required": false,
|
|
1574
|
+
"schema": {
|
|
1575
|
+
"type": "object",
|
|
1576
|
+
"description": "vManage cluster config",
|
|
1577
|
+
"definitions": {}
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "iapMetadata",
|
|
1582
|
+
"type": "object",
|
|
1583
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1584
|
+
"required": false,
|
|
1585
|
+
"schema": {
|
|
1586
|
+
"title": "iapMetadata",
|
|
1587
|
+
"type": "object"
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
],
|
|
1591
|
+
"output": {
|
|
1592
|
+
"name": "result",
|
|
1593
|
+
"type": "object",
|
|
1594
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1595
|
+
"schema": {
|
|
1596
|
+
"title": "result",
|
|
1597
|
+
"type": "object"
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
"roles": [
|
|
1601
|
+
"admin"
|
|
1602
|
+
],
|
|
1603
|
+
"route": {
|
|
1604
|
+
"verb": "POST",
|
|
1605
|
+
"path": "/editVmanage"
|
|
1606
|
+
},
|
|
1607
|
+
"task": true
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"name": "addVmanage",
|
|
1611
|
+
"summary": "addVmanage",
|
|
1612
|
+
"description": "Add vManage to cluster",
|
|
1613
|
+
"input": [
|
|
1614
|
+
{
|
|
1615
|
+
"name": "body",
|
|
1616
|
+
"type": "object",
|
|
1617
|
+
"info": "vManage cluster config: object",
|
|
1618
|
+
"required": false,
|
|
1619
|
+
"schema": {
|
|
1620
|
+
"type": "object",
|
|
1621
|
+
"description": "vManage cluster config",
|
|
1622
|
+
"example": {
|
|
1623
|
+
"type": "object"
|
|
1624
|
+
},
|
|
1625
|
+
"definitions": {}
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "iapMetadata",
|
|
1630
|
+
"type": "object",
|
|
1631
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1632
|
+
"required": false,
|
|
1633
|
+
"schema": {
|
|
1634
|
+
"title": "iapMetadata",
|
|
1635
|
+
"type": "object"
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
],
|
|
1639
|
+
"output": {
|
|
1640
|
+
"name": "result",
|
|
1641
|
+
"type": "object",
|
|
1642
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1643
|
+
"schema": {
|
|
1644
|
+
"title": "result",
|
|
1645
|
+
"type": "object"
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
"roles": [
|
|
1649
|
+
"admin"
|
|
1650
|
+
],
|
|
1651
|
+
"route": {
|
|
1652
|
+
"verb": "POST",
|
|
1653
|
+
"path": "/addVmanage"
|
|
1654
|
+
},
|
|
1655
|
+
"task": true
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "getTenancyMode",
|
|
1659
|
+
"summary": "getTenancyMode",
|
|
1660
|
+
"description": "Get vManage tenancy mode Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1661
|
+
"input": [
|
|
1662
|
+
{
|
|
1663
|
+
"name": "iapMetadata",
|
|
1664
|
+
"type": "object",
|
|
1665
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1666
|
+
"required": false,
|
|
1667
|
+
"schema": {
|
|
1668
|
+
"title": "iapMetadata",
|
|
1669
|
+
"type": "object"
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
],
|
|
1673
|
+
"output": {
|
|
1674
|
+
"name": "result",
|
|
1675
|
+
"type": "object",
|
|
1676
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1677
|
+
"schema": {
|
|
1678
|
+
"title": "result",
|
|
1679
|
+
"type": "object"
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
"roles": [
|
|
1683
|
+
"admin"
|
|
1684
|
+
],
|
|
1685
|
+
"route": {
|
|
1686
|
+
"verb": "GET",
|
|
1687
|
+
"path": "/getTenancyMode"
|
|
1688
|
+
},
|
|
1689
|
+
"task": true
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "setTenancyMode",
|
|
1693
|
+
"summary": "setTenancyMode",
|
|
1694
|
+
"description": "Update vManage tenancy mode",
|
|
1695
|
+
"input": [
|
|
1696
|
+
{
|
|
1697
|
+
"name": "body",
|
|
1698
|
+
"type": "object",
|
|
1699
|
+
"info": "Tenancy mode setting: object",
|
|
1700
|
+
"required": false,
|
|
1701
|
+
"schema": {
|
|
1702
|
+
"type": "object",
|
|
1703
|
+
"description": "Tenancy mode setting",
|
|
1704
|
+
"example": {},
|
|
1705
|
+
"definitions": {}
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "iapMetadata",
|
|
1710
|
+
"type": "object",
|
|
1711
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1712
|
+
"required": false,
|
|
1713
|
+
"schema": {
|
|
1714
|
+
"title": "iapMetadata",
|
|
1715
|
+
"type": "object"
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
],
|
|
1719
|
+
"output": {
|
|
1720
|
+
"name": "result",
|
|
1721
|
+
"type": "object",
|
|
1722
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1723
|
+
"schema": {
|
|
1724
|
+
"title": "result",
|
|
1725
|
+
"type": "object"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
"roles": [
|
|
1729
|
+
"admin"
|
|
1730
|
+
],
|
|
1731
|
+
"route": {
|
|
1732
|
+
"verb": "POST",
|
|
1733
|
+
"path": "/setTenancyMode"
|
|
1734
|
+
},
|
|
1735
|
+
"task": true
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"name": "getTenantsList",
|
|
1739
|
+
"summary": "getTenantsList",
|
|
1740
|
+
"description": "Get tenant list Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1741
|
+
"input": [
|
|
1742
|
+
{
|
|
1743
|
+
"name": "iapMetadata",
|
|
1744
|
+
"type": "object",
|
|
1745
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1746
|
+
"required": false,
|
|
1747
|
+
"schema": {
|
|
1748
|
+
"title": "iapMetadata",
|
|
1749
|
+
"type": "object"
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
],
|
|
1753
|
+
"output": {
|
|
1754
|
+
"name": "result",
|
|
1755
|
+
"type": "object",
|
|
1756
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1757
|
+
"schema": {
|
|
1758
|
+
"title": "result",
|
|
1759
|
+
"type": "object"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
"roles": [
|
|
1763
|
+
"admin"
|
|
1764
|
+
],
|
|
1765
|
+
"route": {
|
|
1766
|
+
"verb": "GET",
|
|
1767
|
+
"path": "/getTenantsList"
|
|
1768
|
+
},
|
|
1769
|
+
"task": true
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "addOrUpdateUserCredentials",
|
|
1773
|
+
"summary": "addOrUpdateUserCredentials",
|
|
1774
|
+
"description": "Add or update user credentials for cluster operations Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1775
|
+
"input": [
|
|
1776
|
+
{
|
|
1777
|
+
"name": "body",
|
|
1778
|
+
"type": "object",
|
|
1779
|
+
"info": "User credential: object",
|
|
1780
|
+
"required": false,
|
|
1781
|
+
"schema": {
|
|
1782
|
+
"type": "object",
|
|
1783
|
+
"description": "User credential",
|
|
1784
|
+
"example": {},
|
|
1785
|
+
"definitions": {}
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"name": "iapMetadata",
|
|
1790
|
+
"type": "object",
|
|
1791
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1792
|
+
"required": false,
|
|
1793
|
+
"schema": {
|
|
1794
|
+
"title": "iapMetadata",
|
|
1795
|
+
"type": "object"
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
],
|
|
1799
|
+
"output": {
|
|
1800
|
+
"name": "result",
|
|
1801
|
+
"type": "object",
|
|
1802
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1803
|
+
"schema": {
|
|
1804
|
+
"title": "result",
|
|
1805
|
+
"type": "object"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
"roles": [
|
|
1809
|
+
"admin"
|
|
1810
|
+
],
|
|
1811
|
+
"route": {
|
|
1812
|
+
"verb": "POST",
|
|
1813
|
+
"path": "/addOrUpdateUserCredentials"
|
|
1814
|
+
},
|
|
1815
|
+
"task": true
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"name": "getVManageDetails",
|
|
1819
|
+
"summary": "getVManageDetails",
|
|
1820
|
+
"description": "Get vManage detail Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1821
|
+
"input": [
|
|
1822
|
+
{
|
|
1823
|
+
"name": "vmanageIP",
|
|
1824
|
+
"type": "string",
|
|
1825
|
+
"info": "vManage IP: string",
|
|
1826
|
+
"required": true,
|
|
1827
|
+
"schema": {
|
|
1828
|
+
"title": "vmanageIP",
|
|
1829
|
+
"type": "string"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "iapMetadata",
|
|
1834
|
+
"type": "object",
|
|
1835
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1836
|
+
"required": false,
|
|
1837
|
+
"schema": {
|
|
1838
|
+
"title": "iapMetadata",
|
|
1839
|
+
"type": "object"
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
],
|
|
1843
|
+
"output": {
|
|
1844
|
+
"name": "result",
|
|
1845
|
+
"type": "object",
|
|
1846
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1847
|
+
"schema": {
|
|
1848
|
+
"title": "result",
|
|
1849
|
+
"type": "object"
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
"roles": [
|
|
1853
|
+
"admin"
|
|
1854
|
+
],
|
|
1855
|
+
"route": {
|
|
1856
|
+
"verb": "POST",
|
|
1857
|
+
"path": "/getVManageDetails"
|
|
1858
|
+
},
|
|
1859
|
+
"task": true
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "getConnectedDevicesPerTenant",
|
|
1863
|
+
"summary": "getConnectedDevicesPerTenant",
|
|
1864
|
+
"description": "Get connected device for vManage for a tenant Note: In a multitenant vManage system, this API is only available in the Provider view.",
|
|
1865
|
+
"input": [
|
|
1866
|
+
{
|
|
1867
|
+
"name": "tenantId",
|
|
1868
|
+
"type": "string",
|
|
1869
|
+
"info": "Tenant Id: string",
|
|
1870
|
+
"required": true,
|
|
1871
|
+
"schema": {
|
|
1872
|
+
"title": "tenantId",
|
|
1873
|
+
"type": "string"
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "vmanageIP",
|
|
1878
|
+
"type": "string",
|
|
1879
|
+
"info": "vManage IP: string",
|
|
1880
|
+
"required": true,
|
|
1881
|
+
"schema": {
|
|
1882
|
+
"title": "vmanageIP",
|
|
1883
|
+
"type": "string"
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "iapMetadata",
|
|
1888
|
+
"type": "object",
|
|
1889
|
+
"info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
|
|
1890
|
+
"required": false,
|
|
1891
|
+
"schema": {
|
|
1892
|
+
"title": "iapMetadata",
|
|
1893
|
+
"type": "object"
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
],
|
|
1897
|
+
"output": {
|
|
1898
|
+
"name": "result",
|
|
1899
|
+
"type": "object",
|
|
1900
|
+
"description": "A JSON Object containing status, code and the result",
|
|
1901
|
+
"schema": {
|
|
1902
|
+
"title": "result",
|
|
1903
|
+
"type": "object"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
"roles": [
|
|
1907
|
+
"admin"
|
|
1908
|
+
],
|
|
1909
|
+
"route": {
|
|
1910
|
+
"verb": "POST",
|
|
1911
|
+
"path": "/getConnectedDevicesPerTenant"
|
|
1912
|
+
},
|
|
1913
|
+
"task": true
|
|
1067
1914
|
}
|
|
1068
1915
|
],
|
|
1069
1916
|
"views": []
|