Backblaze · Example Payload

B2 Native Api Bucket Example

Cloud StorageObject StorageStorageBackup

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

Top-level fields

accountIdbucketIdbucketNamebucketTypebucketInfocorsRuleslifecycleRulesrevision

Example Payload

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