Skip to content

Commit

Permalink
GITBOOK-124: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
doppleware authored and gitbook-bot committed Jul 21, 2024
1 parent 801f6e8 commit e769695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installation/central-on-prem-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,13 @@ You can try calling the following API to validate connectivity and ensure Digma

{% code overflow="wrap" %}
```bash
curl -k -X ‘GET’ \ https://<ANALYTICS-API>:5051/api/Diagnostic’ \ -H “Authorization: Token <API_TOKEN>” -H ‘accept: application/json’
curl -k -sS -w "%{http_code}" --location "https://<ANALYTICS-API]/about"

```
{% endcode %}

If you are using the optional `digmaAnalytics.accesstoken` parameter, add the following argument: `-H 'Digma-Access-Token: Token <ACCESS_TOKEN>` to the `curl` command.

If you received a non-error response back you’re good to go for the next step!

### Connecting your IDE to the Org Digma deployment
Expand Down

0 comments on commit e769695

Please sign in to comment.