Gets the configuration of monitored technologies on the specified host.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/hosts/{id}/technologies |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/hosts/{id}/technologies |
To execute this request, you need an access token with ReadConfig
scope.
To learn how to obtain and use it, see Tokens and authentication.
The Dynatrace entity ID of the required host.
TechMonitoringList
objectA list of technology monitoring configurations.
ConfigurationMetadata
objectMetadata useful for debugging
Dynatrace version.
A sorted list of the version numbers of the configuration.
A sorted list of version numbers of the configuration.
Technology
objectConfiguration of technology monitoring.
The monitoring of the technology is enabled (true
) or disabled (false
).
The validity of the configuration:
HOST
: The setting is valid for OneAgent on host only. Other OneAgents, connected to the same Dynatrace server may have different setting.ENVIRONMENT
: The setting is valid for all OneAgents, connected to the Dynatrace server.ENVIRONMENT
HOST
The type of the technology.
AIX_KERNEL_EXT
APACHE
CIM_V2
DOCKER
DOCKER_WIN
DOT_NET
DOT_NET_CORE
EXTENSIONS
EXTENSIONS_DS_GENERIC
EXTENSIONS_STATSD
GARDEN
GO
GO_STATIC
IBM_INTEGRATION_BUS
IIS
JAVA
LOG_ANALYTICS
NETTRACER
NETWORK
NGINX
NODE_JS
OPENTRACINGNATIVE
PHP
PHP_81
PHP_CGI
PHP_CLI
PHP_CLI_SERVER
PHP_WIN
PROCESS
RUBY
SDK
VARNISH
Z_OS
{"metadata": {"clusterVersion": "1.192.1","configurationVersions": [4,2],"currentConfigurationVersions": ["1.0.4","1.23"]},"technologies": [{"monitoringEnabled": true,"scope": "ENVIRONMENT","type": "JAVA"}]}