To use this cli, we need to first Install Nodejs, then run the following command.
npm i -g namirasoft-storage-api-v1
Returns the application liveness status
ns-storage health liveness
Returns the application readiness status
ns-storage health readiness
Returns the application metrics
ns-storage metrics get
Returns the value list of a given table and column
ns-storage value list {table} {column} {search} {field_id} {limit}
Returns the volume category list
ns-storage volumecategory list {filters} {page} {size} {sorts} {all_workspaces}
Returns a volume category by id.
ns-storage volumecategory get {id}
Creates a new volume category for an entity
ns-storage volumecategory create
--slot_id (String)
--category_id (String)
Deletes a volume category by an id.
ns-storage volumecategory delete {id}
Returns the volume field list
ns-storage volumefield list {filters} {page} {size} {sorts} {all_workspaces}
Returns a volume field by id.
ns-storage volumefield get {id}
Creates a new volume field for an entity
ns-storage volumefield create
--slot_id (String)
--field_id (String)
--value (Any)
Updates a volume field by an id for an entity
ns-storage volumefield update {id}
--slot_id (String)
--field_id (String)
--value (Any)
Deletes a volume field by an id.
ns-storage volumefield delete {id}
Returns the volume tag list
ns-storage volumetag list {filters} {page} {size} {sorts} {all_workspaces}
Returns a volume tag by id.
ns-storage volumetag get {id}
Creates a new volume tag for an entity
ns-storage volumetag create
--name (String)
--value (String)
Updates a volume tag by an id for an entity
ns-storage volumetag update {id}
--name (String)
--value (String)
Deletes a volume tag by an id.
ns-storage volumetag delete {id}
Returns the volume list
ns-storage volume list {filters} {page} {size} {sorts} {all_workspaces}
Returns a volume by an id
ns-storage volume get {id}
Deletes a volume by an id
ns-storage volume delete {id}
Creates a new awss3
ns-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage namirasoftdiskusagebasedprice update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--size (Integer)
Creates a new ftp
ns-storage 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-storage 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-storage 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-storage 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-storage 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-storage http update {id}
--workspace_id (String)
--region_id (String)
--log_group_id (String)
--name (String)
--description (String)
--url (String)
Returns the user list
ns-storage user list {filters} {page} {size} {sorts} {all_workspaces}
Returns an user by an id
ns-storage user get {id}
Creates a new user
ns-storage user create
--volume_id (String)
--name (String)
--password (String)
Updates an user by an id
ns-storage user update {id}
--volume_id (String)
--name (String)
--password (String)
Deletes an user by an id
ns-storage user delete {id}
Creates a new fichier
ns-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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-storage 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    },    "slot_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": {    "slot_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "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    },    "slot_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": {    "slot_id": {      "type": "String",      "required": true,      "min": 20,      "max": 20    },    "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.