The OneAgent on a host API enables you to check the configuration of OneAgent instances on your hosts.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/oneagents |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/oneagents |
To execute this request, you need an access token with one of the following scopes:
oneAgents.read
DataExport
To learn how to obtain and use it, see Tokens and authentication.
Parameter | Type | Description | In | Required |
---|---|---|---|---|
includeDetails | boolean | Includes ( Excluding details may make queries faster. If not set, then | query | optional |
startTimestamp | integer | The start timestamp of the requested timeframe, in milliseconds (UTC). If not set, then 72 hours behind from now is used. | query | optional |
endTimestamp | integer | The end timestamp of the requested timeframe, in milliseconds (UTC). If not set, then the current timestamp is used. The timeframe must not exceed 7 months (214 days). | query | optional |
relativeTime | string | The relative timeframe, back from now. If you need to specify relative timeframe that is not presented in the list of possible values, specify the startTimestamp (up to 214 days back from now) and leave endTimestamp and relativeTime empty.
| query | optional |
tag | string[] | Filters the resulting set of hosts by the specified tag. You can specify several tags in the following format: In case of key-value tags, such as imported AWS or CloudFoundry tags, use the following format: | query | optional |
entity | string[] | Filters result to the specified hosts only. To specify several hosts use the following format: | query | optional |
managementZoneId | integer | Only return hosts that are part of the specified management zone. Specify the management zone ID here. | query | optional |
managementZone | string | Only return hosts that are part of the specified management zone. Specify the management zone name here. If the managementZoneId parameter is set, this parameter is ignored. | query | optional |
networkZoneId | string | Filters the resulting set of hosts by the specified network zone. Specify the Dynatrace entity ID of the required network zone. You can fetch the list of available network zones with the GET all network zones call. | query | optional |
hostGroupId | string | Filters the resulting set of hosts by the specified host group. Specify the Dynatrace entity ID of the required host group. | query | optional |
hostGroupName | string | Filters the resulting set of hosts by the specified host group. Specify the name of the required host group. | query | optional |
osType | string | Filters the resulting set of hosts by the OS type.
| query | optional |
cloudType | string | Filters the resulting set of hosts by the cloud type.
| query | optional |
autoInjection | string | Filters the resulting set of hosts by the auto-injection status.
| query | optional |
availabilityState | string | Filters the resulting set of hosts by the availability state of OneAgent.
| query | optional |
detailedAvailabilityState | string | Filters the resulting set of hosts by the detailed availability state of OneAgent.
| query | optional |
monitoringType | string | Filters the resulting set of hosts by monitoring mode of OneAgent deployed on the host.
| query | optional |
agentVersionIs | string | Filters the resulting set of hosts to those that have a certain OneAgent version deployed on the host. Specify the comparison operator here.
| query | optional |
agentVersionNumber | string | Filters the resulting set of hosts to those that have a certain OneAgent version deployed on the host. Specify the version in the | query | optional |
autoUpdateSetting | string | Filters the resulting set of hosts by the actual state of the auto-update setting of deployed OneAgents.
| query | optional |
updateStatus | string | Filters the resulting set of hosts by the update status of OneAgent deployed on the host.
| query | optional |
faultyVersion | boolean | Filters the resulting set of hosts to those that run OneAgent version that is marked as faulty. | query | optional |
unlicensed | boolean | Filters the resulting set of hosts to those that run OneAgent that are unlicensed. Example: Your Dynatrace license is missing the required "Foundation & Discovery" DPS capability for Discovery mode. | query | optional |
activeGateId | string | Filters the resulting set of hosts to those that are currently connected to the ActiveGate with the specified ID. Use DIRECT_COMMUNICATION keyword to find the hosts not connected to any ActiveGate. | query | optional |
technologyModuleType | string | Filters the resulting set of hosts to those that run the specified OneAgent code module. If several code module filters are specified, the code module has to match all the filters.
| query | optional |
technologyModuleVersionIs | string | Filters the resulting set of hosts to those that have a certain code module version deployed on the host. Specify the comparison operator here. If several code module filters are specified, the code module has to match all the filters.
| query | optional |
technologyModuleVersionNumber | string | Filters the resulting set of hosts to those that have a certain code module version deployed on the host. Specify the version in the If several code module filters are specified, the code module has to match all the filters. | query | optional |
technologyModuleFaultyVersion | boolean | Filters the resulting set of hosts to those that run the code module version that is marked as faulty. If several code module filters are specified, the code module has to match all the filters. | query | optional |
pluginName | string | Filters the resulting set of hosts to those that run the plugin with the specified name. The CONTAINS operator is applied to the specified value. If several plugin filters are specified, the plugin has to match all the filters. | query | optional |
pluginVersionIs | string | Filters the resulting set of hosts to those that have a certain plugin version deployed on the host. Specify the comparison operator here. If several plugin filters are specified, the plugin has to match all the filters.
| query | optional |
pluginVersionNumber | string | Filters the resulting set of hosts to those that have a certain plugin version deployed on the host. Specify the version in the
If several plugin filters are specified, the plugin has to match all the filters. | query | optional |
pluginState | string | Filters the resulting set of hosts to those that run the plugin with the specified state.
| query | optional |
nextPageKey | string | The cursor for the next page of results, if results do not fit on one page. You can find the cursor value on the current page of the response, in the nextPageKey field. To obtain subsequent pages, you must specify this cursor value in your query, and keep all other query parameters as they were in the original request. If you don't specify the cursor, the first page will always be returned. | query | optional |
Code | Type | Description |
---|---|---|
200 | Hosts | Success |
4XX | Error | Client side error. |
5XX | Error | Server side error. |
HostsListPage
objectA list of hosts with OneAgent deployment information for each host.
Element | Type | Description |
---|---|---|
hosts | Host | A list of hosts with OneAgent deployment information for each host. |
nextPageKey | string | The cursor for the next page of results. Has the value of There might be another page of results even if the current page is empty. |
percentageOfEnvironmentSearched | number | The progress of the environment search, in percent. |
HostAgentInfo
objectOneAgent deployment on a host.
Element | Type | Description |
---|---|---|
active | boolean | OneAgent is active ( |
autoUpdateSetting | string | The effective auto-update setting of OneAgent. For host with inherited configuration it is calculated from its parent's configuration
|
availabilityState | string | The availability state of OneAgent.
|
availableVersions | string[] | A list of versions OneAgent can be updated to. |
configuredMonitoringEnabled | boolean | Monitoring is enabled ( |
configuredMonitoringMode | string | Configured monitoring mode of OneAgent.
|
integer | DEPRECATED This field is deprecated and provided for backward compatibility. Use the currentActiveGateIds field instead. | |
currentActiveGateIds | string[] | The list of ActiveGate IDs of ActiveGates to which OneAgent is currently connected. |
currentNetworkZoneId | string | The ID of the network zone that OneAgent is using. |
detailedAvailabilityState | string | The detailed availability state of OneAgent.
|
faultyVersion | boolean | OneAgent version is faulty ( |
hostInfo | Host | Information about the host. |
modules | Module | A list of code modules deployed on the host. |
monitoringType | string | The monitoring mode of OneAgent.
|
plugins | Plugin | A list of plugins deployed on the host. |
unlicensed | boolean | OneAgent is unlicensed. |
updateStatus | string | The current update status of OneAgent.
|
Host
objectInformation about the host.
Element | Type | Description |
---|---|---|
agentVersion | Agent | Defines the version of the agent currently running on the entity. |
amiId | string | - |
autoInjection | string | Status of auto-injection
|
autoScalingGroup | string | - |
awsInstanceId | string | - |
awsInstanceType | string | - |
awsNameTag | string | The name inherited from AWS. |
awsSecurityGroup | string[] | - |
azureComputeModeName | string | -
|
azureEnvironment | string | - |
azureHostNames | string[] | - |
azureResourceGroupName | string | - |
azureResourceId | string | - |
azureSiteNames | string[] | - |
azureSku | string | -
|
azureVmName | string | - |
azureVmScaleSetName | string | - |
azureVmSizeLabel | string | - |
azureZone | string | - |
beanstalkEnvironmentName | string | - |
bitness | string | -
|
boshAvailabilityZone | string | The Cloud Foundry BOSH availability zone. |
boshDeploymentId | string | The Cloud Foundry BOSH deployment ID. |
boshInstanceId | string | The Cloud Foundry BOSH instance ID. |
boshInstanceName | string | The Cloud Foundry BOSH instance name. |
boshName | string | The Cloud Foundry BOSH name. |
boshStemcellVersion | string | The Cloud Foundry BOSH stemcell version. |
cloudPlatformVendorVersion | string | Defines the cloud platform vendor version. |
cloudType | string | -
|
consumedHostUnits | string | Consumed Host Units. Applicable only for Dynatrace classic licensing |
cpuCores | integer | - |
customizedName | string | The customized name of the entity |
discoveredName | string | The discovered name of the entity |
displayName | string | The name of the Dynatrace entity as displayed in the UI. |
entityId | string | The Dynatrace entity ID of the required entity. |
esxiHostName | string | - |
firstSeenTimestamp | integer | The timestamp of when the entity was first detected, in UTC milliseconds |
fromRelationships | object | - |
gceInstanceId | string | The Google Compute Engine instance ID. |
gceInstanceName | string | The Google Compute Engine instance name. |
gceMachineType | string | The Google Compute Engine machine type. |
gceProject | string | The Google Compute Engine project. |
gceProjectId | string | The Google Compute Engine numeric project ID. |
gcePublicIpAddresses | string[] | The public IP addresses of the Google Compute Engine. |
gcpZone | string | The Google Cloud Platform Zone. |
hostGroup | Host | - |
hypervisorType | string | -
|
ipAddresses | string[] | - |
isMonitoringCandidate | boolean | - |
kubernetesCluster | string | The kubernetes cluster the entity is in. |
kubernetesLabels | object | The kubernetes labels defined on the entity. |
kubernetesNode | string | The kubernetes node the entity is in. |
lastSeenTimestamp | integer | The timestamp of when the entity was last detected, in UTC milliseconds |
localHostName | string | - |
localIp | string | - |
logicalCpuCores | integer | - |
logicalCpus | integer | The AIX instance logical CPU count. |
managementZones | Entity | The management zones that the entity is part of. |
monitoringMode | string | -
|
networkZoneId | string | The ID of network zone the entity is in. |
oneAgentCustomHostName | string | The custom name defined in OneAgent config. |
openStackInstaceType | string | - |
openstackAvZone | string | - |
openstackComputeNodeName | string | - |
openstackProjectName | string | - |
openstackSecurityGroups | string[] | - |
openstackVmName | string | - |
osArchitecture | string | -
|
osType | string | -
|
osVersion | string | - |
paasAgentVersions | Agent | The versions of the PaaS agents currently running on the entity. |
paasMemoryLimit | integer | - |
paasType | string | -
|
publicHostName | string | - |
publicIp | string | - |
scaleSetName | string | - |
simultaneousMultithreading | integer | The AIX instance simultaneous threads count. |
softwareTechnologies | Technology | - |
tags | Tag | The list of entity tags. |
toRelationships | object | - |
userLevel | string | -
|
virtualCpus | integer | The AIX instance virtual CPU count. |
vmwareName | string | - |
zosCPUModelNumber | string | The CPU model number. |
zosCPUSerialNumber | string | The CPU serial number. |
zosLpaName | string | Name of the LPAR. |
zosSystemName | string | Name of the system. |
zosTotalGeneralPurposeProcessors | integer | Number of assigned processors for this LPAR. |
zosTotalPhysicalMemory | integer | Memory assigned to the host (Terabyte). |
zosTotalZiipProcessors | integer | Number of assigned support processors for this LPAR. |
zosVirtualization | string | Type of virtualization on the mainframe. |
AgentVersion
objectDefines the version of the agent currently running on the entity.
Element | Type | Description |
---|---|---|
major | integer | The major version number. |
minor | integer | The minor version number. |
revision | integer | The revision number. |
sourceRevision | string | A string representation of the SVN revision number. |
timestamp | string | A timestamp string: format "yyyymmdd-hhmmss |
HostGroup
objectElement | Type | Description |
---|---|---|
meId | string | The Dynatrace entity ID of the host group. |
name | string | The name of the Dynatrace entity, displayed in the UI. |
EntityShortRepresentation
objectThe short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
description | string | A short description of the Dynatrace entity. |
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. |
TechnologyInfo
objectElement | Type | Description |
---|---|---|
edition | string | - |
type | string | - |
version | string | - |
TagInfo
objectTag of a Dynatrace entity.
Element | Type | Description |
---|---|---|
context | string | The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the
|
key | string | The key of the tag. Custom tags have the tag value here. |
value | string | The value of the tag. Not applicable to custom tags. |
ModuleInfo
objectOneAgent code module.
Element | Type | Description |
---|---|---|
instances | Module | A list of instances of the code module. |
moduleType | string | The type of the code module.
|
ModuleInstance
objectAn instance of the OneAgent code module.
Element | Type | Description |
---|---|---|
active | boolean | The code module instance is active ( |
faultyVersion | boolean | The code module version is faulty ( |
instanceName | string | The name of the instance. |
moduleVersion | string | The version of the code module. |
PluginInfo
objectOneAgent plugin.
Element | Type | Description |
---|---|---|
instances | Plugin | A list of instances of the plugin. |
pluginName | string | The name of the plugin. |
PluginInstance
objectAn instance of the OneAgent plugin.
Element | Type | Description |
---|---|---|
pluginVersion | string | The version of the plugin. |
state | string | The state of the plugin instance. |
{"hosts": [{"active": true,"autoUpdateSetting": "ENABLED","availabilityState": "CRASHED","availableVersions": ["string"],"configuredMonitoringEnabled": true,"configuredMonitoringMode": "CLOUD_INFRASTRUCTURE","currentActiveGateId": 1,"currentActiveGateIds": ["string"],"currentNetworkZoneId": "string","detailedAvailabilityState": "CRASHED_FAILURE","faultyVersion": true,"hostInfo": {"agentVersion": {"major": 1,"minor": 1,"revision": 1,"sourceRevision": "string","timestamp": "string"},"amiId": "string","autoInjection": "DISABLED_MANUALLY","autoScalingGroup": "string","awsInstanceId": "string","awsInstanceType": "string","awsNameTag": "string","awsSecurityGroup": ["string"],"azureComputeModeName": "DEDICATED","azureEnvironment": "string","azureHostNames": ["string"],"azureResourceGroupName": "string","azureResourceId": "string","azureSiteNames": ["string"],"azureSku": "BASIC","azureVmName": "string","azureVmScaleSetName": "string","azureVmSizeLabel": "string","azureZone": "string","beanstalkEnvironmentName": "string","bitness": "32bit","boshAvailabilityZone": "string","boshDeploymentId": "string","boshInstanceId": "string","boshInstanceName": "string","boshName": "string","boshStemcellVersion": "string","cloudPlatformVendorVersion": "string","cloudType": "AZURE","consumedHostUnits": "string","cpuCores": 1,"customizedName": "string","discoveredName": "string","displayName": "string","entityId": "string","esxiHostName": "string","firstSeenTimestamp": 1,"fromRelationships": {"isNetworkClientOfHost": ["string"]},"gceInstanceId": "string","gceInstanceName": "string","gceMachineType": "string","gceProject": "string","gceProjectId": "string","gcePublicIpAddresses": ["string"],"gcpZone": "string","hostGroup": {"meId": "string","name": "string"},"hypervisorType": "AHV","ipAddresses": ["string"],"isMonitoringCandidate": true,"kubernetesCluster": "string","kubernetesLabels": {},"kubernetesNode": "string","lastSeenTimestamp": 1,"localHostName": "string","localIp": "string","logicalCpuCores": 1,"logicalCpus": 1,"managementZones": [{"description": "Dynatrace entity for the REST API example","id": "6a98d7bc-abb9-44f8-ae6a-73e68e71812a","name": "Dynatrace entity"}],"monitoringMode": "FULL_STACK","networkZoneId": "string","oneAgentCustomHostName": "string","openStackInstaceType": "string","openstackAvZone": "string","openstackComputeNodeName": "string","openstackProjectName": "string","openstackSecurityGroups": ["string"],"openstackVmName": "string","osArchitecture": "ARM","osType": "AIX","osVersion": "string","paasAgentVersions": [{}],"paasMemoryLimit": 1,"paasType": "AWS_ECS_EC2","publicHostName": "string","publicIp": "string","scaleSetName": "string","simultaneousMultithreading": 1,"softwareTechnologies": [{"edition": "string","type": "string","version": "string"}],"tags": [{"context": "AWS","key": "string","value": "string"}],"toRelationships": {"isNetworkClientOfHost": ["string"],"isProcessOf": ["string"],"isSiteOf": ["string"],"runsOn": ["string"]},"userLevel": "NON_SUPERUSER","virtualCpus": 1,"vmwareName": "string","zosCPUModelNumber": "string","zosCPUSerialNumber": "string","zosLpaName": "string","zosSystemName": "string","zosTotalGeneralPurposeProcessors": 1,"zosTotalPhysicalMemory": 1,"zosTotalZiipProcessors": 1,"zosVirtualization": "string"},"modules": [{"instances": [{"active": true,"faultyVersion": true,"instanceName": "string","moduleVersion": "string"}],"moduleType": "APACHE"}],"monitoringType": "CLOUD_INFRASTRUCTURE","plugins": [{"instances": [{"pluginVersion": "string","state": "string"}],"pluginName": "string"}],"unlicensed": true,"updateStatus": "INCOMPATIBLE"}],"nextPageKey": "string","percentageOfEnvironmentSearched": 1}