Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

D toc

Run a connection test for the specified connection.

For more information on connections, see CLI for Connections.

Version: v3

Required Permissions

D s api auth

Request

Request Type: GET

Endpoint:

Code Block
/v3/connections/<id>/status

where:

ParameterDescription
<id>Internal identifier for the connection

Request URI - Example:

Code Block
/v3/connections/10/status

Request Body:

Empty.

Response

Response Status Code - Success: 200 - OK

Response Body Example:

Code Block
{
  "result": "SUCCESS",
  "reason": null
}

Reference

PropertyDescription
result

Results of testing the connection.

reasonIf the result value is not SUCCESS, additional information may be included here.