53 lines
2.5 KiB
Diff
53 lines
2.5 KiB
Diff
--- apidoc.js 2018-07-10 06:05:33.000000000 -0400
|
|
+++ apidoc.js.new 2018-07-30 22:21:11.479045222 -0400
|
|
@@ -27584,6 +27584,24 @@
|
|
"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>"
|
|
+ },
|
|
"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",
|
|
@@ -27949,6 +27967,24 @@
|
|
"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>"
|
|
+ },
|
|
"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",
|