@itentialopensource/adapter-netbox_v33 2.4.1 → 2.6.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/CALLS.md +1864 -0
- package/PROPERTIES.md +6 -1
- package/adapter.js +29547 -0
- package/entities/Circuits/action.json +1113 -0
- package/entities/Circuits/schema.json +1351 -157
- package/entities/Core/action.json +538 -0
- package/entities/Core/schema.json +2057 -0
- package/entities/Dcim/action.json +384 -0
- package/entities/Dcim/schema.json +2643 -445
- package/entities/Extras/action.json +1620 -0
- package/entities/Extras/schema.json +1817 -259
- package/entities/Ipam/action.json +587 -0
- package/entities/Ipam/schema.json +1348 -226
- package/entities/Schema/action.json +25 -0
- package/entities/Schema/schema.json +19 -0
- package/entities/Virtualization/action.json +202 -0
- package/entities/Virtualization/schema.json +709 -137
- package/entities/Vpn/action.json +1824 -0
- package/entities/Vpn/schema.json +3353 -0
- package/metadata.json +2 -1
- package/package.json +3 -3
- package/pronghorn.json +37236 -0
- package/propertiesSchema.json +7 -1
- package/report/Netbox_4.2.1.json +229481 -0
- package/report/adapterInfo.json +8 -8
- package/report/auto-adapter-openapi.json +29636 -2
- package/report/updateReport1766083737889.json +120 -0
- package/sampleProperties.json +1 -1
- package/test/integration/adapterTestIntegration.js +8204 -0
- package/test/unit/adapterTestUnit.js +8905 -0
|
@@ -3257,6 +3257,593 @@
|
|
|
3257
3257
|
"mockFile": ""
|
|
3258
3258
|
}
|
|
3259
3259
|
]
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"name": "getAsnRangeList",
|
|
3263
|
+
"protocol": "REST",
|
|
3264
|
+
"method": "GET",
|
|
3265
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/?{query}",
|
|
3266
|
+
"requestSchema": "schema.json",
|
|
3267
|
+
"responseSchema": "schema.json",
|
|
3268
|
+
"timeout": 0,
|
|
3269
|
+
"sendEmpty": false,
|
|
3270
|
+
"sendGetBody": false,
|
|
3271
|
+
"requestDatatype": "JSON",
|
|
3272
|
+
"responseDatatype": "JSON",
|
|
3273
|
+
"headers": {},
|
|
3274
|
+
"responseObjects": [
|
|
3275
|
+
{
|
|
3276
|
+
"type": "default",
|
|
3277
|
+
"key": "",
|
|
3278
|
+
"mockFile": ""
|
|
3279
|
+
}
|
|
3280
|
+
]
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"name": "postAsnRangeList",
|
|
3284
|
+
"protocol": "REST",
|
|
3285
|
+
"method": "POST",
|
|
3286
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/?{query}",
|
|
3287
|
+
"requestSchema": "schema.json",
|
|
3288
|
+
"responseSchema": "schema.json",
|
|
3289
|
+
"timeout": 0,
|
|
3290
|
+
"sendEmpty": false,
|
|
3291
|
+
"requestDatatype": "JSON",
|
|
3292
|
+
"responseDatatype": "JSON",
|
|
3293
|
+
"headers": {},
|
|
3294
|
+
"responseObjects": [
|
|
3295
|
+
{
|
|
3296
|
+
"type": "default",
|
|
3297
|
+
"key": "",
|
|
3298
|
+
"mockFile": ""
|
|
3299
|
+
}
|
|
3300
|
+
]
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "putAsnRangeList",
|
|
3304
|
+
"protocol": "REST",
|
|
3305
|
+
"method": "PUT",
|
|
3306
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/?{query}",
|
|
3307
|
+
"requestSchema": "schema.json",
|
|
3308
|
+
"responseSchema": "schema.json",
|
|
3309
|
+
"timeout": 0,
|
|
3310
|
+
"sendEmpty": false,
|
|
3311
|
+
"requestDatatype": "JSON",
|
|
3312
|
+
"responseDatatype": "JSON",
|
|
3313
|
+
"headers": {},
|
|
3314
|
+
"responseObjects": [
|
|
3315
|
+
{
|
|
3316
|
+
"type": "default",
|
|
3317
|
+
"key": "",
|
|
3318
|
+
"mockFile": ""
|
|
3319
|
+
}
|
|
3320
|
+
]
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "patchAsnRangeList",
|
|
3324
|
+
"protocol": "REST",
|
|
3325
|
+
"method": "PATCH",
|
|
3326
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/?{query}",
|
|
3327
|
+
"requestSchema": "schema.json",
|
|
3328
|
+
"responseSchema": "schema.json",
|
|
3329
|
+
"timeout": 0,
|
|
3330
|
+
"sendEmpty": false,
|
|
3331
|
+
"requestDatatype": "JSON",
|
|
3332
|
+
"responseDatatype": "JSON",
|
|
3333
|
+
"headers": {},
|
|
3334
|
+
"responseObjects": [
|
|
3335
|
+
{
|
|
3336
|
+
"type": "default",
|
|
3337
|
+
"key": "",
|
|
3338
|
+
"mockFile": ""
|
|
3339
|
+
}
|
|
3340
|
+
]
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"name": "deleteAsnRangeList",
|
|
3344
|
+
"protocol": "REST",
|
|
3345
|
+
"method": "DELETE",
|
|
3346
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/?{query}",
|
|
3347
|
+
"requestSchema": "schema.json",
|
|
3348
|
+
"responseSchema": "schema.json",
|
|
3349
|
+
"timeout": 0,
|
|
3350
|
+
"sendEmpty": false,
|
|
3351
|
+
"requestDatatype": "JSON",
|
|
3352
|
+
"responseDatatype": "JSON",
|
|
3353
|
+
"headers": {},
|
|
3354
|
+
"responseObjects": [
|
|
3355
|
+
{
|
|
3356
|
+
"type": "default",
|
|
3357
|
+
"key": "",
|
|
3358
|
+
"mockFile": ""
|
|
3359
|
+
}
|
|
3360
|
+
]
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "getAsnRange",
|
|
3364
|
+
"protocol": "REST",
|
|
3365
|
+
"method": "GET",
|
|
3366
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/{pathv1}/?{query}",
|
|
3367
|
+
"requestSchema": "schema.json",
|
|
3368
|
+
"responseSchema": "schema.json",
|
|
3369
|
+
"timeout": 0,
|
|
3370
|
+
"sendEmpty": false,
|
|
3371
|
+
"sendGetBody": false,
|
|
3372
|
+
"requestDatatype": "JSON",
|
|
3373
|
+
"responseDatatype": "JSON",
|
|
3374
|
+
"headers": {},
|
|
3375
|
+
"responseObjects": [
|
|
3376
|
+
{
|
|
3377
|
+
"type": "default",
|
|
3378
|
+
"key": "",
|
|
3379
|
+
"mockFile": ""
|
|
3380
|
+
}
|
|
3381
|
+
]
|
|
3382
|
+
},
|
|
3383
|
+
{
|
|
3384
|
+
"name": "putAsnRange",
|
|
3385
|
+
"protocol": "REST",
|
|
3386
|
+
"method": "PUT",
|
|
3387
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/{pathv1}/?{query}",
|
|
3388
|
+
"requestSchema": "schema.json",
|
|
3389
|
+
"responseSchema": "schema.json",
|
|
3390
|
+
"timeout": 0,
|
|
3391
|
+
"sendEmpty": false,
|
|
3392
|
+
"requestDatatype": "JSON",
|
|
3393
|
+
"responseDatatype": "JSON",
|
|
3394
|
+
"headers": {},
|
|
3395
|
+
"responseObjects": [
|
|
3396
|
+
{
|
|
3397
|
+
"type": "default",
|
|
3398
|
+
"key": "",
|
|
3399
|
+
"mockFile": ""
|
|
3400
|
+
}
|
|
3401
|
+
]
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"name": "patchAsnRange",
|
|
3405
|
+
"protocol": "REST",
|
|
3406
|
+
"method": "PATCH",
|
|
3407
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/{pathv1}/?{query}",
|
|
3408
|
+
"requestSchema": "schema.json",
|
|
3409
|
+
"responseSchema": "schema.json",
|
|
3410
|
+
"timeout": 0,
|
|
3411
|
+
"sendEmpty": false,
|
|
3412
|
+
"requestDatatype": "JSON",
|
|
3413
|
+
"responseDatatype": "JSON",
|
|
3414
|
+
"headers": {},
|
|
3415
|
+
"responseObjects": [
|
|
3416
|
+
{
|
|
3417
|
+
"type": "default",
|
|
3418
|
+
"key": "",
|
|
3419
|
+
"mockFile": ""
|
|
3420
|
+
}
|
|
3421
|
+
]
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "deleteAsnRange",
|
|
3425
|
+
"protocol": "REST",
|
|
3426
|
+
"method": "DELETE",
|
|
3427
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/{pathv1}/?{query}",
|
|
3428
|
+
"requestSchema": "schema.json",
|
|
3429
|
+
"responseSchema": "schema.json",
|
|
3430
|
+
"timeout": 0,
|
|
3431
|
+
"sendEmpty": false,
|
|
3432
|
+
"requestDatatype": "JSON",
|
|
3433
|
+
"responseDatatype": "JSON",
|
|
3434
|
+
"headers": {},
|
|
3435
|
+
"responseObjects": [
|
|
3436
|
+
{
|
|
3437
|
+
"type": "default",
|
|
3438
|
+
"key": "",
|
|
3439
|
+
"mockFile": ""
|
|
3440
|
+
}
|
|
3441
|
+
]
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "getAvailableAsnsList",
|
|
3445
|
+
"protocol": "REST",
|
|
3446
|
+
"method": "GET",
|
|
3447
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/{pathv1}/available-asns/?{query}",
|
|
3448
|
+
"requestSchema": "schema.json",
|
|
3449
|
+
"responseSchema": "schema.json",
|
|
3450
|
+
"timeout": 0,
|
|
3451
|
+
"sendEmpty": false,
|
|
3452
|
+
"sendGetBody": false,
|
|
3453
|
+
"requestDatatype": "JSON",
|
|
3454
|
+
"responseDatatype": "JSON",
|
|
3455
|
+
"headers": {},
|
|
3456
|
+
"responseObjects": [
|
|
3457
|
+
{
|
|
3458
|
+
"type": "default",
|
|
3459
|
+
"key": "",
|
|
3460
|
+
"mockFile": ""
|
|
3461
|
+
}
|
|
3462
|
+
]
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
"name": "postAvailableAsn",
|
|
3466
|
+
"protocol": "REST",
|
|
3467
|
+
"method": "POST",
|
|
3468
|
+
"entitypath": "{base_path}/{version}/ipam/asn-ranges/{pathv1}/available-asns/?{query}",
|
|
3469
|
+
"requestSchema": "schema.json",
|
|
3470
|
+
"responseSchema": "schema.json",
|
|
3471
|
+
"timeout": 0,
|
|
3472
|
+
"sendEmpty": false,
|
|
3473
|
+
"requestDatatype": "JSON",
|
|
3474
|
+
"responseDatatype": "JSON",
|
|
3475
|
+
"headers": {},
|
|
3476
|
+
"responseObjects": [
|
|
3477
|
+
{
|
|
3478
|
+
"type": "default",
|
|
3479
|
+
"key": "",
|
|
3480
|
+
"mockFile": ""
|
|
3481
|
+
}
|
|
3482
|
+
]
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
"name": "getVlanTranslationPolicyList",
|
|
3486
|
+
"protocol": "REST",
|
|
3487
|
+
"method": "GET",
|
|
3488
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-policies/?{query}",
|
|
3489
|
+
"requestSchema": "schema.json",
|
|
3490
|
+
"responseSchema": "schema.json",
|
|
3491
|
+
"timeout": 0,
|
|
3492
|
+
"sendEmpty": false,
|
|
3493
|
+
"sendGetBody": false,
|
|
3494
|
+
"requestDatatype": "JSON",
|
|
3495
|
+
"responseDatatype": "JSON",
|
|
3496
|
+
"headers": {},
|
|
3497
|
+
"responseObjects": [
|
|
3498
|
+
{
|
|
3499
|
+
"type": "default",
|
|
3500
|
+
"key": "",
|
|
3501
|
+
"mockFile": ""
|
|
3502
|
+
}
|
|
3503
|
+
]
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"name": "postVlanTranslationPolicyList",
|
|
3507
|
+
"protocol": "REST",
|
|
3508
|
+
"method": "POST",
|
|
3509
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-policies/?{query}",
|
|
3510
|
+
"requestSchema": "schema.json",
|
|
3511
|
+
"responseSchema": "schema.json",
|
|
3512
|
+
"timeout": 0,
|
|
3513
|
+
"sendEmpty": false,
|
|
3514
|
+
"requestDatatype": "JSON",
|
|
3515
|
+
"responseDatatype": "JSON",
|
|
3516
|
+
"headers": {},
|
|
3517
|
+
"responseObjects": [
|
|
3518
|
+
{
|
|
3519
|
+
"type": "default",
|
|
3520
|
+
"key": "",
|
|
3521
|
+
"mockFile": ""
|
|
3522
|
+
}
|
|
3523
|
+
]
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "putVlanTranslationPolicyList",
|
|
3527
|
+
"protocol": "REST",
|
|
3528
|
+
"method": "PUT",
|
|
3529
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-policies/?{query}",
|
|
3530
|
+
"requestSchema": "schema.json",
|
|
3531
|
+
"responseSchema": "schema.json",
|
|
3532
|
+
"timeout": 0,
|
|
3533
|
+
"sendEmpty": false,
|
|
3534
|
+
"requestDatatype": "JSON",
|
|
3535
|
+
"responseDatatype": "JSON",
|
|
3536
|
+
"headers": {},
|
|
3537
|
+
"responseObjects": [
|
|
3538
|
+
{
|
|
3539
|
+
"type": "default",
|
|
3540
|
+
"key": "",
|
|
3541
|
+
"mockFile": ""
|
|
3542
|
+
}
|
|
3543
|
+
]
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"name": "patchVlanTranslationPolicyList",
|
|
3547
|
+
"protocol": "REST",
|
|
3548
|
+
"method": "PATCH",
|
|
3549
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-policies/?{query}",
|
|
3550
|
+
"requestSchema": "schema.json",
|
|
3551
|
+
"responseSchema": "schema.json",
|
|
3552
|
+
"timeout": 0,
|
|
3553
|
+
"sendEmpty": false,
|
|
3554
|
+
"requestDatatype": "JSON",
|
|
3555
|
+
"responseDatatype": "JSON",
|
|
3556
|
+
"headers": {},
|
|
3557
|
+
"responseObjects": [
|
|
3558
|
+
{
|
|
3559
|
+
"type": "default",
|
|
3560
|
+
"key": "",
|
|
3561
|
+
"mockFile": ""
|
|
3562
|
+
}
|
|
3563
|
+
]
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
"name": "deleteVlanTranslationPolicyList",
|
|
3567
|
+
"protocol": "REST",
|
|
3568
|
+
"method": "DELETE",
|
|
3569
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-policies/?{query}",
|
|
3570
|
+
"requestSchema": "schema.json",
|
|
3571
|
+
"responseSchema": "schema.json",
|
|
3572
|
+
"timeout": 0,
|
|
3573
|
+
"sendEmpty": false,
|
|
3574
|
+
"requestDatatype": "JSON",
|
|
3575
|
+
"responseDatatype": "JSON",
|
|
3576
|
+
"headers": {},
|
|
3577
|
+
"responseObjects": [
|
|
3578
|
+
{
|
|
3579
|
+
"type": "default",
|
|
3580
|
+
"key": "",
|
|
3581
|
+
"mockFile": ""
|
|
3582
|
+
}
|
|
3583
|
+
]
|
|
3584
|
+
},
|
|
3585
|
+
{
|
|
3586
|
+
"name": "getVlanTranslationPolicy",
|
|
3587
|
+
"protocol": "REST",
|
|
3588
|
+
"method": "GET",
|
|
3589
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-policies/{pathv1}/?{query}",
|
|
3590
|
+
"requestSchema": "schema.json",
|
|
3591
|
+
"responseSchema": "schema.json",
|
|
3592
|
+
"timeout": 0,
|
|
3593
|
+
"sendEmpty": false,
|
|
3594
|
+
"sendGetBody": false,
|
|
3595
|
+
"requestDatatype": "JSON",
|
|
3596
|
+
"responseDatatype": "JSON",
|
|
3597
|
+
"headers": {},
|
|
3598
|
+
"responseObjects": [
|
|
3599
|
+
{
|
|
3600
|
+
"type": "default",
|
|
3601
|
+
"key": "",
|
|
3602
|
+
"mockFile": ""
|
|
3603
|
+
}
|
|
3604
|
+
]
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"name": "putVlanTranslationPolicy",
|
|
3608
|
+
"protocol": "REST",
|
|
3609
|
+
"method": "PUT",
|
|
3610
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-policies/{pathv1}/?{query}",
|
|
3611
|
+
"requestSchema": "schema.json",
|
|
3612
|
+
"responseSchema": "schema.json",
|
|
3613
|
+
"timeout": 0,
|
|
3614
|
+
"sendEmpty": false,
|
|
3615
|
+
"requestDatatype": "JSON",
|
|
3616
|
+
"responseDatatype": "JSON",
|
|
3617
|
+
"headers": {},
|
|
3618
|
+
"responseObjects": [
|
|
3619
|
+
{
|
|
3620
|
+
"type": "default",
|
|
3621
|
+
"key": "",
|
|
3622
|
+
"mockFile": ""
|
|
3623
|
+
}
|
|
3624
|
+
]
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"name": "patchVlanTranslationPolicy",
|
|
3628
|
+
"protocol": "REST",
|
|
3629
|
+
"method": "PATCH",
|
|
3630
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-policies/{pathv1}/?{query}",
|
|
3631
|
+
"requestSchema": "schema.json",
|
|
3632
|
+
"responseSchema": "schema.json",
|
|
3633
|
+
"timeout": 0,
|
|
3634
|
+
"sendEmpty": false,
|
|
3635
|
+
"requestDatatype": "JSON",
|
|
3636
|
+
"responseDatatype": "JSON",
|
|
3637
|
+
"headers": {},
|
|
3638
|
+
"responseObjects": [
|
|
3639
|
+
{
|
|
3640
|
+
"type": "default",
|
|
3641
|
+
"key": "",
|
|
3642
|
+
"mockFile": ""
|
|
3643
|
+
}
|
|
3644
|
+
]
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"name": "deleteVlanTranslationPolicy",
|
|
3648
|
+
"protocol": "REST",
|
|
3649
|
+
"method": "DELETE",
|
|
3650
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-policies/{pathv1}/?{query}",
|
|
3651
|
+
"requestSchema": "schema.json",
|
|
3652
|
+
"responseSchema": "schema.json",
|
|
3653
|
+
"timeout": 0,
|
|
3654
|
+
"sendEmpty": false,
|
|
3655
|
+
"requestDatatype": "JSON",
|
|
3656
|
+
"responseDatatype": "JSON",
|
|
3657
|
+
"headers": {},
|
|
3658
|
+
"responseObjects": [
|
|
3659
|
+
{
|
|
3660
|
+
"type": "default",
|
|
3661
|
+
"key": "",
|
|
3662
|
+
"mockFile": ""
|
|
3663
|
+
}
|
|
3664
|
+
]
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"name": "getVlanTranslationRuleList",
|
|
3668
|
+
"protocol": "REST",
|
|
3669
|
+
"method": "GET",
|
|
3670
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-rules/?{query}",
|
|
3671
|
+
"requestSchema": "schema.json",
|
|
3672
|
+
"responseSchema": "schema.json",
|
|
3673
|
+
"timeout": 0,
|
|
3674
|
+
"sendEmpty": false,
|
|
3675
|
+
"sendGetBody": false,
|
|
3676
|
+
"requestDatatype": "JSON",
|
|
3677
|
+
"responseDatatype": "JSON",
|
|
3678
|
+
"headers": {},
|
|
3679
|
+
"responseObjects": [
|
|
3680
|
+
{
|
|
3681
|
+
"type": "default",
|
|
3682
|
+
"key": "",
|
|
3683
|
+
"mockFile": ""
|
|
3684
|
+
}
|
|
3685
|
+
]
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"name": "postVlanTranslationRuleList",
|
|
3689
|
+
"protocol": "REST",
|
|
3690
|
+
"method": "POST",
|
|
3691
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-rules/?{query}",
|
|
3692
|
+
"requestSchema": "schema.json",
|
|
3693
|
+
"responseSchema": "schema.json",
|
|
3694
|
+
"timeout": 0,
|
|
3695
|
+
"sendEmpty": false,
|
|
3696
|
+
"requestDatatype": "JSON",
|
|
3697
|
+
"responseDatatype": "JSON",
|
|
3698
|
+
"headers": {},
|
|
3699
|
+
"responseObjects": [
|
|
3700
|
+
{
|
|
3701
|
+
"type": "default",
|
|
3702
|
+
"key": "",
|
|
3703
|
+
"mockFile": ""
|
|
3704
|
+
}
|
|
3705
|
+
]
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"name": "putVlanTranslationRuleList",
|
|
3709
|
+
"protocol": "REST",
|
|
3710
|
+
"method": "PUT",
|
|
3711
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-rules/?{query}",
|
|
3712
|
+
"requestSchema": "schema.json",
|
|
3713
|
+
"responseSchema": "schema.json",
|
|
3714
|
+
"timeout": 0,
|
|
3715
|
+
"sendEmpty": 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": "patchVlanTranslationRuleList",
|
|
3729
|
+
"protocol": "REST",
|
|
3730
|
+
"method": "PATCH",
|
|
3731
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-rules/?{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": "deleteVlanTranslationRuleList",
|
|
3749
|
+
"protocol": "REST",
|
|
3750
|
+
"method": "DELETE",
|
|
3751
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-rules/?{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": "getVlanTranslationRule",
|
|
3769
|
+
"protocol": "REST",
|
|
3770
|
+
"method": "GET",
|
|
3771
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-rules/{pathv1}/?{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": "putVlanTranslationRule",
|
|
3790
|
+
"protocol": "REST",
|
|
3791
|
+
"method": "PUT",
|
|
3792
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-rules/{pathv1}/?{query}",
|
|
3793
|
+
"requestSchema": "schema.json",
|
|
3794
|
+
"responseSchema": "schema.json",
|
|
3795
|
+
"timeout": 0,
|
|
3796
|
+
"sendEmpty": false,
|
|
3797
|
+
"requestDatatype": "JSON",
|
|
3798
|
+
"responseDatatype": "JSON",
|
|
3799
|
+
"headers": {},
|
|
3800
|
+
"responseObjects": [
|
|
3801
|
+
{
|
|
3802
|
+
"type": "default",
|
|
3803
|
+
"key": "",
|
|
3804
|
+
"mockFile": ""
|
|
3805
|
+
}
|
|
3806
|
+
]
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"name": "patchVlanTranslationRule",
|
|
3810
|
+
"protocol": "REST",
|
|
3811
|
+
"method": "PATCH",
|
|
3812
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-rules/{pathv1}/?{query}",
|
|
3813
|
+
"requestSchema": "schema.json",
|
|
3814
|
+
"responseSchema": "schema.json",
|
|
3815
|
+
"timeout": 0,
|
|
3816
|
+
"sendEmpty": false,
|
|
3817
|
+
"requestDatatype": "JSON",
|
|
3818
|
+
"responseDatatype": "JSON",
|
|
3819
|
+
"headers": {},
|
|
3820
|
+
"responseObjects": [
|
|
3821
|
+
{
|
|
3822
|
+
"type": "default",
|
|
3823
|
+
"key": "",
|
|
3824
|
+
"mockFile": ""
|
|
3825
|
+
}
|
|
3826
|
+
]
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"name": "deleteVlanTranslationRule",
|
|
3830
|
+
"protocol": "REST",
|
|
3831
|
+
"method": "DELETE",
|
|
3832
|
+
"entitypath": "{base_path}/{version}/ipam/vlan-translation-rules/{pathv1}/?{query}",
|
|
3833
|
+
"requestSchema": "schema.json",
|
|
3834
|
+
"responseSchema": "schema.json",
|
|
3835
|
+
"timeout": 0,
|
|
3836
|
+
"sendEmpty": false,
|
|
3837
|
+
"requestDatatype": "JSON",
|
|
3838
|
+
"responseDatatype": "JSON",
|
|
3839
|
+
"headers": {},
|
|
3840
|
+
"responseObjects": [
|
|
3841
|
+
{
|
|
3842
|
+
"type": "default",
|
|
3843
|
+
"key": "",
|
|
3844
|
+
"mockFile": ""
|
|
3845
|
+
}
|
|
3846
|
+
]
|
|
3260
3847
|
}
|
|
3261
3848
|
]
|
|
3262
3849
|
}
|