Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
Geographic location where the storage will be provisioned. Each location represents a specific data center region.
s-ed1
, s-drc2
, s-sgc1
, s-nhn2
, s-darz
, s-ws1
, ams
, sin
, fra
, mia
"s-ed1"
Unique storage name identifier. Must contain only letters, numbers, dashes, and underscores. Cannot be empty and must be less than 256 characters.
256
"my-storage-prod"
Storage protocol type. Choose 's3' for S3-compatible object storage with API access, or sftp
for SFTP file transfer protocol.
sftp
, s3
"s3"
Automatically generate a secure password for SFTP storage access. Only applicable when type is sftp
. When true
, a random password will be generated and returned in the response.
true
Custom password for SFTP storage access. Only applicable when type is sftp
. If not provided and generate_sftp_password
is false
, no password authentication will be available.
Response
Storage
Full hostname/address for accessing the storage endpoint
"s-ed1.cloud.example.com"
Client identifier who owns this storage
1
ISO 8601 timestamp when the storage was created
"2025-08-05 09:17:02.095832+00:00"
Unique identifier for the storage instance
1
Geographic location code where the storage is provisioned
s-ed1
, s-drc2
, s-sgc1
, s-nhn2
, s-darz
, s-ws1
, ams
, sin
, fra
, mia
"s-ed1"
User-defined name for the storage instance
"1-my-storage-prod"
Current provisioning status of the storage instance
creating
, ok
, updating
, deleting
, deleted
"ok"
Reseller technical client ID associated with the client
1
Storage protocol type - either S3-compatible object storage or SFTP file transfer
sftp
, s3
"s3"
Whether this storage can be restored if deleted (S3 storages only, within 2 weeks)
true
Whether custom configuration file is used for this storage
false
ISO 8601 timestamp when the storage was deleted (only present for deleted storages)
"2025-08-05 10:30:15.123456+00:00"
Whether HTTP access is disabled for this storage (HTTPS only)
false
ISO 8601 timestamp when the storage will expire (if set)
"2026-08-05 09:17:02.095832+00:00"
Custom URL rewrite rules for the storage (admin-configurable)
Custom domain alias for accessing the storage
"my-storage.example.com"