cURL
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 }
Check access to the destination. A test file will be created and deleted to make sure Bronto can access your destination
Destination check completed
The response is of type object.
object