We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5930103 commit 2d29fb2Copy full SHA for 2d29fb2
pynetbox/models/virtualization.py
@@ -13,7 +13,7 @@
13
See the License for the specific language governing permissions and
14
limitations under the License.
15
"""
16
-from pynetbox.core.response import Record
+from pynetbox.core.response import Record, JsonField
17
from pynetbox.models.ipam import IpAddresses
18
19
@@ -22,3 +22,5 @@ class VirtualMachines(Record):
22
primary_ip = IpAddresses
23
primary_ip4 = IpAddresses
24
primary_ip6 = IpAddresses
25
+
26
+ config_context = JsonField
0 commit comments