Validate credentials
Validate AWS or GCP credentials previously added to Coactive are configured properly
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
dataPath
The absolute path to the data in cloud storage to use to test access
credentialsId
The id of the credentials
Response
The data path is accessible using the credentials
dataPath
The absolute path to the data in cloud storage to use to test access
success
True if data can be read at the specified data path using the credentials
credentialsId
The id of the credentials
detail
An explanation of the test failure