@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
|
@@ -1685,6 +1685,188 @@
|
|
|
1685
1685
|
"mockFile": ""
|
|
1686
1686
|
}
|
|
1687
1687
|
]
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "getExtrasSavedFilters",
|
|
1691
|
+
"protocol": "REST",
|
|
1692
|
+
"method": "GET",
|
|
1693
|
+
"entitypath": "{base_path}/{version}/extras/saved-filters/?{query}",
|
|
1694
|
+
"requestSchema": "schema.json",
|
|
1695
|
+
"responseSchema": "schema.json",
|
|
1696
|
+
"timeout": 0,
|
|
1697
|
+
"sendEmpty": false,
|
|
1698
|
+
"sendGetBody": false,
|
|
1699
|
+
"requestDatatype": "JSON",
|
|
1700
|
+
"responseDatatype": "JSON",
|
|
1701
|
+
"headers": {},
|
|
1702
|
+
"responseObjects": [
|
|
1703
|
+
{
|
|
1704
|
+
"type": "default",
|
|
1705
|
+
"key": "",
|
|
1706
|
+
"mockFile": "mockdatafiles/getExtrasSavedFilters-default.json"
|
|
1707
|
+
}
|
|
1708
|
+
]
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "postExtrasSavedFilters",
|
|
1712
|
+
"protocol": "REST",
|
|
1713
|
+
"method": "POST",
|
|
1714
|
+
"entitypath": "{base_path}/{version}/extras/saved-filters/?{query}",
|
|
1715
|
+
"requestSchema": "schema.json",
|
|
1716
|
+
"responseSchema": "schema.json",
|
|
1717
|
+
"timeout": 0,
|
|
1718
|
+
"sendEmpty": false,
|
|
1719
|
+
"requestDatatype": "JSON",
|
|
1720
|
+
"responseDatatype": "JSON",
|
|
1721
|
+
"headers": {},
|
|
1722
|
+
"responseObjects": [
|
|
1723
|
+
{
|
|
1724
|
+
"type": "default",
|
|
1725
|
+
"key": "",
|
|
1726
|
+
"mockFile": ""
|
|
1727
|
+
}
|
|
1728
|
+
]
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "putExtrasSavedFilters",
|
|
1732
|
+
"protocol": "REST",
|
|
1733
|
+
"method": "PUT",
|
|
1734
|
+
"entitypath": "{base_path}/{version}/extras/saved-filters/?{query}",
|
|
1735
|
+
"requestSchema": "schema.json",
|
|
1736
|
+
"responseSchema": "schema.json",
|
|
1737
|
+
"timeout": 0,
|
|
1738
|
+
"sendEmpty": false,
|
|
1739
|
+
"requestDatatype": "JSON",
|
|
1740
|
+
"responseDatatype": "JSON",
|
|
1741
|
+
"headers": {},
|
|
1742
|
+
"responseObjects": [
|
|
1743
|
+
{
|
|
1744
|
+
"type": "default",
|
|
1745
|
+
"key": "",
|
|
1746
|
+
"mockFile": ""
|
|
1747
|
+
}
|
|
1748
|
+
]
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "patchExtrasSavedFilters",
|
|
1752
|
+
"protocol": "REST",
|
|
1753
|
+
"method": "PATCH",
|
|
1754
|
+
"entitypath": "{base_path}/{version}/extras/saved-filters/?{query}",
|
|
1755
|
+
"requestSchema": "schema.json",
|
|
1756
|
+
"responseSchema": "schema.json",
|
|
1757
|
+
"timeout": 0,
|
|
1758
|
+
"sendEmpty": false,
|
|
1759
|
+
"requestDatatype": "JSON",
|
|
1760
|
+
"responseDatatype": "JSON",
|
|
1761
|
+
"headers": {},
|
|
1762
|
+
"responseObjects": [
|
|
1763
|
+
{
|
|
1764
|
+
"type": "default",
|
|
1765
|
+
"key": "",
|
|
1766
|
+
"mockFile": ""
|
|
1767
|
+
}
|
|
1768
|
+
]
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"name": "deleteExtrasSavedFilters",
|
|
1772
|
+
"protocol": "REST",
|
|
1773
|
+
"method": "DELETE",
|
|
1774
|
+
"entitypath": "{base_path}/{version}/extras/saved-filters/?{query}",
|
|
1775
|
+
"requestSchema": "schema.json",
|
|
1776
|
+
"responseSchema": "schema.json",
|
|
1777
|
+
"timeout": 0,
|
|
1778
|
+
"sendEmpty": false,
|
|
1779
|
+
"requestDatatype": "JSON",
|
|
1780
|
+
"responseDatatype": "JSON",
|
|
1781
|
+
"headers": {},
|
|
1782
|
+
"responseObjects": [
|
|
1783
|
+
{
|
|
1784
|
+
"type": "default",
|
|
1785
|
+
"key": "",
|
|
1786
|
+
"mockFile": ""
|
|
1787
|
+
}
|
|
1788
|
+
]
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "getExtrasSavedFiltersId",
|
|
1792
|
+
"protocol": "REST",
|
|
1793
|
+
"method": "GET",
|
|
1794
|
+
"entitypath": "{base_path}/{version}/extras/saved-filters/{pathv1}/?{query}",
|
|
1795
|
+
"requestSchema": "schema.json",
|
|
1796
|
+
"responseSchema": "schema.json",
|
|
1797
|
+
"timeout": 0,
|
|
1798
|
+
"sendEmpty": false,
|
|
1799
|
+
"sendGetBody": false,
|
|
1800
|
+
"requestDatatype": "JSON",
|
|
1801
|
+
"responseDatatype": "JSON",
|
|
1802
|
+
"headers": {},
|
|
1803
|
+
"responseObjects": [
|
|
1804
|
+
{
|
|
1805
|
+
"type": "default",
|
|
1806
|
+
"key": "",
|
|
1807
|
+
"mockFile": ""
|
|
1808
|
+
}
|
|
1809
|
+
]
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"name": "putExtrasSavedFiltersId",
|
|
1813
|
+
"protocol": "REST",
|
|
1814
|
+
"method": "PUT",
|
|
1815
|
+
"entitypath": "{base_path}/{version}/extras/saved-filters/{pathv1}/?{query}",
|
|
1816
|
+
"requestSchema": "schema.json",
|
|
1817
|
+
"responseSchema": "schema.json",
|
|
1818
|
+
"timeout": 0,
|
|
1819
|
+
"sendEmpty": false,
|
|
1820
|
+
"requestDatatype": "JSON",
|
|
1821
|
+
"responseDatatype": "JSON",
|
|
1822
|
+
"headers": {},
|
|
1823
|
+
"responseObjects": [
|
|
1824
|
+
{
|
|
1825
|
+
"type": "default",
|
|
1826
|
+
"key": "",
|
|
1827
|
+
"mockFile": ""
|
|
1828
|
+
}
|
|
1829
|
+
]
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"name": "patchExtrasSavedFiltersId",
|
|
1833
|
+
"protocol": "REST",
|
|
1834
|
+
"method": "PATCH",
|
|
1835
|
+
"entitypath": "{base_path}/{version}/extras/saved-filters/{pathv1}/?{query}",
|
|
1836
|
+
"requestSchema": "schema.json",
|
|
1837
|
+
"responseSchema": "schema.json",
|
|
1838
|
+
"timeout": 0,
|
|
1839
|
+
"sendEmpty": false,
|
|
1840
|
+
"requestDatatype": "JSON",
|
|
1841
|
+
"responseDatatype": "JSON",
|
|
1842
|
+
"headers": {},
|
|
1843
|
+
"responseObjects": [
|
|
1844
|
+
{
|
|
1845
|
+
"type": "default",
|
|
1846
|
+
"key": "",
|
|
1847
|
+
"mockFile": ""
|
|
1848
|
+
}
|
|
1849
|
+
]
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"name": "deleteExtrasSavedFiltersId",
|
|
1853
|
+
"protocol": "REST",
|
|
1854
|
+
"method": "DELETE",
|
|
1855
|
+
"entitypath": "{base_path}/{version}/extras/saved-filters/{pathv1}/?{query}",
|
|
1856
|
+
"requestSchema": "schema.json",
|
|
1857
|
+
"responseSchema": "schema.json",
|
|
1858
|
+
"timeout": 0,
|
|
1859
|
+
"sendEmpty": false,
|
|
1860
|
+
"requestDatatype": "JSON",
|
|
1861
|
+
"responseDatatype": "JSON",
|
|
1862
|
+
"headers": {},
|
|
1863
|
+
"responseObjects": [
|
|
1864
|
+
{
|
|
1865
|
+
"type": "default",
|
|
1866
|
+
"key": "",
|
|
1867
|
+
"mockFile": ""
|
|
1868
|
+
}
|
|
1869
|
+
]
|
|
1688
1870
|
}
|
|
1689
1871
|
]
|
|
1690
1872
|
}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
{
|
|
2
|
+
"count": 8,
|
|
3
|
+
"next": "string",
|
|
4
|
+
"previous": "string",
|
|
5
|
+
"results": [
|
|
6
|
+
{
|
|
7
|
+
"id": 8,
|
|
8
|
+
"url": "string",
|
|
9
|
+
"display": "string",
|
|
10
|
+
"content_types": [
|
|
11
|
+
"string",
|
|
12
|
+
"string",
|
|
13
|
+
"string",
|
|
14
|
+
"string",
|
|
15
|
+
"string",
|
|
16
|
+
"string",
|
|
17
|
+
"string"
|
|
18
|
+
],
|
|
19
|
+
"name": "string",
|
|
20
|
+
"slug": "string",
|
|
21
|
+
"description": "string",
|
|
22
|
+
"user": 9,
|
|
23
|
+
"weight": 10,
|
|
24
|
+
"enabled": false,
|
|
25
|
+
"shared": false,
|
|
26
|
+
"parameters": {},
|
|
27
|
+
"created": "string",
|
|
28
|
+
"last_updated": "string"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": 8,
|
|
32
|
+
"url": "string",
|
|
33
|
+
"display": "string",
|
|
34
|
+
"content_types": [
|
|
35
|
+
"string",
|
|
36
|
+
"string",
|
|
37
|
+
"string",
|
|
38
|
+
"string",
|
|
39
|
+
"string",
|
|
40
|
+
"string",
|
|
41
|
+
"string",
|
|
42
|
+
"string",
|
|
43
|
+
"string",
|
|
44
|
+
"string"
|
|
45
|
+
],
|
|
46
|
+
"name": "string",
|
|
47
|
+
"slug": "string",
|
|
48
|
+
"description": "string",
|
|
49
|
+
"user": 10,
|
|
50
|
+
"weight": 8,
|
|
51
|
+
"enabled": true,
|
|
52
|
+
"shared": true,
|
|
53
|
+
"parameters": {},
|
|
54
|
+
"created": "string",
|
|
55
|
+
"last_updated": "string"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": 10,
|
|
59
|
+
"url": "string",
|
|
60
|
+
"display": "string",
|
|
61
|
+
"content_types": [
|
|
62
|
+
"string",
|
|
63
|
+
"string",
|
|
64
|
+
"string",
|
|
65
|
+
"string",
|
|
66
|
+
"string",
|
|
67
|
+
"string",
|
|
68
|
+
"string",
|
|
69
|
+
"string"
|
|
70
|
+
],
|
|
71
|
+
"name": "string",
|
|
72
|
+
"slug": "string",
|
|
73
|
+
"description": "string",
|
|
74
|
+
"user": 1,
|
|
75
|
+
"weight": 7,
|
|
76
|
+
"enabled": false,
|
|
77
|
+
"shared": true,
|
|
78
|
+
"parameters": {},
|
|
79
|
+
"created": "string",
|
|
80
|
+
"last_updated": "string"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": 10,
|
|
84
|
+
"url": "string",
|
|
85
|
+
"display": "string",
|
|
86
|
+
"content_types": [
|
|
87
|
+
"string",
|
|
88
|
+
"string",
|
|
89
|
+
"string",
|
|
90
|
+
"string"
|
|
91
|
+
],
|
|
92
|
+
"name": "string",
|
|
93
|
+
"slug": "string",
|
|
94
|
+
"description": "string",
|
|
95
|
+
"user": 9,
|
|
96
|
+
"weight": 9,
|
|
97
|
+
"enabled": false,
|
|
98
|
+
"shared": true,
|
|
99
|
+
"parameters": {},
|
|
100
|
+
"created": "string",
|
|
101
|
+
"last_updated": "string"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"id": 1,
|
|
105
|
+
"url": "string",
|
|
106
|
+
"display": "string",
|
|
107
|
+
"content_types": [
|
|
108
|
+
"string",
|
|
109
|
+
"string",
|
|
110
|
+
"string",
|
|
111
|
+
"string",
|
|
112
|
+
"string",
|
|
113
|
+
"string",
|
|
114
|
+
"string",
|
|
115
|
+
"string",
|
|
116
|
+
"string",
|
|
117
|
+
"string"
|
|
118
|
+
],
|
|
119
|
+
"name": "string",
|
|
120
|
+
"slug": "string",
|
|
121
|
+
"description": "string",
|
|
122
|
+
"user": 10,
|
|
123
|
+
"weight": 1,
|
|
124
|
+
"enabled": false,
|
|
125
|
+
"shared": true,
|
|
126
|
+
"parameters": {},
|
|
127
|
+
"created": "string",
|
|
128
|
+
"last_updated": "string"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": 8,
|
|
132
|
+
"url": "string",
|
|
133
|
+
"display": "string",
|
|
134
|
+
"content_types": [
|
|
135
|
+
"string",
|
|
136
|
+
"string",
|
|
137
|
+
"string",
|
|
138
|
+
"string",
|
|
139
|
+
"string",
|
|
140
|
+
"string",
|
|
141
|
+
"string",
|
|
142
|
+
"string"
|
|
143
|
+
],
|
|
144
|
+
"name": "string",
|
|
145
|
+
"slug": "string",
|
|
146
|
+
"description": "string",
|
|
147
|
+
"user": 7,
|
|
148
|
+
"weight": 4,
|
|
149
|
+
"enabled": false,
|
|
150
|
+
"shared": false,
|
|
151
|
+
"parameters": {},
|
|
152
|
+
"created": "string",
|
|
153
|
+
"last_updated": "string"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": 6,
|
|
157
|
+
"url": "string",
|
|
158
|
+
"display": "string",
|
|
159
|
+
"content_types": [
|
|
160
|
+
"string",
|
|
161
|
+
"string",
|
|
162
|
+
"string",
|
|
163
|
+
"string"
|
|
164
|
+
],
|
|
165
|
+
"name": "string",
|
|
166
|
+
"slug": "string",
|
|
167
|
+
"description": "string",
|
|
168
|
+
"user": 2,
|
|
169
|
+
"weight": 7,
|
|
170
|
+
"enabled": true,
|
|
171
|
+
"shared": true,
|
|
172
|
+
"parameters": {},
|
|
173
|
+
"created": "string",
|
|
174
|
+
"last_updated": "string"
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
}
|
|
@@ -92,7 +92,16 @@
|
|
|
92
92
|
"getExtrasWebhooksId",
|
|
93
93
|
"putExtrasWebhooksId",
|
|
94
94
|
"patchExtrasWebhooksId",
|
|
95
|
-
"deleteExtrasWebhooksId"
|
|
95
|
+
"deleteExtrasWebhooksId",
|
|
96
|
+
"getExtrasSavedFilters",
|
|
97
|
+
"postExtrasSavedFilters",
|
|
98
|
+
"putExtrasSavedFilters",
|
|
99
|
+
"patchExtrasSavedFilters",
|
|
100
|
+
"deleteExtrasSavedFilters",
|
|
101
|
+
"getExtrasSavedFiltersId",
|
|
102
|
+
"putExtrasSavedFiltersId",
|
|
103
|
+
"patchExtrasSavedFiltersId",
|
|
104
|
+
"deleteExtrasSavedFiltersId"
|
|
96
105
|
],
|
|
97
106
|
"external_name": "ph_request_type"
|
|
98
107
|
},
|