--- 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" : "" }, + "freenas_user" : { + "description" : "FreeNAS user for API access", + "optional" : 1, + "type" : "string", + "typetext" : "" + }, + "freenas_password" : { + "description" : "FreeNAS password for API access", + "optional" : 1, + "type" : "string", + "typetext" : "" + }, + "freenas_use_ssl" : { + "description" : "FreeNAS API access via SSL", + "optional" : 1, + "type" : "boolean", + "typetext" : "" + }, + "freenas_apiv4_host" : { + "description" : "FreeNAS API Host via IPv4", + "format" : "address", + "optional" : 1, + "type" : "string", + "typetext" : "" + }, "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" : "" + }, + "freenas_user" : { + "description" : "FreeNAS user for API access", + "optional" : 1, + "type" : "string", + "typetext" : "" + }, + "freenas_password" : { + "description" : "FreeNAS password for API access", + "optional" : 1, + "type" : "string", + "typetext" : "" + }, + "freenas_use_ssl" : { + "description" : "FreeNAS API access via SSL", + "optional" : 1, + "type" : "boolean", + "typetext" : "" + }, + "freenas_apiv4_host" : { + "description" : "FreeNAS API Host via IPv4", + "format" : "address", + "optional" : 1, + "type" : "string", + "typetext" : "" }, "content" : { "description" : "Allowed content types.\n\nNOTE: the value 'rootdir' is used for Containers, and value 'images' for VMs.\n",