v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Logs uploader

Create target

Create logs uploader target.

post/cdn/logs_uploader/targets

Request body

storage_type's3_gcore' | 's3_amazon' | 's3_oss' | 's3_other' | 's3_v1' | 'ftp' | 'sftp' | 'http' | 'azure_blob' required

Type of storage for logs.

namestring

Name of the target.

descriptionstring

Description of the target.

Response

Successful.

idinteger
client_idinteger

Client that owns the target.

createdstring date-time

Time when logs uploader target was created.

updatedstring date-time

Time when logs uploader target was updated.

storage_type's3_gcore' | 's3_amazon' | 's3_oss' | 's3_other' | 's3_v1' | 'ftp' | 'sftp' | 'http' | 'azure_blob'

Type of storage for logs.

namestring

Name of the target.

descriptionstring

Description of the target.

related_uploader_configsinteger[]

List of logs uploader configs that use this target.

Example response

{
  "config": {
    "auth": {
      "config": {
        "account_key": "*****"
      }
    }
  }
}