-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Issue Summary
At the moment, if you have an Application Tunnel enabled, you can't query the status of the connection with API because the API response that displays the status of the Application Tunnel page in the Atlassian Organization is a Private API call internal to the organization.
Steps to Reproduce
- Create an Application tunnel
- Query the status endpoint (retrievable with the Dev tools) -
Https://admin.atlassian.com/gateway/api/admin/private/api/v1/orgs/]<org_id>/tunnels?limit=50&offset=1&sortOrder=ASC
Expected Results
It would be very useful to have that available with our Public Organizations Rest API.
Allowing customers to query using the Org admin API token and thus building automation to query that endpoint to improve the monitoring of the tunnel status.
Actual Results
The result is a 401 (Unauthorized) even if you use an Org Admin API Token as this endpoint is internal to the Atlassian organization
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available