Test symbolication server
Enterprise
This endpoint is part of Countly Enterprise. To get access, contact sales or compare versions. Existing customers can reach the support portal with questions.
Endpoint
/o/symbolication/test_symbolication_connection
Overview
Checks whether Countly can reach the configured symbolication server.
Authentication
Pass api_key or auth_token as a query parameter, or send countly-token as a header. See Authentication.
Permissions
- Required permission:
Readon thecrashesfeature
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
server_url | String | Yes | Symbolication server base URL |
api_key | String | Yes (or auth_token) | API key authentication |
auth_token | String | Yes (or api_key) | Auth token authentication |
Examples
Example 1: Test server ping
/o/symbolication/test_symbolication_connection?server_url=https://symbolication.example.com&api_key=YOUR_API_KEY
Response
Success Response
Connection tests return boolean:
true
Response Fields
| Field | Type | Description |
|---|---|---|
(root value) | Boolean | Connection status. |
Error Responses
| HTTP Status | Response |
|---|---|
| Upstream status | { "result": "<body.msg>" } for return-connection test failures |
| 401 | { "result": "User does not exist" } or auth validation message |
Behavior
- Uses sub-action in URL path (not a query
actionparameter). - Related symbolication test endpoints are documented separately.
Related Endpoints
- Test Symbolication API Key
- Test Symbolication Return Connection
- Test Symbolication Endpoints
- Run Symbolication
- Symbolication Result Callback
Implementation details
Database Collections
This endpoint does not read or write database collections.