Backblaze · Example Payload

B2 Native Api Create Bucket Request Example

Cloud StorageObject StorageStorageBackup

B2 Native Api Create Bucket Request Example is an example object payload from Backblaze, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountIdbucketNamebucketTypebucketInfocorsRuleslifecycleRules

Example Payload

Raw ↑
{
  "accountId": "abc123def456",
  "bucketName": "my-media-bucket",
  "bucketType": "allPrivate",
  "bucketInfo": {},
  "corsRules": [
    {}
  ],
  "lifecycleRules": [
    {}
  ]
}