92 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			Diff
		
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			Diff
		
	
	
	
--- apidoc.js.orig	2024-01-06 13:02:06.730512378 -0500
 | 
						|
+++ apidoc.js	2024-01-06 13:02:55.349787105 -0500
 | 
						|
@@ -50336,6 +50336,37 @@
 | 
						|
                            "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 (Deprecated)",
 | 
						|
+                           "optional" : 1,
 | 
						|
+                           "type" : "string",
 | 
						|
+                           "typetext" : "<string>"
 | 
						|
+                        },
 | 
						|
+                        "truenas_secret" : {
 | 
						|
+                           "description" : "TrueNAS Secret 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>"
 | 
						|
+                        },
 | 
						|
                         "fuse" : {
 | 
						|
                            "description" : "Mount CephFS through FUSE.",
 | 
						|
                            "optional" : 1,
 | 
						|
@@ -50555,6 +50586,12 @@
 | 
						|
                            "type" : "boolean",
 | 
						|
                            "typetext" : "<boolean>"
 | 
						|
                         },
 | 
						|
+                        "target" : {
 | 
						|
+                           "description" : "iSCSI target.",
 | 
						|
+                           "optional" : 1,
 | 
						|
+                           "type" : "string",
 | 
						|
+                           "typetext" : "<string>"
 | 
						|
+                        },
 | 
						|
                         "transport" : {
 | 
						|
                            "description" : "Gluster transport: tcp or rdma",
 | 
						|
                            "enum" : [
 | 
						|
@@ -50854,6 +50891,37 @@
 | 
						|
                      "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 (Deprecated)",
 | 
						|
+                     "optional" : 1,
 | 
						|
+                     "type" : "string",
 | 
						|
+                     "typetext" : "<string>"
 | 
						|
+                  },
 | 
						|
+                  "truenas_secret" : {
 | 
						|
+                     "description" : "TrueNAS secret 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>"
 | 
						|
                   },
 | 
						|
                   "fuse" : {
 | 
						|
                      "description" : "Mount CephFS through FUSE.",
 |