67 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
--- apidoc.js.orig	2018-08-19 10:18:11.715767285 -0400
 | 
						|
+++ apidoc.js.new	2018-08-19 10:17:09.364282178 -0400
 | 
						|
@@ -27584,6 +27584,31 @@
 | 
						|
                            "type" : "string",
 | 
						|
                            "typetext" : "<string>"
 | 
						|
                         },
 | 
						|
+                        "freenas_user" : {
 | 
						|
+                           "description" : "FreeNAS user for API access",
 | 
						|
+                           "optional" : 1,
 | 
						|
+                           "type" : "string",
 | 
						|
+                           "typetext" : "<string>"
 | 
						|
+                        },
 | 
						|
+                        "freenas_password" : {
 | 
						|
+                           "description" : "FreeNAS password for API access",
 | 
						|
+                           "optional" : 1,
 | 
						|
+                           "type" : "string",
 | 
						|
+                           "typetext" : "<string>"
 | 
						|
+                        },
 | 
						|
+                        "freenas_use_ssl" : {
 | 
						|
+                           "description" : "FreeNAS API access via SSL",
 | 
						|
+                           "optional" : 1,
 | 
						|
+                           "type" : "boolean",
 | 
						|
+                           "typetext" : "<boolean>"
 | 
						|
+                        },
 | 
						|
+                        "freenas_apiv4_host" : {
 | 
						|
+                           "description" : "FreeNAS API Host via IPv4",
 | 
						|
+                           "format" : "address",
 | 
						|
+                           "optional" : 1,
 | 
						|
+                           "type" : "string",
 | 
						|
+                           "typetext" : "<string>"
 | 
						|
+                        },
 | 
						|
                         "content" : {
 | 
						|
                            "description" : "Allowed content types.\n\nNOTE: the value 'rootdir' is used for Containers, and value 'images' for VMs.\n",
 | 
						|
                            "format" : "pve-storage-content-list",
 | 
						|
@@ -27948,6 +27973,31 @@
 | 
						|
                      "optional" : 1,
 | 
						|
                      "type" : "string",
 | 
						|
                      "typetext" : "<string>"
 | 
						|
+                  },
 | 
						|
+                  "freenas_user" : {
 | 
						|
+                     "description" : "FreeNAS user for API access",
 | 
						|
+                     "optional" : 1,
 | 
						|
+                     "type" : "string",
 | 
						|
+                     "typetext" : "<string>"
 | 
						|
+                  },
 | 
						|
+                  "freenas_password" : {
 | 
						|
+                     "description" : "FreeNAS password for API access",
 | 
						|
+                     "optional" : 1,
 | 
						|
+                     "type" : "string",
 | 
						|
+                     "typetext" : "<string>"
 | 
						|
+                  },
 | 
						|
+                  "freenas_use_ssl" : {
 | 
						|
+                     "description" : "FreeNAS API access via SSL",
 | 
						|
+                     "optional" : 1,
 | 
						|
+                     "type" : "boolean",
 | 
						|
+                     "typetext" : "<boolean>"
 | 
						|
+                  },
 | 
						|
+                  "freenas_apiv4_host" : {
 | 
						|
+                     "description" : "FreeNAS API Host via IPv4",
 | 
						|
+                     "format" : "address",
 | 
						|
+                     "optional" : 1,
 | 
						|
+                     "type" : "string",
 | 
						|
+                     "typetext" : "<string>"
 | 
						|
                   },
 | 
						|
                   "content" : {
 | 
						|
                      "description" : "Allowed content types.\n\nNOTE: the value 'rootdir' is used for Containers, and value 'images' for VMs.\n",
 |