POST
/
forward-configs
/
test-destination
curl --request POST \
  --url https://api.eu.bronto.io/forward-configs/test-destination \
  --header 'Content-Type: application/json' \
  --header 'X-BRONTO-API-KEY: <api-key>' \
  --data '{
  "destination_type": "S3",
  "bucket": "my-archive-bucket",
  "prefix": "bronto/archives/",
  "storage_class": "STANDARD"
}'
{
  "result": true
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Body

application/json

Response

200
application/json

Destination check completed

The response is of type object.