From 2929621651aaf3c57ee2a0d10150770ed28313d6 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 16 Aug 2019 15:31:29 -0400 Subject: [PATCH] Updated docs for IPNetworkVar and FileVar --- docs/additional-features/custom-scripts.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/additional-features/custom-scripts.md b/docs/additional-features/custom-scripts.md index bdcd8967d..328bb617d 100644 --- a/docs/additional-features/custom-scripts.md +++ b/docs/additional-features/custom-scripts.md @@ -117,6 +117,14 @@ A NetBox object. The list of available objects is defined by the queryset parame * `queryset` - A [Django queryset](https://docs.djangoproject.com/en/stable/topics/db/queries/) +### FileVar + +An uploaded file. Note that uploaded files are present in memory only for the duration of the script's execution: They will not be save for future use. + +### IPNetworkVar + +An IPv4 or IPv6 network with a mask. + ### Default Options All variables support the following default options: