Backblaze · Example Payload

B2 Native Api Notification Rule Example

Cloud StorageObject StorageStorageBackup

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

Top-level fields

nameeventTypesisEnabledtargetConfiguration

Example Payload

Raw ↑
{
  "name": "my-notification",
  "eventTypes": [
    "b2:ObjectCreated:Upload"
  ],
  "isEnabled": true,
  "targetConfiguration": {
    "targetType": "url",
    "url": "https://my-app.example.com/webhooks/b2"
  }
}