11 Oct 2024 11:37 AM - edited 11 Oct 2024 12:25 PM
Hello,
Can not really find this in the doc;s, but I assume that for the operator I can use the containerized activeGates as the API/Rest endpoint e.g. param apiUrl,
KR Henk
Solved! Go to Solution.
11 Oct 2024 12:42 PM
Hi @henk_stobbe ,
Not documented (or at from what i've found so far), but if you take a look at the services it creates, you can make the api url.
For instance if the active gate service is : dynakube-activegate port 80/443
The url would be
https://dynakube-activegate.dynatrace:443/e/<tenantid>/api/..
or
http://dynakube-activegate.dynatrace:80/e/<tenantid>/api/..
Example for otel : http://dynakube-activegate.dynatrace:80/e/<tenantid>/api/v2/otlp/
The standard format for kubernetes when reaching a service is
<servicename>.<namespace>:<port>
Hope this helps
13 Oct 2024 09:50 AM
Please be aware that you can not use the (containerized) activeGate for the operator apiUrl, this activeGate is create by the operator and does not exists yet!
KR Henk
13 Oct 2024 04:45 PM
Hi @henk_stobbe & @gopher
You can find in documentation the follows:
HTH
Yos