22 Nov 2023 02:12 PM - last edited on 23 Nov 2023 09:50 AM by MaciejNeumann
Any ways to extract hardware information, cpu model etc. into dynatrace?
Solved! Go to Solution.
22 Nov 2023 02:30 PM
Hi @clc
Basic information can be found on the host tab in the section: Properties and tags.
Other information is not automatically captured. We can add manually information using: https://docs.dynatrace.com/docs/platform-modules/infrastructure-monitoring/hosts/configuration/defin...
22 Nov 2023 02:57 PM
Hi @clc
You can send additional metadata for hosts and then use the API to get every entity and their details (properties)
Metadata for Hosts: https://docs.dynatrace.com/docs/shortlink/tagging-hostautotag
API Get Entity: https://docs.dynatrace.com/docs/shortlink/api-entities-v2-get-entity
This is a response body example of what information the entity gets: https://docs.dynatrace.com/docs/shortlink/api-entities-v2-get-entity#response-body-json-model
BR,