To use this cli, we need to first Install Nodejs, then run the following command.
npm i -g namirasoft-nws-volume-api-v1
Returns the application health status
ns-nws-volume healthz get
Returns the application liveness status
ns-nws-volume health liveness
Returns the application readiness status
ns-nws-volume health readiness
Returns the application metrics
ns-nws-volume metrics get
Returns the value list of a given table and column
ns-nws-volume value list {table} {column} {search} {field_id} {limit}
Returns the volume category list
ns-nws-volume volumecategory list {filters} {page} {size} {sorts}
Returns a volume category by id.
ns-nws-volume volumecategory get {id}
Creates a new volume category for an entity
ns-nws-volume volumecategory create
--category_id (String)
Deletes a volume category by an id.
ns-nws-volume volumecategory delete {id}
Returns the volume field list
ns-nws-volume volumefield list {filters} {page} {size} {sorts}
Returns a volume field by id.
ns-nws-volume volumefield get {id}
Creates a new volume field for an entity
ns-nws-volume volumefield create
--field_id (String)
--value (Any)
Updates a volume field by an id for an entity
ns-nws-volume volumefield update {id}
--field_id (String)
--value (Any)
Deletes a volume field by an id.
ns-nws-volume volumefield delete {id}
Returns the volume tag list
ns-nws-volume volumetag list {filters} {page} {size} {sorts}
Returns a volume tag by id.
ns-nws-volume volumetag get {id}
Creates a new volume tag for an entity
ns-nws-volume volumetag create
--name (String)
--value (String)
Updates a volume tag by an id for an entity
ns-nws-volume volumetag update {id}
--name (String)
--value (String)
Deletes a volume tag by an id.
ns-nws-volume volumetag delete {id}
Returns the volume list
ns-nws-volume volume list {filters} {page} {size} {sorts}
Returns a volume by an id
ns-nws-volume volume get {id}
Deletes a volume by an id
ns-nws-volume volume delete {id}
Creates a new awss3
ns-nws-volume awss3 create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--aws_credential_id (String)
--provider (String)
--region (String)
Updates an awss3 by an id
ns-nws-volume awss3 update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--aws_credential_id (String)
--provider (String)
--region (String)
Creates a new azure blob storage key
ns-nws-volume azureblobstoragekey create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--account (String)
--key (String)
Updates an azure blob storage key by an id
ns-nws-volume azureblobstoragekey update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--account (String)
--key (String)
Creates a new namirasoft bucket storage
ns-nws-volume namirasoftbucketstorage create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--provider (String)
--access_key_id (String)
--secret_access_key (String)
--region (String)
Updates a namirasoft bucket storage by an id
ns-nws-volume namirasoftbucketstorage update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--provider (String)
--access_key_id (String)
--secret_access_key (String)
--region (String)
Creates a new namirasoft disk fixed price
ns-nws-volume namirasoftdiskfixedprice create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--size (Integer)
Updates a namirasoft disk fixed price by an id
ns-nws-volume namirasoftdiskfixedprice update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--size (Integer)
Creates a new namirasoft disk usage based price
ns-nws-volume namirasoftdiskusagebasedprice create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--size (Integer)
Updates a namirasoft disk usage based price by an id
ns-nws-volume namirasoftdiskusagebasedprice update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--size (Integer)
Creates a new ftp
ns-nws-volume ftp create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--host (String)
--port (Integer)
--basic_auth_credential_id (String)
--tls (String)
--explicit_tls (String)
Updates an ftp by an id
ns-nws-volume ftp update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--host (String)
--port (Integer)
--basic_auth_credential_id (String)
--tls (String)
--explicit_tls (String)
Creates a new sftp
ns-nws-volume sftp create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--host (String)
--port (Integer)
--key_pem (String)
--key_file (String)
--key_file_pass (String)
--basic_auth_credential_id (String)
Updates an sftp by an id
ns-nws-volume sftp update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--host (String)
--port (Integer)
--key_pem (String)
--key_file (String)
--key_file_pass (String)
--basic_auth_credential_id (String)
Creates a new http
ns-nws-volume http create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
Updates an http by an id
ns-nws-volume http update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
Returns the user list
ns-nws-volume user list {filters} {page} {size} {sorts}
Returns an user by an id
ns-nws-volume user get {id}
Creates a new user
ns-nws-volume user create
--volume_id (String)
--name (String)
--password (String)
Updates an user by an id
ns-nws-volume user update {id}
--volume_id (String)
--name (String)
--password (String)
Deletes an user by an id
ns-nws-volume user delete {id}
Creates a new fichier
ns-nws-volume fichier create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--api_key (String)
Updates a fichier by an id
ns-nws-volume fichier update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--api_key (String)
Creates a new akamai net storage
ns-nws-volume akamainetstorage create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--host (String)
--account (String)
--secret (String)
Updates an akamai net storage by an id
ns-nws-volume akamainetstorage update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--host (String)
--account (String)
--secret (String)
Creates a new azure blob storage certificate
ns-nws-volume azureblobstoragecertificate create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--client_certificate_password (String)
--client_certificate_path (String)
--client_id (String)
--client_send_certificate_chain (String)
--tenant (String)
Updates an azure blob storage certificate by an id
ns-nws-volume azureblobstoragecertificate update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--client_certificate_password (String)
--client_certificate_path (String)
--client_id (String)
--client_send_certificate_chain (String)
--tenant (String)
Creates a new azure blob storage user pass
ns-nws-volume azureblobstorageuserpass create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--tenant (String)
--client_id (String)
--basic_auth_credential_id (String)
Updates an azure blob storage user pass by an id
ns-nws-volume azureblobstorageuserpass update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--tenant (String)
--client_id (String)
--basic_auth_credential_id (String)
Creates a new azure files certificate
ns-nws-volume azurefilescertificate create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--client_certificate_password (String)
--client_certificate_path (String)
--client_id (String)
--client_send_certificate_chain (String)
--tenant (String)
--share_name (String)
Updates an azure files certificate by an id
ns-nws-volume azurefilescertificate update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--client_certificate_password (String)
--client_certificate_path (String)
--client_id (String)
--client_send_certificate_chain (String)
--tenant (String)
--share_name (String)
Creates a new azure files connection string
ns-nws-volume azurefilesconnectionstring create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--connection_string (String)
--share_name (String)
Updates an azure files connection string by an id
ns-nws-volume azurefilesconnectionstring update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--connection_string (String)
--share_name (String)
Creates a new azure files key
ns-nws-volume azurefileskey create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--account (String)
--key (String)
--share_name (String)
Updates an azure files key by an id
ns-nws-volume azurefileskey update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--account (String)
--key (String)
--share_name (String)
Creates a new azure files s a s
ns-nws-volume azurefilessas create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--sas_url (String)
--share_name (String)
Updates an azure files s a s by an id
ns-nws-volume azurefilessas update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--sas_url (String)
--share_name (String)
Creates a new azure files user pass
ns-nws-volume azurefilesuserpass create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--tenant (String)
--client_id (String)
--basic_auth_credential_id (String)
--share_name (String)
Updates an azure files user pass by an id
ns-nws-volume azurefilesuserpass update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--tenant (String)
--client_id (String)
--basic_auth_credential_id (String)
--share_name (String)
Creates a new back blaze b2
ns-nws-volume backblazeb2 create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--account (String)
--key (String)
--hard_delete (String)
Updates a back blaze b2 by an id
ns-nws-volume backblazeb2 update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--account (String)
--key (String)
--hard_delete (String)
Creates a new box
ns-nws-volume box create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Updates a box by an id
ns-nws-volume box update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Creates a new citrixe share file
ns-nws-volume citrixesharefile create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Updates a citrixe share file by an id
ns-nws-volume citrixesharefile update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Creates a new cloudinary
ns-nws-volume cloudinary create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--cloud_name (String)
--api_key (String)
--api_secret (String)
Updates a cloudinary by an id
ns-nws-volume cloudinary update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--cloud_name (String)
--api_key (String)
--api_secret (String)
Creates a new dropbox o auth
ns-nws-volume dropboxoauth create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Updates a dropbox o auth by an id
ns-nws-volume dropboxoauth update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Creates a new file fabric
ns-nws-volume filefabric create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
--root_folder_id (String)
--token_auth_credential_id (String)
Updates a file fabric by an id
ns-nws-volume filefabric update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
--root_folder_id (String)
--token_auth_credential_id (String)
Creates a new file l u
ns-nws-volume filelu create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--key (String)
Updates a file l u by an id
ns-nws-volume filelu update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--key (String)
Creates a new g c p cloud storage o auth2
ns-nws-volume gcpcloudstorageoauth2 create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--project_number (Integer)
--token_auth_credential_id (String)
--location (String)
Updates a g c p cloud storage o auth2 by an id
ns-nws-volume gcpcloudstorageoauth2 update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--project_number (Integer)
--token_auth_credential_id (String)
--location (String)
Creates a new g c p cloud storage service account file
ns-nws-volume gcpcloudstorageserviceaccountfile create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--service_account_file (String)
--project_number (Integer)
--location (String)
Updates a g c p cloud storage service account file by an id
ns-nws-volume gcpcloudstorageserviceaccountfile update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--service_account_file (String)
--project_number (Integer)
--location (String)
Creates a new go file
ns-nws-volume gofile create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Updates a go file by an id
ns-nws-volume gofile update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Creates a new google drive o auth
ns-nws-volume googledriveoauth create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Updates a google drive o auth by an id
ns-nws-volume googledriveoauth update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Creates a new google drive service account
ns-nws-volume googledriveserviceaccount create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--scope (String)
--service_account_file (String)
Updates a google drive service account by an id
ns-nws-volume googledriveserviceaccount update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--scope (String)
--service_account_file (String)
Creates a new google photos
ns-nws-volume googlephotos create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
--read_only (Boolean)
Updates a google photos by an id
ns-nws-volume googlephotos update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
--read_only (Boolean)
Creates a new hdfs
ns-nws-volume hdfs create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--namenode (String)
--username (String)
Updates a hdfs by an id
ns-nws-volume hdfs update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--namenode (String)
--username (String)
Creates a new hi drive
ns-nws-volume hidrive create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--scope_access (String)
--token_auth_credential_id (String)
Updates a hi drive by an id
ns-nws-volume hidrive update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--scope_access (String)
--token_auth_credential_id (String)
Creates a new i cloud drive
ns-nws-volume iclouddrive create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--apple_id (String)
--password (String)
Updates an i cloud drive by an id
ns-nws-volume iclouddrive update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--apple_id (String)
--password (String)
Creates a new image kit
ns-nws-volume imagekit create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--endpoint (String)
--public_key (String)
--private_key (String)
Updates an image kit by an id
ns-nws-volume imagekit update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--endpoint (String)
--public_key (String)
--private_key (String)
Creates a new internet archive
ns-nws-volume internetarchive create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--access_key_id (String)
--secret_access_key (String)
--item_derive (String)
Updates an internet archive by an id
ns-nws-volume internetarchive update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--access_key_id (String)
--secret_access_key (String)
--item_derive (String)
Creates a new jottacloud
ns-nws-volume jottacloud create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--tokenURL (String)
--token_auth_credential_id (String)
Updates a jottacloud by an id
ns-nws-volume jottacloud update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--tokenURL (String)
--token_auth_credential_id (String)
Creates a new koofr
ns-nws-volume koofr create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--provider (String)
--endpoint (String)
--basic_auth_credential_id (String)
Updates a koofr by an id
ns-nws-volume koofr update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--provider (String)
--endpoint (String)
--basic_auth_credential_id (String)
Creates a new linkbox
ns-nws-volume linkbox create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Updates a linkbox by an id
ns-nws-volume linkbox update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Creates a new mailru
ns-nws-volume mailru create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--basic_auth_credential_id (String)
Updates a mailru by an id
ns-nws-volume mailru update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--basic_auth_credential_id (String)
Creates a new mega
ns-nws-volume mega create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--_2fa (String)
--basic_auth (String)
Updates a mega by an id
ns-nws-volume mega update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--_2fa (String)
--basic_auth (String)
Creates a new one drive o auth
ns-nws-volume onedriveoauth create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
--tenant (String)
Updates an one drive o auth by an id
ns-nws-volume onedriveoauth update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
--tenant (String)
Creates a new open drive
ns-nws-volume opendrive create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--basic_auth_credential_id (String)
Updates an open drive by an id
ns-nws-volume opendrive update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--basic_auth_credential_id (String)
Creates a new oracle object storage
ns-nws-volume oracleobjectstorage create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--provider (String)
--namespace (String)
--compartment (String)
--region (String)
Updates an oracle object storage by an id
ns-nws-volume oracleobjectstorage update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--provider (String)
--namespace (String)
--compartment (String)
--region (String)
Creates a new p cloud o auth
ns-nws-volume pcloudoauth create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Updates a p cloud o auth by an id
ns-nws-volume pcloudoauth update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Creates a new p cloud user pass
ns-nws-volume pclouduserpass create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--hostname (String)
--basic_auth_credential_id (String)
Updates a p cloud user pass by an id
ns-nws-volume pclouduserpass update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--hostname (String)
--basic_auth_credential_id (String)
Creates a new pik pak
ns-nws-volume pikpak create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--basic_auth_credential_id (String)
Updates a pik pak by an id
ns-nws-volume pikpak update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--basic_auth_credential_id (String)
Creates a new pixeldrain
ns-nws-volume pixeldrain create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--api_key (String)
Updates a pixeldrain by an id
ns-nws-volume pixeldrain update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--api_key (String)
Creates a new premiumize me
ns-nws-volume premiumizeme create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--api_key (String)
Updates a premiumize me by an id
ns-nws-volume premiumizeme update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--api_key (String)
Creates a new proton drive
ns-nws-volume protondrive create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--_2fa (String)
--basic_auth (String)
Updates a proton drive by an id
ns-nws-volume protondrive update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--_2fa (String)
--basic_auth (String)
Creates a new putio
ns-nws-volume putio create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Updates a putio by an id
ns-nws-volume putio update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Creates a new qingstor
ns-nws-volume qingstor create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--access_key_id (String)
--secret_access_key (String)
--endpoint (String)
--zone (String)
Updates a qingstor by an id
ns-nws-volume qingstor update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--access_key_id (String)
--secret_access_key (String)
--endpoint (String)
--zone (String)
Creates a new quatrix
ns-nws-volume quatrix create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--api_key (String)
--host (String)
Updates a quatrix by an id
ns-nws-volume quatrix update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--api_key (String)
--host (String)
Creates a new smb
ns-nws-volume smb create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--host (String)
--port (String)
--basic_auth_credential_id (String)
Updates a smb by an id
ns-nws-volume smb update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--host (String)
--port (String)
--basic_auth_credential_id (String)
Creates a new s3
ns-nws-volume s3 create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--provider (String)
--access_key_id (String)
--secret_access_key (String)
--region (String)
Updates a s3 by an id
ns-nws-volume s3 update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--provider (String)
--access_key_id (String)
--secret_access_key (String)
--region (String)
Creates a new seafile
ns-nws-volume seafile create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
--basic_auth (String)
--_2fa (String)
--library (String)
--library_key (String)
Updates a seafile by an id
ns-nws-volume seafile update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
--basic_auth (String)
--_2fa (String)
--library (String)
--library_key (String)
Creates a new sia
ns-nws-volume sia create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--api_url (String)
--api_password (String)
Updates a sia by an id
ns-nws-volume sia update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--api_url (String)
--api_password (String)
Creates a new storj
ns-nws-volume storj create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--access_grant (String)
Updates a storj by an id
ns-nws-volume storj update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--access_grant (String)
Creates a new swift
ns-nws-volume swift create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--user (String)
--key (String)
--auth (String)
Updates a swift by an id
ns-nws-volume swift update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--user (String)
--key (String)
--auth (String)
Creates a new ulozto
ns-nws-volume ulozto create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
--basic_auth (String)
Updates an ulozto by an id
ns-nws-volume ulozto update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
--basic_auth (String)
Creates a new web d a v bearer token
ns-nws-volume webdavbearertoken create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
--vendor (String)
--bearer_token (String)
Updates a web d a v bearer token by an id
ns-nws-volume webdavbearertoken update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
--vendor (String)
--bearer_token (String)
Creates a new web d a v user pass
ns-nws-volume webdavuserpass create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
--vendor (String)
--basic_auth_credential_id (String)
Updates a web d a v user pass by an id
ns-nws-volume webdavuserpass update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
--vendor (String)
--basic_auth_credential_id (String)
Creates a new yandex
ns-nws-volume yandex create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Updates a yandex by an id
ns-nws-volume yandex update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--token_auth_credential_id (String)
Creates a new zoho
ns-nws-volume zoho create
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--region (String)
--token_auth_credential_id (String)
Updates a zoho by an id
ns-nws-volume zoho update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--region (String)
--token_auth_credential_id (String)
{  "name": "VolumeCategory",  "type": "Object",  "required": true,  "fields": {    "id": {      "type": "Integer",      "required": true    },    "user_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "entity_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "category_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "created_at": {      "type": "DateTime",      "required": true    },    "updated_at": {      "type": "DateTime",      "required": true    }  }}
{  "name": "EntityCategoryInput",  "type": "Object",  "required": true,  "fields": {    "category_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    }  }}
{  "name": "VolumeField",  "type": "Object",  "required": true,  "fields": {    "id": {      "type": "Integer",      "required": true    },    "user_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "entity_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "field_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "value": {      "type": "String",      "required": false    },    "created_at": {      "type": "DateTime",      "required": true    },    "updated_at": {      "type": "DateTime",      "required": true    }  }}
{  "name": "EntityFieldInput",  "type": "Object",  "required": true,  "fields": {    "field_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "value": {      "type": "Any",      "required": false    }  }}
{  "name": "VolumeTag",  "type": "Object",  "required": true,  "fields": {    "id": {      "type": "Integer",      "required": true    },    "user_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "entity_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "value": {      "type": "String",      "required": false    },    "created_at": {      "type": "DateTime",      "required": true    },    "updated_at": {      "type": "DateTime",      "required": true    }  }}
{  "name": "EntityTagInput",  "type": "Object",  "required": true,  "fields": {    "name": {      "type": "String",      "required": true,      "max": 255    },    "value": {      "type": "String",      "required": false    }  }}
{  "name": "Volume",  "type": "Object",  "required": true,  "fields": {    "id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "user_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "workspace_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "type": {      "name": "VolumeType",      "type": "Enum",      "required": true,      "valids": [        "NamirasoftDiskFixedPrice",        "NamirasoftDiskUsageBasedPrice",        "NamirasoftBucketStorage",        "AWSS3",        "GCPCloudStorage",        "AzureFiles",        "AzureBlobStorage",        "GoogleDrive",        "BackBlazeB2",        "DropboxOAuth",        "OneDriveOAuth",        "Box",        "Cloudinary",        "FileScom",        "FileLU",        "FileFabric",        "_1Fichier",        "WebDAV",        "FTP",        "SFTP",        "HTTP",        "CitrixeShareFile",        "GoFile",        "GooglePhotos",        "HDFS",        "HiDrive",        "ICloudDrive",        "ImageKit",        "InternetArchive",        "Jottacloud",        "Koofr",        "Linkbox",        "Mailru",        "Mega",        "OpenDrive",        "OracleObjectStorage",        "PCloud",        "PikPak",        "Pixeldrain",        "PremiumizeMe",        "ProtonDrive",        "Putio",        "Qingstor",        "Quatrix",        "S3",        "Seafile",        "Sia",        "SMB",        "Storj",        "Swift",        "Ulozto",        "Yandex",        "Zoho",        "AkamaiNetStorage"      ]    },    "meta": {      "type": "Any",      "required": false    },    "status": {      "name": "VolumeStatus",      "type": "Enum",      "required": true,      "valids": [        "Pending",        "Modifying",        "InProgress",        "Ready",        "Failed"      ]    },    "status_message": {      "type": "String",      "required": false    },    "ui_url": {      "type": "String",      "required": false,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "created_at": {      "type": "DateTime",      "required": true    },    "updated_at": {      "type": "DateTime",      "required": true    }  }}
{  "name": "AWSS3Create",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "aws_credential_id": {      "type": "String",      "required": true    },    "provider": {      "type": "String",      "required": true    },    "region": {      "type": "String",      "required": true    }  }}
{  "name": "AWSS3Update",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "aws_credential_id": {      "type": "String",      "required": false    },    "provider": {      "type": "String",      "required": false    },    "region": {      "type": "String",      "required": false    }  }}
{  "name": "AzureBlobStorageKeyCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "account": {      "type": "String",      "required": true    },    "key": {      "type": "String",      "required": true    }  }}
{  "name": "AzureBlobStorageKeyUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "account": {      "type": "String",      "required": false    },    "key": {      "type": "String",      "required": false    }  }}
{  "name": "NamirasoftBucketStorageCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "provider": {      "type": "String",      "required": true    },    "access_key_id": {      "type": "String",      "required": true    },    "secret_access_key": {      "type": "String",      "required": true    },    "region": {      "type": "String",      "required": true    }  }}
{  "name": "NamirasoftBucketStorageUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "provider": {      "type": "String",      "required": false    },    "access_key_id": {      "type": "String",      "required": false    },    "secret_access_key": {      "type": "String",      "required": false    },    "region": {      "type": "String",      "required": false    }  }}
{  "name": "NamirasoftDiskFixedPriceCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "size": {      "type": "Integer",      "required": true    }  }}
{  "name": "NamirasoftDiskFixedPriceUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "size": {      "type": "Integer",      "required": false    }  }}
{  "name": "NamirasoftDiskUsageBasedPriceCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "size": {      "type": "Integer",      "required": true    }  }}
{  "name": "NamirasoftDiskUsageBasedPriceUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "size": {      "type": "Integer",      "required": false    }  }}
{  "name": "FTPCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "host": {      "type": "String",      "required": true    },    "port": {      "type": "Integer",      "required": true    },    "basic_auth_credential_id": {      "type": "String",      "required": true    },    "tls": {      "type": "String",      "required": true    },    "explicit_tls": {      "type": "String",      "required": true    }  }}
{  "name": "FTPUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "host": {      "type": "String",      "required": false    },    "port": {      "type": "Integer",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    },    "tls": {      "type": "String",      "required": false    },    "explicit_tls": {      "type": "String",      "required": false    }  }}
{  "name": "SFTPCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "host": {      "type": "String",      "required": true    },    "port": {      "type": "Integer",      "required": true    },    "key_pem": {      "type": "String",      "required": true    },    "key_file": {      "type": "String",      "required": true    },    "key_file_pass": {      "type": "String",      "required": true    },    "basic_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "SFTPUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "host": {      "type": "String",      "required": false    },    "port": {      "type": "Integer",      "required": false    },    "key_pem": {      "type": "String",      "required": false    },    "key_file": {      "type": "String",      "required": false    },    "key_file_pass": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "HTTPCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "url": {      "type": "String",      "required": true    }  }}
{  "name": "HTTPUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "url": {      "type": "String",      "required": false    }  }}
{  "name": "User",  "type": "Object",  "required": true,  "fields": {    "id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "user_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "volume_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "password_secret_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "access_level": {      "name": "UserAccessLevel",      "type": "Enum",      "required": true,      "valids": [        "Read",        "ReadWrite",        "Full"      ]    },    "created_at": {      "type": "DateTime",      "required": true    },    "updated_at": {      "type": "DateTime",      "required": true    }  }}
{  "name": "UserInput",  "type": "Object",  "required": true,  "fields": {    "volume_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "password": {      "type": "String",      "required": true    }  }}
{  "name": "_1FichierCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "api_key": {      "type": "String",      "required": true    }  }}
{  "name": "_1FichierUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "api_key": {      "type": "String",      "required": false    }  }}
{  "name": "AkamaiNetStorageCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "host": {      "type": "String",      "required": true    },    "account": {      "type": "String",      "required": true    },    "secret": {      "type": "String",      "required": true    }  }}
{  "name": "AkamaiNetStorageUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "host": {      "type": "String",      "required": false    },    "account": {      "type": "String",      "required": false    },    "secret": {      "type": "String",      "required": false    }  }}
{  "name": "AzureBlobStorageCertificateCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "client_certificate_password": {      "type": "String",      "required": true    },    "client_certificate_path": {      "type": "String",      "required": true    },    "client_id": {      "type": "String",      "required": true    },    "client_send_certificate_chain": {      "type": "String",      "required": true    },    "tenant": {      "type": "String",      "required": true    }  }}
{  "name": "AzureBlobStorageCertificateUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "client_certificate_password": {      "type": "String",      "required": false    },    "client_certificate_path": {      "type": "String",      "required": false    },    "client_id": {      "type": "String",      "required": false    },    "client_send_certificate_chain": {      "type": "String",      "required": false    },    "tenant": {      "type": "String",      "required": false    }  }}
{  "name": "AzureBlobStorageUserPassCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "tenant": {      "type": "String",      "required": true    },    "client_id": {      "type": "String",      "required": true    },    "basic_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "AzureBlobStorageUserPassUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "tenant": {      "type": "String",      "required": false    },    "client_id": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "AzureFilesCertificateCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "client_certificate_password": {      "type": "String",      "required": true    },    "client_certificate_path": {      "type": "String",      "required": true    },    "client_id": {      "type": "String",      "required": true    },    "client_send_certificate_chain": {      "type": "String",      "required": true    },    "tenant": {      "type": "String",      "required": true    },    "share_name": {      "type": "String",      "required": true    }  }}
{  "name": "AzureFilesCertificateUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "client_certificate_password": {      "type": "String",      "required": false    },    "client_certificate_path": {      "type": "String",      "required": false    },    "client_id": {      "type": "String",      "required": false    },    "client_send_certificate_chain": {      "type": "String",      "required": false    },    "tenant": {      "type": "String",      "required": false    },    "share_name": {      "type": "String",      "required": false    }  }}
{  "name": "AzureFilesConnectionStringCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "connection_string": {      "type": "String",      "required": true    },    "share_name": {      "type": "String",      "required": true    }  }}
{  "name": "AzureFilesConnectionStringUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "connection_string": {      "type": "String",      "required": false    },    "share_name": {      "type": "String",      "required": false    }  }}
{  "name": "AzureFilesKeyCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "account": {      "type": "String",      "required": true    },    "key": {      "type": "String",      "required": true    },    "share_name": {      "type": "String",      "required": true    }  }}
{  "name": "AzureFilesKeyUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "account": {      "type": "String",      "required": false    },    "key": {      "type": "String",      "required": false    },    "share_name": {      "type": "String",      "required": false    }  }}
{  "name": "AzureFilesSASCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "sas_url": {      "type": "String",      "required": true    },    "share_name": {      "type": "String",      "required": true    }  }}
{  "name": "AzureFilesSASUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "sas_url": {      "type": "String",      "required": false    },    "share_name": {      "type": "String",      "required": false    }  }}
{  "name": "AzureFilesUserPassCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "tenant": {      "type": "String",      "required": true    },    "client_id": {      "type": "String",      "required": true    },    "basic_auth_credential_id": {      "type": "String",      "required": true    },    "share_name": {      "type": "String",      "required": true    }  }}
{  "name": "AzureFilesUserPassUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "tenant": {      "type": "String",      "required": false    },    "client_id": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    },    "share_name": {      "type": "String",      "required": false    }  }}
{  "name": "BackBlazeB2Create",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "account": {      "type": "String",      "required": true    },    "key": {      "type": "String",      "required": true    },    "hard_delete": {      "type": "String",      "required": true    }  }}
{  "name": "BackBlazeB2Update",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "account": {      "type": "String",      "required": false    },    "key": {      "type": "String",      "required": false    },    "hard_delete": {      "type": "String",      "required": false    }  }}
{  "name": "BoxCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "BoxUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "CitrixeShareFileCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "CitrixeShareFileUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "CloudinaryCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "cloud_name": {      "type": "String",      "required": true    },    "api_key": {      "type": "String",      "required": true    },    "api_secret": {      "type": "String",      "required": true    }  }}
{  "name": "CloudinaryUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "cloud_name": {      "type": "String",      "required": false    },    "api_key": {      "type": "String",      "required": false    },    "api_secret": {      "type": "String",      "required": false    }  }}
{  "name": "DropboxCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "DropboxUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "FileFabricCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "url": {      "type": "String",      "required": true    },    "root_folder_id": {      "type": "String",      "required": true    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "FileFabricUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "url": {      "type": "String",      "required": false    },    "root_folder_id": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "FileLUCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "key": {      "type": "String",      "required": true    }  }}
{  "name": "FileLUUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "key": {      "type": "String",      "required": false    }  }}
{  "name": "GCPCloudStorageOAuth2Create",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "project_number": {      "type": "Integer",      "required": true    },    "token_auth_credential_id": {      "type": "String",      "required": true    },    "location": {      "type": "String",      "required": true    }  }}
{  "name": "GCPCloudStorageOAuth2Update",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "project_number": {      "type": "Integer",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    },    "location": {      "type": "String",      "required": false    }  }}
{  "name": "GCPCloudStorageServiceAccountFileCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "service_account_file": {      "type": "String",      "required": true    },    "project_number": {      "type": "Integer",      "required": true    },    "location": {      "type": "String",      "required": true    }  }}
{  "name": "GCPCloudStorageServiceAccountFileUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "service_account_file": {      "type": "String",      "required": false    },    "project_number": {      "type": "Integer",      "required": false    },    "location": {      "type": "String",      "required": false    }  }}
{  "name": "GoFileCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "GoFileUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "GoogleDriveOAuthCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "GoogleDriveOAuthUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "GoogleDriveServiceAccountCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "scope": {      "type": "String",      "required": true    },    "service_account_file": {      "type": "String",      "required": true    }  }}
{  "name": "GoogleDriveServiceAccountUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "scope": {      "type": "String",      "required": false    },    "service_account_file": {      "type": "String",      "required": false    }  }}
{  "name": "GooglePhotosCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    },    "read_only": {      "type": "Boolean",      "required": true    }  }}
{  "name": "GooglePhotosUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    },    "read_only": {      "type": "Boolean",      "required": false    }  }}
{  "name": "HDFSCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "namenode": {      "type": "String",      "required": true    },    "username": {      "type": "String",      "required": true    }  }}
{  "name": "HDFSUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "namenode": {      "type": "String",      "required": false    },    "username": {      "type": "String",      "required": false    }  }}
{  "name": "HiDriveCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "scope_access": {      "type": "String",      "required": true    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "HiDriveUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "scope_access": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "ICloudDriveCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "apple_id": {      "type": "String",      "required": true    },    "password": {      "type": "String",      "required": true    }  }}
{  "name": "ICloudDriveUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "apple_id": {      "type": "String",      "required": false    },    "password": {      "type": "String",      "required": false    }  }}
{  "name": "ImageKitCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "endpoint": {      "type": "String",      "required": true    },    "public_key": {      "type": "String",      "required": true    },    "private_key": {      "type": "String",      "required": true    }  }}
{  "name": "ImageKitUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "endpoint": {      "type": "String",      "required": false    },    "public_key": {      "type": "String",      "required": false    },    "private_key": {      "type": "String",      "required": false    }  }}
{  "name": "InternetArchiveCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "access_key_id": {      "type": "String",      "required": true    },    "secret_access_key": {      "type": "String",      "required": true    },    "item_derive": {      "type": "String",      "required": true    }  }}
{  "name": "InternetArchiveUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "access_key_id": {      "type": "String",      "required": false    },    "secret_access_key": {      "type": "String",      "required": false    },    "item_derive": {      "type": "String",      "required": false    }  }}
{  "name": "JottacloudCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "tokenURL": {      "type": "String",      "required": true    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "JottacloudUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "tokenURL": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "KoofrCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "provider": {      "type": "String",      "required": true    },    "endpoint": {      "type": "String",      "required": true    },    "basic_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "KoofrUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "provider": {      "type": "String",      "required": false    },    "endpoint": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "LinkboxCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "LinkboxUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "MailruCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "MailruUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "MegaCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "_2fa": {      "type": "String",      "required": true    },    "basic_auth": {      "type": "String",      "required": true    }  }}
{  "name": "MegaUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "_2fa": {      "type": "String",      "required": false    },    "basic_auth": {      "type": "String",      "required": false    }  }}
{  "name": "OneDriveCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    },    "tenant": {      "type": "String",      "required": true    }  }}
{  "name": "OneDriveUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    },    "tenant": {      "type": "String",      "required": false    }  }}
{  "name": "OpenDriveCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "OpenDriveUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "OracleObjectStorageCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "provider": {      "type": "String",      "required": true    },    "namespace": {      "type": "String",      "required": true    },    "compartment": {      "type": "String",      "required": true    },    "region": {      "type": "String",      "required": true    }  }}
{  "name": "OracleObjectStorageUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "provider": {      "type": "String",      "required": false    },    "namespace": {      "type": "String",      "required": false    },    "compartment": {      "type": "String",      "required": false    },    "region": {      "type": "String",      "required": false    }  }}
{  "name": "PCloudOAuthCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "PCloudOAuthUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "PCloudUserPassCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "hostname": {      "type": "String",      "required": true    },    "basic_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "PCloudUserPassUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "hostname": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "PikPakCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "PikPakUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "PixeldrainCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "api_key": {      "type": "String",      "required": true    }  }}
{  "name": "PixeldrainUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "api_key": {      "type": "String",      "required": false    }  }}
{  "name": "PremiumizeMeCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "api_key": {      "type": "String",      "required": true    }  }}
{  "name": "PremiumizeMeUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "api_key": {      "type": "String",      "required": false    }  }}
{  "name": "ProtonDriveCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "_2fa": {      "type": "String",      "required": true    },    "basic_auth": {      "type": "String",      "required": true    }  }}
{  "name": "ProtonDriveUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "_2fa": {      "type": "String",      "required": false    },    "basic_auth": {      "type": "String",      "required": false    }  }}
{  "name": "PutioCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "PutioUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "QingstorCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "access_key_id": {      "type": "String",      "required": true    },    "secret_access_key": {      "type": "String",      "required": true    },    "endpoint": {      "type": "String",      "required": true    },    "zone": {      "type": "String",      "required": true    }  }}
{  "name": "QingstorUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "access_key_id": {      "type": "String",      "required": false    },    "secret_access_key": {      "type": "String",      "required": false    },    "endpoint": {      "type": "String",      "required": false    },    "zone": {      "type": "String",      "required": false    }  }}
{  "name": "QuatrixCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "api_key": {      "type": "String",      "required": true    },    "host": {      "type": "String",      "required": true    }  }}
{  "name": "QuatrixUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "api_key": {      "type": "String",      "required": false    },    "host": {      "type": "String",      "required": false    }  }}
{  "name": "SMBCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "host": {      "type": "String",      "required": true    },    "port": {      "type": "String",      "required": true    },    "basic_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "SMBUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "host": {      "type": "String",      "required": false    },    "port": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "S3Create",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "provider": {      "type": "String",      "required": true    },    "access_key_id": {      "type": "String",      "required": true    },    "secret_access_key": {      "type": "String",      "required": true    },    "region": {      "type": "String",      "required": true    }  }}
{  "name": "S3Update",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "provider": {      "type": "String",      "required": false    },    "access_key_id": {      "type": "String",      "required": false    },    "secret_access_key": {      "type": "String",      "required": false    },    "region": {      "type": "String",      "required": false    }  }}
{  "name": "SeafileCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "url": {      "type": "String",      "required": true    },    "basic_auth": {      "type": "String",      "required": true    },    "_2fa": {      "type": "String",      "required": true    },    "library": {      "type": "String",      "required": true    },    "library_key": {      "type": "String",      "required": true    }  }}
{  "name": "SeafileUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "url": {      "type": "String",      "required": false    },    "basic_auth": {      "type": "String",      "required": false    },    "_2fa": {      "type": "String",      "required": false    },    "library": {      "type": "String",      "required": false    },    "library_key": {      "type": "String",      "required": false    }  }}
{  "name": "SiaCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "api_url": {      "type": "String",      "required": true    },    "api_password": {      "type": "String",      "required": true    }  }}
{  "name": "SiaUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "api_url": {      "type": "String",      "required": false    },    "api_password": {      "type": "String",      "required": false    }  }}
{  "name": "StorjCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "access_grant": {      "type": "String",      "required": true    }  }}
{  "name": "StorjUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "access_grant": {      "type": "String",      "required": false    }  }}
{  "name": "SwiftCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "user": {      "type": "String",      "required": true    },    "key": {      "type": "String",      "required": true    },    "auth": {      "type": "String",      "required": true    }  }}
{  "name": "SwiftUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "user": {      "type": "String",      "required": false    },    "key": {      "type": "String",      "required": false    },    "auth": {      "type": "String",      "required": false    }  }}
{  "name": "UloztoCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    },    "basic_auth": {      "type": "String",      "required": true    }  }}
{  "name": "UloztoUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    },    "basic_auth": {      "type": "String",      "required": false    }  }}
{  "name": "WebDAVBearerTokenCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "url": {      "type": "String",      "required": true    },    "vendor": {      "type": "String",      "required": true    },    "bearer_token": {      "type": "String",      "required": true    }  }}
{  "name": "WebDAVBearerTokenUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "url": {      "type": "String",      "required": false    },    "vendor": {      "type": "String",      "required": false    },    "bearer_token": {      "type": "String",      "required": false    }  }}
{  "name": "WebDAVUserPassCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "url": {      "type": "String",      "required": true    },    "vendor": {      "type": "String",      "required": true    },    "basic_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "WebDAVUserPassUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "url": {      "type": "String",      "required": false    },    "vendor": {      "type": "String",      "required": false    },    "basic_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "YandexCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "YandexUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
{  "name": "ZohoCreate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "region": {      "type": "String",      "required": true    },    "token_auth_credential_id": {      "type": "String",      "required": true    }  }}
{  "name": "ZohoUpdate",  "type": "Object",  "required": true,  "fields": {    "workspace_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "region_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "log_group_id": {      "type": "String",      "required": false,      "min": 20,      "max": 20    },    "name": {      "type": "String",      "required": true,      "max": 255    },    "description": {      "type": "String",      "required": false    },    "region": {      "type": "String",      "required": false    },    "token_auth_credential_id": {      "type": "String",      "required": false    }  }}
NamirasoftDiskFixedPrice
NamirasoftDiskUsageBasedPrice
NamirasoftBucketStorage
AWSS3
GCPCloudStorage
AzureFiles
AzureBlobStorage
GoogleDrive
BackBlazeB2
DropboxOAuth
OneDriveOAuth
Box
Cloudinary
FileScom
FileLU
FileFabric
_1Fichier
WebDAV
FTP
SFTP
HTTP
CitrixeShareFile
GoFile
GooglePhotos
HDFS
HiDrive
ICloudDrive
ImageKit
InternetArchive
Jottacloud
Koofr
Linkbox
Mailru
Mega
OpenDrive
OracleObjectStorage
PCloud
PikPak
Pixeldrain
PremiumizeMe
ProtonDrive
Putio
Qingstor
Quatrix
S3
Seafile
Sia
SMB
Storj
Swift
Ulozto
Yandex
Zoho
AkamaiNetStorage
Pending
Modifying
InProgress
Ready
Failed
Read
ReadWrite
Full
©Copyright 2010 to 2026 Namira Software Corporation. All rights reserved.