@itentialopensource/adapter-zero_networks 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +0 -1
- package/.jshintrc +3 -0
- package/AUTH.md +14 -18
- package/BROKER.md +31 -19
- package/CALLS.md +1175 -23
- package/CHANGELOG.md +16 -1
- package/PROPERTIES.md +5 -0
- package/README.md +60 -63
- package/SYSTEMINFO.md +14 -6
- package/TAB1.md +8 -0
- package/TAB2.md +83 -6564
- package/adapter.js +16661 -39
- package/entities/Asset/action.json +872 -0
- package/entities/Asset/schema.json +43 -1
- package/entities/AssetOTIoT/action.json +851 -0
- package/entities/AssetOTIoT/schema.json +42 -1
- package/entities/Assets/action.json +83 -0
- package/entities/Assets/schema.json +5 -1
- package/entities/Download/action.json +88 -0
- package/entities/Download/schema.json +22 -0
- package/entities/Group/action.json +518 -0
- package/entities/Group/schema.json +26 -1
- package/entities/Groups/action.json +354 -0
- package/entities/Groups/schema.json +18 -1
- package/entities/GroupsCustom/action.json +20 -0
- package/entities/GroupsCustom/schema.json +2 -1
- package/entities/GroupsTag/action.json +45 -0
- package/entities/GroupsTag/schema.json +20 -0
- package/entities/MFAIdentity/action.json +295 -0
- package/entities/MFAIdentity/schema.json +32 -0
- package/entities/MFAInbound/action.json +21 -0
- package/entities/MFAInbound/schema.json +2 -1
- package/entities/MFAOutbound/action.json +21 -0
- package/entities/MFAOutbound/schema.json +2 -1
- package/entities/Rules/action.json +40 -0
- package/entities/Rules/schema.json +3 -1
- package/entities/RulesInbound/action.json +293 -0
- package/entities/RulesInbound/schema.json +32 -0
- package/entities/RulesOutboundAllow/action.json +21 -0
- package/entities/RulesOutboundAllow/schema.json +2 -1
- package/entities/SettingsInactiveAssets/action.json +45 -0
- package/entities/SettingsInactiveAssets/schema.json +20 -0
- package/entities/SettingsLicenses/action.json +25 -0
- package/entities/SettingsLicenses/schema.json +19 -0
- package/entities/User/action.json +291 -0
- package/entities/User/schema.json +15 -1
- package/entities/Users/action.json +21 -0
- package/entities/Users/schema.json +2 -1
- package/metadata.json +14 -3
- package/package.json +7 -9
- package/pronghorn.json +12801 -490
- package/propertiesSchema.json +133 -36
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +115977 -0
- package/report/adapterInfo.json +7 -7
- package/report/updateReport1715609939167.json +120 -0
- package/sampleProperties.json +43 -31
- package/test/integration/adapterTestIntegration.js +4700 -0
- package/test/unit/adapterTestUnit.js +8581 -4
- package/utils/artifactize.js +0 -0
|
@@ -3201,6 +3201,857 @@
|
|
|
3201
3201
|
"mockFile": ""
|
|
3202
3202
|
}
|
|
3203
3203
|
]
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"name": "assetOTMFAIdentityPoliciesList",
|
|
3207
|
+
"protocol": "REST",
|
|
3208
|
+
"method": "GET",
|
|
3209
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies?{query}",
|
|
3210
|
+
"requestSchema": "schema.json",
|
|
3211
|
+
"responseSchema": "schema.json",
|
|
3212
|
+
"timeout": 0,
|
|
3213
|
+
"sendEmpty": false,
|
|
3214
|
+
"sendGetBody": false,
|
|
3215
|
+
"requestDatatype": "JSON",
|
|
3216
|
+
"responseDatatype": "JSON",
|
|
3217
|
+
"headers": {},
|
|
3218
|
+
"responseObjects": [
|
|
3219
|
+
{
|
|
3220
|
+
"type": "default",
|
|
3221
|
+
"key": "",
|
|
3222
|
+
"mockFile": ""
|
|
3223
|
+
}
|
|
3224
|
+
]
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"name": "assetOTMFAIdentityPoliciesCreate",
|
|
3228
|
+
"protocol": "REST",
|
|
3229
|
+
"method": "POST",
|
|
3230
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies?{query}",
|
|
3231
|
+
"requestSchema": "schema.json",
|
|
3232
|
+
"responseSchema": "schema.json",
|
|
3233
|
+
"timeout": 0,
|
|
3234
|
+
"sendEmpty": false,
|
|
3235
|
+
"requestDatatype": "JSON",
|
|
3236
|
+
"responseDatatype": "JSON",
|
|
3237
|
+
"headers": {},
|
|
3238
|
+
"responseObjects": [
|
|
3239
|
+
{
|
|
3240
|
+
"type": "default",
|
|
3241
|
+
"key": "",
|
|
3242
|
+
"mockFile": ""
|
|
3243
|
+
}
|
|
3244
|
+
]
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "assetOTMFAIdentityPoliciesGet",
|
|
3248
|
+
"protocol": "REST",
|
|
3249
|
+
"method": "GET",
|
|
3250
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/{pathv2}?{query}",
|
|
3251
|
+
"requestSchema": "schema.json",
|
|
3252
|
+
"responseSchema": "schema.json",
|
|
3253
|
+
"timeout": 0,
|
|
3254
|
+
"sendEmpty": false,
|
|
3255
|
+
"sendGetBody": false,
|
|
3256
|
+
"requestDatatype": "JSON",
|
|
3257
|
+
"responseDatatype": "JSON",
|
|
3258
|
+
"headers": {},
|
|
3259
|
+
"responseObjects": [
|
|
3260
|
+
{
|
|
3261
|
+
"type": "default",
|
|
3262
|
+
"key": "",
|
|
3263
|
+
"mockFile": ""
|
|
3264
|
+
}
|
|
3265
|
+
]
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "assetOTMFAIdentityPoliciesUpdate",
|
|
3269
|
+
"protocol": "REST",
|
|
3270
|
+
"method": "PUT",
|
|
3271
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/{pathv2}?{query}",
|
|
3272
|
+
"requestSchema": "schema.json",
|
|
3273
|
+
"responseSchema": "schema.json",
|
|
3274
|
+
"timeout": 0,
|
|
3275
|
+
"sendEmpty": false,
|
|
3276
|
+
"requestDatatype": "JSON",
|
|
3277
|
+
"responseDatatype": "JSON",
|
|
3278
|
+
"headers": {},
|
|
3279
|
+
"responseObjects": [
|
|
3280
|
+
{
|
|
3281
|
+
"type": "default",
|
|
3282
|
+
"key": "",
|
|
3283
|
+
"mockFile": ""
|
|
3284
|
+
}
|
|
3285
|
+
]
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
"name": "assetOTMFAIdentityPoliciesDelete",
|
|
3289
|
+
"protocol": "REST",
|
|
3290
|
+
"method": "DELETE",
|
|
3291
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/{pathv2}?{query}",
|
|
3292
|
+
"requestSchema": "schema.json",
|
|
3293
|
+
"responseSchema": "schema.json",
|
|
3294
|
+
"timeout": 0,
|
|
3295
|
+
"sendEmpty": false,
|
|
3296
|
+
"requestDatatype": "JSON",
|
|
3297
|
+
"responseDatatype": "JSON",
|
|
3298
|
+
"headers": {},
|
|
3299
|
+
"responseObjects": [
|
|
3300
|
+
{
|
|
3301
|
+
"type": "default",
|
|
3302
|
+
"key": "",
|
|
3303
|
+
"mockFile": ""
|
|
3304
|
+
}
|
|
3305
|
+
]
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "assetOTMFAIdentityPoliciesDestinationCandidatesList",
|
|
3309
|
+
"protocol": "REST",
|
|
3310
|
+
"method": "GET",
|
|
3311
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/dst-asset-candidates?{query}",
|
|
3312
|
+
"requestSchema": "schema.json",
|
|
3313
|
+
"responseSchema": "schema.json",
|
|
3314
|
+
"timeout": 0,
|
|
3315
|
+
"sendEmpty": false,
|
|
3316
|
+
"sendGetBody": false,
|
|
3317
|
+
"requestDatatype": "JSON",
|
|
3318
|
+
"responseDatatype": "JSON",
|
|
3319
|
+
"headers": {},
|
|
3320
|
+
"responseObjects": [
|
|
3321
|
+
{
|
|
3322
|
+
"type": "default",
|
|
3323
|
+
"key": "",
|
|
3324
|
+
"mockFile": ""
|
|
3325
|
+
}
|
|
3326
|
+
]
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"name": "assetOTMFAIdentityPoliciesExcludedSourceCandidatesList",
|
|
3330
|
+
"protocol": "REST",
|
|
3331
|
+
"method": "GET",
|
|
3332
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/excluded-src-asset-candidates?{query}",
|
|
3333
|
+
"requestSchema": "schema.json",
|
|
3334
|
+
"responseSchema": "schema.json",
|
|
3335
|
+
"timeout": 0,
|
|
3336
|
+
"sendEmpty": false,
|
|
3337
|
+
"sendGetBody": false,
|
|
3338
|
+
"requestDatatype": "JSON",
|
|
3339
|
+
"responseDatatype": "JSON",
|
|
3340
|
+
"headers": {},
|
|
3341
|
+
"responseObjects": [
|
|
3342
|
+
{
|
|
3343
|
+
"type": "default",
|
|
3344
|
+
"key": "",
|
|
3345
|
+
"mockFile": ""
|
|
3346
|
+
}
|
|
3347
|
+
]
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"name": "assetOTMFAIdentityPoliciesFiltersList",
|
|
3351
|
+
"protocol": "REST",
|
|
3352
|
+
"method": "GET",
|
|
3353
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/filters?{query}",
|
|
3354
|
+
"requestSchema": "schema.json",
|
|
3355
|
+
"responseSchema": "schema.json",
|
|
3356
|
+
"timeout": 0,
|
|
3357
|
+
"sendEmpty": false,
|
|
3358
|
+
"sendGetBody": false,
|
|
3359
|
+
"requestDatatype": "JSON",
|
|
3360
|
+
"responseDatatype": "JSON",
|
|
3361
|
+
"headers": {},
|
|
3362
|
+
"responseObjects": [
|
|
3363
|
+
{
|
|
3364
|
+
"type": "default",
|
|
3365
|
+
"key": "",
|
|
3366
|
+
"mockFile": ""
|
|
3367
|
+
}
|
|
3368
|
+
]
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"name": "assetOTMFAIdentityPoliciesDestinationCandidatesFiltersList",
|
|
3372
|
+
"protocol": "REST",
|
|
3373
|
+
"method": "GET",
|
|
3374
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/filters/dst-asset-candidates?{query}",
|
|
3375
|
+
"requestSchema": "schema.json",
|
|
3376
|
+
"responseSchema": "schema.json",
|
|
3377
|
+
"timeout": 0,
|
|
3378
|
+
"sendEmpty": false,
|
|
3379
|
+
"sendGetBody": false,
|
|
3380
|
+
"requestDatatype": "JSON",
|
|
3381
|
+
"responseDatatype": "JSON",
|
|
3382
|
+
"headers": {},
|
|
3383
|
+
"responseObjects": [
|
|
3384
|
+
{
|
|
3385
|
+
"type": "default",
|
|
3386
|
+
"key": "",
|
|
3387
|
+
"mockFile": ""
|
|
3388
|
+
}
|
|
3389
|
+
]
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"name": "assetOTMFAIdentityPoliciesSourceCandidatesFiltersList",
|
|
3393
|
+
"protocol": "REST",
|
|
3394
|
+
"method": "GET",
|
|
3395
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/filters/src-asset-candidates?{query}",
|
|
3396
|
+
"requestSchema": "schema.json",
|
|
3397
|
+
"responseSchema": "schema.json",
|
|
3398
|
+
"timeout": 0,
|
|
3399
|
+
"sendEmpty": false,
|
|
3400
|
+
"sendGetBody": false,
|
|
3401
|
+
"requestDatatype": "JSON",
|
|
3402
|
+
"responseDatatype": "JSON",
|
|
3403
|
+
"headers": {},
|
|
3404
|
+
"responseObjects": [
|
|
3405
|
+
{
|
|
3406
|
+
"type": "default",
|
|
3407
|
+
"key": "",
|
|
3408
|
+
"mockFile": ""
|
|
3409
|
+
}
|
|
3410
|
+
]
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"name": "assetOTMFAIdentityPoliciesSourceUsersCandidatesFiltersList",
|
|
3414
|
+
"protocol": "REST",
|
|
3415
|
+
"method": "GET",
|
|
3416
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/filters/src-users-candidates?{query}",
|
|
3417
|
+
"requestSchema": "schema.json",
|
|
3418
|
+
"responseSchema": "schema.json",
|
|
3419
|
+
"timeout": 0,
|
|
3420
|
+
"sendEmpty": false,
|
|
3421
|
+
"sendGetBody": false,
|
|
3422
|
+
"requestDatatype": "JSON",
|
|
3423
|
+
"responseDatatype": "JSON",
|
|
3424
|
+
"headers": {},
|
|
3425
|
+
"responseObjects": [
|
|
3426
|
+
{
|
|
3427
|
+
"type": "default",
|
|
3428
|
+
"key": "",
|
|
3429
|
+
"mockFile": ""
|
|
3430
|
+
}
|
|
3431
|
+
]
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "assetOTMFAIdentityPoliciesMFAMethodsList",
|
|
3435
|
+
"protocol": "REST",
|
|
3436
|
+
"method": "GET",
|
|
3437
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/mfa-methods?{query}",
|
|
3438
|
+
"requestSchema": "schema.json",
|
|
3439
|
+
"responseSchema": "schema.json",
|
|
3440
|
+
"timeout": 0,
|
|
3441
|
+
"sendEmpty": false,
|
|
3442
|
+
"sendGetBody": false,
|
|
3443
|
+
"requestDatatype": "JSON",
|
|
3444
|
+
"responseDatatype": "JSON",
|
|
3445
|
+
"headers": {},
|
|
3446
|
+
"responseObjects": [
|
|
3447
|
+
{
|
|
3448
|
+
"type": "default",
|
|
3449
|
+
"key": "",
|
|
3450
|
+
"mockFile": ""
|
|
3451
|
+
}
|
|
3452
|
+
]
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"name": "assetOTMFAIdentityPoliciesSourceCandidatesList",
|
|
3456
|
+
"protocol": "REST",
|
|
3457
|
+
"method": "GET",
|
|
3458
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/src-asset-candidates?{query}",
|
|
3459
|
+
"requestSchema": "schema.json",
|
|
3460
|
+
"responseSchema": "schema.json",
|
|
3461
|
+
"timeout": 0,
|
|
3462
|
+
"sendEmpty": false,
|
|
3463
|
+
"sendGetBody": false,
|
|
3464
|
+
"requestDatatype": "JSON",
|
|
3465
|
+
"responseDatatype": "JSON",
|
|
3466
|
+
"headers": {},
|
|
3467
|
+
"responseObjects": [
|
|
3468
|
+
{
|
|
3469
|
+
"type": "default",
|
|
3470
|
+
"key": "",
|
|
3471
|
+
"mockFile": ""
|
|
3472
|
+
}
|
|
3473
|
+
]
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"name": "assetOTMFAIdentityPoliciesSourceUserCandidatesList",
|
|
3477
|
+
"protocol": "REST",
|
|
3478
|
+
"method": "GET",
|
|
3479
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity/reactive-policies/src-users-candidates?{query}",
|
|
3480
|
+
"requestSchema": "schema.json",
|
|
3481
|
+
"responseSchema": "schema.json",
|
|
3482
|
+
"timeout": 0,
|
|
3483
|
+
"sendEmpty": false,
|
|
3484
|
+
"sendGetBody": false,
|
|
3485
|
+
"requestDatatype": "JSON",
|
|
3486
|
+
"responseDatatype": "JSON",
|
|
3487
|
+
"headers": {},
|
|
3488
|
+
"responseObjects": [
|
|
3489
|
+
{
|
|
3490
|
+
"type": "default",
|
|
3491
|
+
"key": "",
|
|
3492
|
+
"mockFile": ""
|
|
3493
|
+
}
|
|
3494
|
+
]
|
|
3495
|
+
},
|
|
3496
|
+
{
|
|
3497
|
+
"name": "assetOTMFAInboundPoliciesSimulateTest",
|
|
3498
|
+
"protocol": "REST",
|
|
3499
|
+
"method": "GET",
|
|
3500
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/simulate?{query}",
|
|
3501
|
+
"requestSchema": "schema.json",
|
|
3502
|
+
"responseSchema": "schema.json",
|
|
3503
|
+
"timeout": 0,
|
|
3504
|
+
"sendEmpty": false,
|
|
3505
|
+
"sendGetBody": false,
|
|
3506
|
+
"requestDatatype": "JSON",
|
|
3507
|
+
"responseDatatype": "JSON",
|
|
3508
|
+
"headers": {},
|
|
3509
|
+
"responseObjects": [
|
|
3510
|
+
{
|
|
3511
|
+
"type": "default",
|
|
3512
|
+
"key": "",
|
|
3513
|
+
"mockFile": ""
|
|
3514
|
+
}
|
|
3515
|
+
]
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"name": "assetOTMFAInboundPoliciesSimulateDestinationCandidatesList",
|
|
3519
|
+
"protocol": "REST",
|
|
3520
|
+
"method": "GET",
|
|
3521
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/simulate/dst-candidates?{query}",
|
|
3522
|
+
"requestSchema": "schema.json",
|
|
3523
|
+
"responseSchema": "schema.json",
|
|
3524
|
+
"timeout": 0,
|
|
3525
|
+
"sendEmpty": false,
|
|
3526
|
+
"sendGetBody": false,
|
|
3527
|
+
"requestDatatype": "JSON",
|
|
3528
|
+
"responseDatatype": "JSON",
|
|
3529
|
+
"headers": {},
|
|
3530
|
+
"responseObjects": [
|
|
3531
|
+
{
|
|
3532
|
+
"type": "default",
|
|
3533
|
+
"key": "",
|
|
3534
|
+
"mockFile": ""
|
|
3535
|
+
}
|
|
3536
|
+
]
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"name": "assetOTMFAInboundPoliciesSimulateResolveGet",
|
|
3540
|
+
"protocol": "REST",
|
|
3541
|
+
"method": "GET",
|
|
3542
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/simulate/resolve?{query}",
|
|
3543
|
+
"requestSchema": "schema.json",
|
|
3544
|
+
"responseSchema": "schema.json",
|
|
3545
|
+
"timeout": 0,
|
|
3546
|
+
"sendEmpty": false,
|
|
3547
|
+
"sendGetBody": false,
|
|
3548
|
+
"requestDatatype": "JSON",
|
|
3549
|
+
"responseDatatype": "JSON",
|
|
3550
|
+
"headers": {},
|
|
3551
|
+
"responseObjects": [
|
|
3552
|
+
{
|
|
3553
|
+
"type": "default",
|
|
3554
|
+
"key": "",
|
|
3555
|
+
"mockFile": ""
|
|
3556
|
+
}
|
|
3557
|
+
]
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "assetOTMFAInboundPoliciesSimulateSourceCandidatesList",
|
|
3561
|
+
"protocol": "REST",
|
|
3562
|
+
"method": "GET",
|
|
3563
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/simulate/src-candidates?{query}",
|
|
3564
|
+
"requestSchema": "schema.json",
|
|
3565
|
+
"responseSchema": "schema.json",
|
|
3566
|
+
"timeout": 0,
|
|
3567
|
+
"sendEmpty": false,
|
|
3568
|
+
"sendGetBody": false,
|
|
3569
|
+
"requestDatatype": "JSON",
|
|
3570
|
+
"responseDatatype": "JSON",
|
|
3571
|
+
"headers": {},
|
|
3572
|
+
"responseObjects": [
|
|
3573
|
+
{
|
|
3574
|
+
"type": "default",
|
|
3575
|
+
"key": "",
|
|
3576
|
+
"mockFile": ""
|
|
3577
|
+
}
|
|
3578
|
+
]
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"name": "assetOTMFAInboundPoliciesSimulateSourceUserCandidatesList",
|
|
3582
|
+
"protocol": "REST",
|
|
3583
|
+
"method": "GET",
|
|
3584
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/simulate/src-users-candidates?{query}",
|
|
3585
|
+
"requestSchema": "schema.json",
|
|
3586
|
+
"responseSchema": "schema.json",
|
|
3587
|
+
"timeout": 0,
|
|
3588
|
+
"sendEmpty": false,
|
|
3589
|
+
"sendGetBody": false,
|
|
3590
|
+
"requestDatatype": "JSON",
|
|
3591
|
+
"responseDatatype": "JSON",
|
|
3592
|
+
"headers": {},
|
|
3593
|
+
"responseObjects": [
|
|
3594
|
+
{
|
|
3595
|
+
"type": "default",
|
|
3596
|
+
"key": "",
|
|
3597
|
+
"mockFile": ""
|
|
3598
|
+
}
|
|
3599
|
+
]
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "assetOTMFAOutboundPoliciesSimulateTest",
|
|
3603
|
+
"protocol": "REST",
|
|
3604
|
+
"method": "GET",
|
|
3605
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/simulate?{query}",
|
|
3606
|
+
"requestSchema": "schema.json",
|
|
3607
|
+
"responseSchema": "schema.json",
|
|
3608
|
+
"timeout": 0,
|
|
3609
|
+
"sendEmpty": false,
|
|
3610
|
+
"sendGetBody": false,
|
|
3611
|
+
"requestDatatype": "JSON",
|
|
3612
|
+
"responseDatatype": "JSON",
|
|
3613
|
+
"headers": {},
|
|
3614
|
+
"responseObjects": [
|
|
3615
|
+
{
|
|
3616
|
+
"type": "default",
|
|
3617
|
+
"key": "",
|
|
3618
|
+
"mockFile": ""
|
|
3619
|
+
}
|
|
3620
|
+
]
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"name": "assetOTMFAOutboundPoliciesSimulateDestinationCandidatesList",
|
|
3624
|
+
"protocol": "REST",
|
|
3625
|
+
"method": "GET",
|
|
3626
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/simulate/dst-candidates?{query}",
|
|
3627
|
+
"requestSchema": "schema.json",
|
|
3628
|
+
"responseSchema": "schema.json",
|
|
3629
|
+
"timeout": 0,
|
|
3630
|
+
"sendEmpty": false,
|
|
3631
|
+
"sendGetBody": false,
|
|
3632
|
+
"requestDatatype": "JSON",
|
|
3633
|
+
"responseDatatype": "JSON",
|
|
3634
|
+
"headers": {},
|
|
3635
|
+
"responseObjects": [
|
|
3636
|
+
{
|
|
3637
|
+
"type": "default",
|
|
3638
|
+
"key": "",
|
|
3639
|
+
"mockFile": ""
|
|
3640
|
+
}
|
|
3641
|
+
]
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "assetOTMFAOutboundPoliciesSimulateResolveGet",
|
|
3645
|
+
"protocol": "REST",
|
|
3646
|
+
"method": "GET",
|
|
3647
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/simulate/resolve?{query}",
|
|
3648
|
+
"requestSchema": "schema.json",
|
|
3649
|
+
"responseSchema": "schema.json",
|
|
3650
|
+
"timeout": 0,
|
|
3651
|
+
"sendEmpty": false,
|
|
3652
|
+
"sendGetBody": false,
|
|
3653
|
+
"requestDatatype": "JSON",
|
|
3654
|
+
"responseDatatype": "JSON",
|
|
3655
|
+
"headers": {},
|
|
3656
|
+
"responseObjects": [
|
|
3657
|
+
{
|
|
3658
|
+
"type": "default",
|
|
3659
|
+
"key": "",
|
|
3660
|
+
"mockFile": ""
|
|
3661
|
+
}
|
|
3662
|
+
]
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
"name": "assetOTMFAOutboundPoliciesSimulateSourceCandidatesList",
|
|
3666
|
+
"protocol": "REST",
|
|
3667
|
+
"method": "GET",
|
|
3668
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/simulate/src-candidates?{query}",
|
|
3669
|
+
"requestSchema": "schema.json",
|
|
3670
|
+
"responseSchema": "schema.json",
|
|
3671
|
+
"timeout": 0,
|
|
3672
|
+
"sendEmpty": false,
|
|
3673
|
+
"sendGetBody": false,
|
|
3674
|
+
"requestDatatype": "JSON",
|
|
3675
|
+
"responseDatatype": "JSON",
|
|
3676
|
+
"headers": {},
|
|
3677
|
+
"responseObjects": [
|
|
3678
|
+
{
|
|
3679
|
+
"type": "default",
|
|
3680
|
+
"key": "",
|
|
3681
|
+
"mockFile": ""
|
|
3682
|
+
}
|
|
3683
|
+
]
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"name": "assetOTMFAOutboundPoliciesSimulateSourceUserCandidatesList",
|
|
3687
|
+
"protocol": "REST",
|
|
3688
|
+
"method": "GET",
|
|
3689
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/simulate/src-users-candidates?{query}",
|
|
3690
|
+
"requestSchema": "schema.json",
|
|
3691
|
+
"responseSchema": "schema.json",
|
|
3692
|
+
"timeout": 0,
|
|
3693
|
+
"sendEmpty": false,
|
|
3694
|
+
"sendGetBody": false,
|
|
3695
|
+
"requestDatatype": "JSON",
|
|
3696
|
+
"responseDatatype": "JSON",
|
|
3697
|
+
"headers": {},
|
|
3698
|
+
"responseObjects": [
|
|
3699
|
+
{
|
|
3700
|
+
"type": "default",
|
|
3701
|
+
"key": "",
|
|
3702
|
+
"mockFile": ""
|
|
3703
|
+
}
|
|
3704
|
+
]
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"name": "assetOTInboundRulesList",
|
|
3708
|
+
"protocol": "REST",
|
|
3709
|
+
"method": "GET",
|
|
3710
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound?{query}",
|
|
3711
|
+
"requestSchema": "schema.json",
|
|
3712
|
+
"responseSchema": "schema.json",
|
|
3713
|
+
"timeout": 0,
|
|
3714
|
+
"sendEmpty": false,
|
|
3715
|
+
"sendGetBody": false,
|
|
3716
|
+
"requestDatatype": "JSON",
|
|
3717
|
+
"responseDatatype": "JSON",
|
|
3718
|
+
"headers": {},
|
|
3719
|
+
"responseObjects": [
|
|
3720
|
+
{
|
|
3721
|
+
"type": "default",
|
|
3722
|
+
"key": "",
|
|
3723
|
+
"mockFile": ""
|
|
3724
|
+
}
|
|
3725
|
+
]
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"name": "assetOTInboundRulesCreate",
|
|
3729
|
+
"protocol": "REST",
|
|
3730
|
+
"method": "POST",
|
|
3731
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound?{query}",
|
|
3732
|
+
"requestSchema": "schema.json",
|
|
3733
|
+
"responseSchema": "schema.json",
|
|
3734
|
+
"timeout": 0,
|
|
3735
|
+
"sendEmpty": false,
|
|
3736
|
+
"requestDatatype": "JSON",
|
|
3737
|
+
"responseDatatype": "JSON",
|
|
3738
|
+
"headers": {},
|
|
3739
|
+
"responseObjects": [
|
|
3740
|
+
{
|
|
3741
|
+
"type": "default",
|
|
3742
|
+
"key": "",
|
|
3743
|
+
"mockFile": ""
|
|
3744
|
+
}
|
|
3745
|
+
]
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"name": "assetOTInboundRulesExport",
|
|
3749
|
+
"protocol": "REST",
|
|
3750
|
+
"method": "POST",
|
|
3751
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/export?{query}",
|
|
3752
|
+
"requestSchema": "schema.json",
|
|
3753
|
+
"responseSchema": "schema.json",
|
|
3754
|
+
"timeout": 0,
|
|
3755
|
+
"sendEmpty": false,
|
|
3756
|
+
"requestDatatype": "JSON",
|
|
3757
|
+
"responseDatatype": "JSON",
|
|
3758
|
+
"headers": {},
|
|
3759
|
+
"responseObjects": [
|
|
3760
|
+
{
|
|
3761
|
+
"type": "default",
|
|
3762
|
+
"key": "",
|
|
3763
|
+
"mockFile": ""
|
|
3764
|
+
}
|
|
3765
|
+
]
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"name": "assetOTInboundRulesExportGet",
|
|
3769
|
+
"protocol": "REST",
|
|
3770
|
+
"method": "GET",
|
|
3771
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/export/csv/{pathv2}?{query}",
|
|
3772
|
+
"requestSchema": "schema.json",
|
|
3773
|
+
"responseSchema": "schema.json",
|
|
3774
|
+
"timeout": 0,
|
|
3775
|
+
"sendEmpty": false,
|
|
3776
|
+
"sendGetBody": false,
|
|
3777
|
+
"requestDatatype": "JSON",
|
|
3778
|
+
"responseDatatype": "JSON",
|
|
3779
|
+
"headers": {},
|
|
3780
|
+
"responseObjects": [
|
|
3781
|
+
{
|
|
3782
|
+
"type": "default",
|
|
3783
|
+
"key": "",
|
|
3784
|
+
"mockFile": ""
|
|
3785
|
+
}
|
|
3786
|
+
]
|
|
3787
|
+
},
|
|
3788
|
+
{
|
|
3789
|
+
"name": "assetOTInboundRulesExcludedDestinationCandidatesList",
|
|
3790
|
+
"protocol": "REST",
|
|
3791
|
+
"method": "GET",
|
|
3792
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/excluded-local-candidates?{query}",
|
|
3793
|
+
"requestSchema": "schema.json",
|
|
3794
|
+
"responseSchema": "schema.json",
|
|
3795
|
+
"timeout": 0,
|
|
3796
|
+
"sendEmpty": false,
|
|
3797
|
+
"sendGetBody": false,
|
|
3798
|
+
"requestDatatype": "JSON",
|
|
3799
|
+
"responseDatatype": "JSON",
|
|
3800
|
+
"headers": {},
|
|
3801
|
+
"responseObjects": [
|
|
3802
|
+
{
|
|
3803
|
+
"type": "default",
|
|
3804
|
+
"key": "",
|
|
3805
|
+
"mockFile": ""
|
|
3806
|
+
}
|
|
3807
|
+
]
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"name": "assetOTInboundRulesFiltersList",
|
|
3811
|
+
"protocol": "REST",
|
|
3812
|
+
"method": "GET",
|
|
3813
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/filters?{query}",
|
|
3814
|
+
"requestSchema": "schema.json",
|
|
3815
|
+
"responseSchema": "schema.json",
|
|
3816
|
+
"timeout": 0,
|
|
3817
|
+
"sendEmpty": false,
|
|
3818
|
+
"sendGetBody": false,
|
|
3819
|
+
"requestDatatype": "JSON",
|
|
3820
|
+
"responseDatatype": "JSON",
|
|
3821
|
+
"headers": {},
|
|
3822
|
+
"responseObjects": [
|
|
3823
|
+
{
|
|
3824
|
+
"type": "default",
|
|
3825
|
+
"key": "",
|
|
3826
|
+
"mockFile": ""
|
|
3827
|
+
}
|
|
3828
|
+
]
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"name": "assetOTInboundRulesDesinationCandidatesFiltersList",
|
|
3832
|
+
"protocol": "REST",
|
|
3833
|
+
"method": "GET",
|
|
3834
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/filters/local-candidates?{query}",
|
|
3835
|
+
"requestSchema": "schema.json",
|
|
3836
|
+
"responseSchema": "schema.json",
|
|
3837
|
+
"timeout": 0,
|
|
3838
|
+
"sendEmpty": false,
|
|
3839
|
+
"sendGetBody": false,
|
|
3840
|
+
"requestDatatype": "JSON",
|
|
3841
|
+
"responseDatatype": "JSON",
|
|
3842
|
+
"headers": {},
|
|
3843
|
+
"responseObjects": [
|
|
3844
|
+
{
|
|
3845
|
+
"type": "default",
|
|
3846
|
+
"key": "",
|
|
3847
|
+
"mockFile": ""
|
|
3848
|
+
}
|
|
3849
|
+
]
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"name": "assetOTInboundRulesSourceCandidatesFiltersList",
|
|
3853
|
+
"protocol": "REST",
|
|
3854
|
+
"method": "GET",
|
|
3855
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/filters/remote-candidates?{query}",
|
|
3856
|
+
"requestSchema": "schema.json",
|
|
3857
|
+
"responseSchema": "schema.json",
|
|
3858
|
+
"timeout": 0,
|
|
3859
|
+
"sendEmpty": false,
|
|
3860
|
+
"sendGetBody": false,
|
|
3861
|
+
"requestDatatype": "JSON",
|
|
3862
|
+
"responseDatatype": "JSON",
|
|
3863
|
+
"headers": {},
|
|
3864
|
+
"responseObjects": [
|
|
3865
|
+
{
|
|
3866
|
+
"type": "default",
|
|
3867
|
+
"key": "",
|
|
3868
|
+
"mockFile": ""
|
|
3869
|
+
}
|
|
3870
|
+
]
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "assetOTInboundRulesDestinationCandidatesList",
|
|
3874
|
+
"protocol": "REST",
|
|
3875
|
+
"method": "GET",
|
|
3876
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/local-candidates?{query}",
|
|
3877
|
+
"requestSchema": "schema.json",
|
|
3878
|
+
"responseSchema": "schema.json",
|
|
3879
|
+
"timeout": 0,
|
|
3880
|
+
"sendEmpty": false,
|
|
3881
|
+
"sendGetBody": false,
|
|
3882
|
+
"requestDatatype": "JSON",
|
|
3883
|
+
"responseDatatype": "JSON",
|
|
3884
|
+
"headers": {},
|
|
3885
|
+
"responseObjects": [
|
|
3886
|
+
{
|
|
3887
|
+
"type": "default",
|
|
3888
|
+
"key": "",
|
|
3889
|
+
"mockFile": ""
|
|
3890
|
+
}
|
|
3891
|
+
]
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"name": "assetOTInboundRulesSourceCandidatesList",
|
|
3895
|
+
"protocol": "REST",
|
|
3896
|
+
"method": "GET",
|
|
3897
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/remote-candidates?{query}",
|
|
3898
|
+
"requestSchema": "schema.json",
|
|
3899
|
+
"responseSchema": "schema.json",
|
|
3900
|
+
"timeout": 0,
|
|
3901
|
+
"sendEmpty": false,
|
|
3902
|
+
"sendGetBody": false,
|
|
3903
|
+
"requestDatatype": "JSON",
|
|
3904
|
+
"responseDatatype": "JSON",
|
|
3905
|
+
"headers": {},
|
|
3906
|
+
"responseObjects": [
|
|
3907
|
+
{
|
|
3908
|
+
"type": "default",
|
|
3909
|
+
"key": "",
|
|
3910
|
+
"mockFile": ""
|
|
3911
|
+
}
|
|
3912
|
+
]
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "assetOTInboundRulesReviewApprove",
|
|
3916
|
+
"protocol": "REST",
|
|
3917
|
+
"method": "PUT",
|
|
3918
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/review/approve/{pathv2}?{query}",
|
|
3919
|
+
"requestSchema": "schema.json",
|
|
3920
|
+
"responseSchema": "schema.json",
|
|
3921
|
+
"timeout": 0,
|
|
3922
|
+
"sendEmpty": false,
|
|
3923
|
+
"requestDatatype": "JSON",
|
|
3924
|
+
"responseDatatype": "JSON",
|
|
3925
|
+
"headers": {},
|
|
3926
|
+
"responseObjects": [
|
|
3927
|
+
{
|
|
3928
|
+
"type": "default",
|
|
3929
|
+
"key": "",
|
|
3930
|
+
"mockFile": ""
|
|
3931
|
+
}
|
|
3932
|
+
]
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"name": "assetOTInboundRulesReviewApproveWithChanges",
|
|
3936
|
+
"protocol": "REST",
|
|
3937
|
+
"method": "PUT",
|
|
3938
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/review/approve-with-changes/{pathv2}?{query}",
|
|
3939
|
+
"requestSchema": "schema.json",
|
|
3940
|
+
"responseSchema": "schema.json",
|
|
3941
|
+
"timeout": 0,
|
|
3942
|
+
"sendEmpty": false,
|
|
3943
|
+
"requestDatatype": "JSON",
|
|
3944
|
+
"responseDatatype": "JSON",
|
|
3945
|
+
"headers": {},
|
|
3946
|
+
"responseObjects": [
|
|
3947
|
+
{
|
|
3948
|
+
"type": "default",
|
|
3949
|
+
"key": "",
|
|
3950
|
+
"mockFile": ""
|
|
3951
|
+
}
|
|
3952
|
+
]
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"name": "assetOTInboundRulesReviewDeny",
|
|
3956
|
+
"protocol": "REST",
|
|
3957
|
+
"method": "DELETE",
|
|
3958
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/review/reject/{pathv2}?{query}",
|
|
3959
|
+
"requestSchema": "schema.json",
|
|
3960
|
+
"responseSchema": "schema.json",
|
|
3961
|
+
"timeout": 0,
|
|
3962
|
+
"sendEmpty": false,
|
|
3963
|
+
"requestDatatype": "JSON",
|
|
3964
|
+
"responseDatatype": "JSON",
|
|
3965
|
+
"headers": {},
|
|
3966
|
+
"responseObjects": [
|
|
3967
|
+
{
|
|
3968
|
+
"type": "default",
|
|
3969
|
+
"key": "",
|
|
3970
|
+
"mockFile": ""
|
|
3971
|
+
}
|
|
3972
|
+
]
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"name": "assetOTInboundRuleGet",
|
|
3976
|
+
"protocol": "REST",
|
|
3977
|
+
"method": "GET",
|
|
3978
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/{pathv2}?{query}",
|
|
3979
|
+
"requestSchema": "schema.json",
|
|
3980
|
+
"responseSchema": "schema.json",
|
|
3981
|
+
"timeout": 0,
|
|
3982
|
+
"sendEmpty": false,
|
|
3983
|
+
"sendGetBody": false,
|
|
3984
|
+
"requestDatatype": "JSON",
|
|
3985
|
+
"responseDatatype": "JSON",
|
|
3986
|
+
"headers": {},
|
|
3987
|
+
"responseObjects": [
|
|
3988
|
+
{
|
|
3989
|
+
"type": "default",
|
|
3990
|
+
"key": "",
|
|
3991
|
+
"mockFile": ""
|
|
3992
|
+
}
|
|
3993
|
+
]
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
"name": "assetOTInboundRuleUpdate",
|
|
3997
|
+
"protocol": "REST",
|
|
3998
|
+
"method": "PUT",
|
|
3999
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/{pathv2}?{query}",
|
|
4000
|
+
"requestSchema": "schema.json",
|
|
4001
|
+
"responseSchema": "schema.json",
|
|
4002
|
+
"timeout": 0,
|
|
4003
|
+
"sendEmpty": false,
|
|
4004
|
+
"requestDatatype": "JSON",
|
|
4005
|
+
"responseDatatype": "JSON",
|
|
4006
|
+
"headers": {},
|
|
4007
|
+
"responseObjects": [
|
|
4008
|
+
{
|
|
4009
|
+
"type": "default",
|
|
4010
|
+
"key": "",
|
|
4011
|
+
"mockFile": ""
|
|
4012
|
+
}
|
|
4013
|
+
]
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"name": "assetOTInboundRuleDelete",
|
|
4017
|
+
"protocol": "REST",
|
|
4018
|
+
"method": "DELETE",
|
|
4019
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound/{pathv2}?{query}",
|
|
4020
|
+
"requestSchema": "schema.json",
|
|
4021
|
+
"responseSchema": "schema.json",
|
|
4022
|
+
"timeout": 0,
|
|
4023
|
+
"sendEmpty": false,
|
|
4024
|
+
"requestDatatype": "JSON",
|
|
4025
|
+
"responseDatatype": "JSON",
|
|
4026
|
+
"headers": {},
|
|
4027
|
+
"responseObjects": [
|
|
4028
|
+
{
|
|
4029
|
+
"type": "default",
|
|
4030
|
+
"key": "",
|
|
4031
|
+
"mockFile": ""
|
|
4032
|
+
}
|
|
4033
|
+
]
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"name": "assetOTOutboundAllowRulesDestinationCandidatesListV2",
|
|
4037
|
+
"protocol": "REST",
|
|
4038
|
+
"method": "GET",
|
|
4039
|
+
"entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/remote-candidates?{query}",
|
|
4040
|
+
"requestSchema": "schema.json",
|
|
4041
|
+
"responseSchema": "schema.json",
|
|
4042
|
+
"timeout": 0,
|
|
4043
|
+
"sendEmpty": false,
|
|
4044
|
+
"sendGetBody": false,
|
|
4045
|
+
"requestDatatype": "JSON",
|
|
4046
|
+
"responseDatatype": "JSON",
|
|
4047
|
+
"headers": {},
|
|
4048
|
+
"responseObjects": [
|
|
4049
|
+
{
|
|
4050
|
+
"type": "default",
|
|
4051
|
+
"key": "",
|
|
4052
|
+
"mockFile": ""
|
|
4053
|
+
}
|
|
4054
|
+
]
|
|
3204
4055
|
}
|
|
3205
4056
|
]
|
|
3206
4057
|
}
|