Răsfoiți Sursa

Updated docs for IPNetworkVar and FileVar

Jeremy Stretch 6 ani în urmă
părinte
comite
2929621651
1 a modificat fișierele cu 8 adăugiri și 0 ștergeri
  1. 8 0
      docs/additional-features/custom-scripts.md

+ 8 - 0
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/)
 * `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
 ### Default Options
 
 
 All variables support the following default options:
 All variables support the following default options: