Contents:
Run a connection test for the specified connection.
For more information on connections, see Connection Types.
Version: v4
Required Permissions
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.0/index.html#section/Authentication.
Request
Request Type: GET
Endpoint:
/v4/connections/<id>/status
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the connection |
Request URI - Example:
/v4/connections/10/status
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "result": "SUCCESS", "reason": null }
Reference
Property | Description |
---|---|
result | Results of testing the connection.
|
reason | If the result value is not SUCCESS , additional information may be included here. |
This page has no comments.