Tests network connectivity and authentication for a connector configuration before saving it. Use this to validate connection settings during connector setup.
cURL
curl --request POST \ --url https://api.artie.com/connectors/ping \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "dataPlaneName": "<string>", "defaultDatabase": "<string>", "environmentUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "label": "<string>", "sharedConfig": {}, "sshTunnelUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "<string>", "uuid": "<string>" } '
{ "error": "<string>" }
API key passed as a Bearer token in the Authorization header.
Show child attributes
OK
Was this page helpful?