--- apidoc.js.orig 2019-04-08 02:02:09.000000000 -0400 +++ apidoc.js 2019-05-11 10:34:28.305764709 -0400 @@ -34385,6 +34385,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, @@ -34541,6 +34566,12 @@ "type" : "boolean", "typetext" : "" }, + "target" : { + "description" : "iSCSI target.", + "optional" : 1, + "type" : "string", + "typetext" : "" + }, "transport" : { "description" : "Gluster transport: tcp or rdma", "enum" : [ @@ -34748,6 +34779,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.",