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.
2 parents 5930103 + 24ba3d2 commit 7fcd3fdCopy full SHA for 7fcd3fd
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,4 @@ class VirtualMachines(Record):
22
primary_ip = IpAddresses
23
primary_ip4 = IpAddresses
24
primary_ip6 = IpAddresses
25
+ config_context = JsonField
0 commit comments