@itentialopensource/adapter-netbox_v33 0.1.1 → 2.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/CALLS.md +5231 -0
- package/CHANGELOG.md +16 -1
- package/adapter.js +3821 -0
- package/entities/.system/action.json +1 -1
- package/entities/Dcim/action.json +182 -0
- package/entities/Dcim/mockdatafiles/getDcimVirtualDeviceContexts-default.json +573 -0
- package/entities/Dcim/schema.json +10 -1
- package/entities/Extras/action.json +182 -0
- package/entities/Extras/mockdatafiles/getExtrasSavedFilters-default.json +177 -0
- package/entities/Extras/schema.json +10 -1
- package/entities/Plugins/action.json +550 -0
- package/entities/Plugins/mockdatafiles/getPluginsServicePoolsCandidateConfig-default.json +309 -0
- package/entities/Plugins/mockdatafiles/getPluginsServicePoolsCustomService-default.json +463 -0
- package/entities/Plugins/mockdatafiles/getPluginsServicePoolsServiceOrder-default.json +554 -0
- package/entities/Plugins/schema.json +45 -0
- package/package.json +1 -1
- package/pronghorn.json +6636 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/Netbox_v34.json +92707 -0
- package/report/adapterInfo.json +10 -0
- package/test/integration/adapterTestIntegration.js +1275 -0
- package/test/unit/adapterTestUnit.js +1305 -0
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"name": "healthcheck",
|
|
30
30
|
"protocol": "REST",
|
|
31
31
|
"method": "GET",
|
|
32
|
-
"entitypath": "{base_path}/{version}/
|
|
32
|
+
"entitypath": "{base_path}/{version}/docs?{query}",
|
|
33
33
|
"requestSchema": "schema.json",
|
|
34
34
|
"responseSchema": "schema.json",
|
|
35
35
|
"timeout": 0,
|
|
@@ -7510,6 +7510,188 @@
|
|
|
7510
7510
|
"mockFile": ""
|
|
7511
7511
|
}
|
|
7512
7512
|
]
|
|
7513
|
+
},
|
|
7514
|
+
{
|
|
7515
|
+
"name": "getDcimVirtualDeviceContexts",
|
|
7516
|
+
"protocol": "REST",
|
|
7517
|
+
"method": "GET",
|
|
7518
|
+
"entitypath": "{base_path}/{version}/dcim/virtual-device-contexts/?{query}",
|
|
7519
|
+
"requestSchema": "schema.json",
|
|
7520
|
+
"responseSchema": "schema.json",
|
|
7521
|
+
"timeout": 0,
|
|
7522
|
+
"sendEmpty": false,
|
|
7523
|
+
"sendGetBody": false,
|
|
7524
|
+
"requestDatatype": "JSON",
|
|
7525
|
+
"responseDatatype": "JSON",
|
|
7526
|
+
"headers": {},
|
|
7527
|
+
"responseObjects": [
|
|
7528
|
+
{
|
|
7529
|
+
"type": "default",
|
|
7530
|
+
"key": "",
|
|
7531
|
+
"mockFile": "mockdatafiles/getDcimVirtualDeviceContexts-default.json"
|
|
7532
|
+
}
|
|
7533
|
+
]
|
|
7534
|
+
},
|
|
7535
|
+
{
|
|
7536
|
+
"name": "postDcimVirtualDeviceContexts",
|
|
7537
|
+
"protocol": "REST",
|
|
7538
|
+
"method": "POST",
|
|
7539
|
+
"entitypath": "{base_path}/{version}/dcim/virtual-device-contexts/?{query}",
|
|
7540
|
+
"requestSchema": "schema.json",
|
|
7541
|
+
"responseSchema": "schema.json",
|
|
7542
|
+
"timeout": 0,
|
|
7543
|
+
"sendEmpty": false,
|
|
7544
|
+
"requestDatatype": "JSON",
|
|
7545
|
+
"responseDatatype": "JSON",
|
|
7546
|
+
"headers": {},
|
|
7547
|
+
"responseObjects": [
|
|
7548
|
+
{
|
|
7549
|
+
"type": "default",
|
|
7550
|
+
"key": "",
|
|
7551
|
+
"mockFile": ""
|
|
7552
|
+
}
|
|
7553
|
+
]
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"name": "putDcimVirtualDeviceContexts",
|
|
7557
|
+
"protocol": "REST",
|
|
7558
|
+
"method": "PUT",
|
|
7559
|
+
"entitypath": "{base_path}/{version}/dcim/virtual-device-contexts/?{query}",
|
|
7560
|
+
"requestSchema": "schema.json",
|
|
7561
|
+
"responseSchema": "schema.json",
|
|
7562
|
+
"timeout": 0,
|
|
7563
|
+
"sendEmpty": false,
|
|
7564
|
+
"requestDatatype": "JSON",
|
|
7565
|
+
"responseDatatype": "JSON",
|
|
7566
|
+
"headers": {},
|
|
7567
|
+
"responseObjects": [
|
|
7568
|
+
{
|
|
7569
|
+
"type": "default",
|
|
7570
|
+
"key": "",
|
|
7571
|
+
"mockFile": ""
|
|
7572
|
+
}
|
|
7573
|
+
]
|
|
7574
|
+
},
|
|
7575
|
+
{
|
|
7576
|
+
"name": "patchDcimVirtualDeviceContexts",
|
|
7577
|
+
"protocol": "REST",
|
|
7578
|
+
"method": "PATCH",
|
|
7579
|
+
"entitypath": "{base_path}/{version}/dcim/virtual-device-contexts/?{query}",
|
|
7580
|
+
"requestSchema": "schema.json",
|
|
7581
|
+
"responseSchema": "schema.json",
|
|
7582
|
+
"timeout": 0,
|
|
7583
|
+
"sendEmpty": false,
|
|
7584
|
+
"requestDatatype": "JSON",
|
|
7585
|
+
"responseDatatype": "JSON",
|
|
7586
|
+
"headers": {},
|
|
7587
|
+
"responseObjects": [
|
|
7588
|
+
{
|
|
7589
|
+
"type": "default",
|
|
7590
|
+
"key": "",
|
|
7591
|
+
"mockFile": ""
|
|
7592
|
+
}
|
|
7593
|
+
]
|
|
7594
|
+
},
|
|
7595
|
+
{
|
|
7596
|
+
"name": "deleteDcimVirtualDeviceContexts",
|
|
7597
|
+
"protocol": "REST",
|
|
7598
|
+
"method": "DELETE",
|
|
7599
|
+
"entitypath": "{base_path}/{version}/dcim/virtual-device-contexts/?{query}",
|
|
7600
|
+
"requestSchema": "schema.json",
|
|
7601
|
+
"responseSchema": "schema.json",
|
|
7602
|
+
"timeout": 0,
|
|
7603
|
+
"sendEmpty": false,
|
|
7604
|
+
"requestDatatype": "JSON",
|
|
7605
|
+
"responseDatatype": "JSON",
|
|
7606
|
+
"headers": {},
|
|
7607
|
+
"responseObjects": [
|
|
7608
|
+
{
|
|
7609
|
+
"type": "default",
|
|
7610
|
+
"key": "",
|
|
7611
|
+
"mockFile": ""
|
|
7612
|
+
}
|
|
7613
|
+
]
|
|
7614
|
+
},
|
|
7615
|
+
{
|
|
7616
|
+
"name": "getDcimVirtualDeviceContextsId",
|
|
7617
|
+
"protocol": "REST",
|
|
7618
|
+
"method": "GET",
|
|
7619
|
+
"entitypath": "{base_path}/{version}/dcim/virtual-device-contexts/{pathv1}/?{query}",
|
|
7620
|
+
"requestSchema": "schema.json",
|
|
7621
|
+
"responseSchema": "schema.json",
|
|
7622
|
+
"timeout": 0,
|
|
7623
|
+
"sendEmpty": false,
|
|
7624
|
+
"sendGetBody": false,
|
|
7625
|
+
"requestDatatype": "JSON",
|
|
7626
|
+
"responseDatatype": "JSON",
|
|
7627
|
+
"headers": {},
|
|
7628
|
+
"responseObjects": [
|
|
7629
|
+
{
|
|
7630
|
+
"type": "default",
|
|
7631
|
+
"key": "",
|
|
7632
|
+
"mockFile": ""
|
|
7633
|
+
}
|
|
7634
|
+
]
|
|
7635
|
+
},
|
|
7636
|
+
{
|
|
7637
|
+
"name": "putDcimVirtualDeviceContextsId",
|
|
7638
|
+
"protocol": "REST",
|
|
7639
|
+
"method": "PUT",
|
|
7640
|
+
"entitypath": "{base_path}/{version}/dcim/virtual-device-contexts/{pathv1}/?{query}",
|
|
7641
|
+
"requestSchema": "schema.json",
|
|
7642
|
+
"responseSchema": "schema.json",
|
|
7643
|
+
"timeout": 0,
|
|
7644
|
+
"sendEmpty": false,
|
|
7645
|
+
"requestDatatype": "JSON",
|
|
7646
|
+
"responseDatatype": "JSON",
|
|
7647
|
+
"headers": {},
|
|
7648
|
+
"responseObjects": [
|
|
7649
|
+
{
|
|
7650
|
+
"type": "default",
|
|
7651
|
+
"key": "",
|
|
7652
|
+
"mockFile": ""
|
|
7653
|
+
}
|
|
7654
|
+
]
|
|
7655
|
+
},
|
|
7656
|
+
{
|
|
7657
|
+
"name": "patchDcimVirtualDeviceContextsId",
|
|
7658
|
+
"protocol": "REST",
|
|
7659
|
+
"method": "PATCH",
|
|
7660
|
+
"entitypath": "{base_path}/{version}/dcim/virtual-device-contexts/{pathv1}/?{query}",
|
|
7661
|
+
"requestSchema": "schema.json",
|
|
7662
|
+
"responseSchema": "schema.json",
|
|
7663
|
+
"timeout": 0,
|
|
7664
|
+
"sendEmpty": false,
|
|
7665
|
+
"requestDatatype": "JSON",
|
|
7666
|
+
"responseDatatype": "JSON",
|
|
7667
|
+
"headers": {},
|
|
7668
|
+
"responseObjects": [
|
|
7669
|
+
{
|
|
7670
|
+
"type": "default",
|
|
7671
|
+
"key": "",
|
|
7672
|
+
"mockFile": ""
|
|
7673
|
+
}
|
|
7674
|
+
]
|
|
7675
|
+
},
|
|
7676
|
+
{
|
|
7677
|
+
"name": "deleteDcimVirtualDeviceContextsId",
|
|
7678
|
+
"protocol": "REST",
|
|
7679
|
+
"method": "DELETE",
|
|
7680
|
+
"entitypath": "{base_path}/{version}/dcim/virtual-device-contexts/{pathv1}/?{query}",
|
|
7681
|
+
"requestSchema": "schema.json",
|
|
7682
|
+
"responseSchema": "schema.json",
|
|
7683
|
+
"timeout": 0,
|
|
7684
|
+
"sendEmpty": false,
|
|
7685
|
+
"requestDatatype": "JSON",
|
|
7686
|
+
"responseDatatype": "JSON",
|
|
7687
|
+
"headers": {},
|
|
7688
|
+
"responseObjects": [
|
|
7689
|
+
{
|
|
7690
|
+
"type": "default",
|
|
7691
|
+
"key": "",
|
|
7692
|
+
"mockFile": ""
|
|
7693
|
+
}
|
|
7694
|
+
]
|
|
7513
7695
|
}
|
|
7514
7696
|
]
|
|
7515
7697
|
}
|