--- apidoc-5.2-9.js 2018-11-10 14:28:44.022355849 -0500 +++ apidoc.js 2018-11-10 15:49:38.873720011 -0500 @@ -32448,6 +32448,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" : "" + }, "fuse" : { "description" : "Mount CephFS through FUSE.", "optional" : 1, @@ -32604,6 +32629,12 @@ "type" : "boolean", "typetext" : "" }, + "target" : { + "description" : "iSCSI target.", + "optional" : 1, + "type" : "string", + "typetext" : "" + }, "transport" : { "description" : "Gluster transport: tcp or rdma", "enum" : [ @@ -32810,6 +32841,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" : "" }, "fuse" : { "description" : "Mount CephFS through FUSE.",