Hi @Selvaganesh.Elavarasan ,
Thank you for posting to the community.
You can get IP4Address and IP6Address of servers with Detected SIM Entities Report as written in the document below. https://github.com/Appdynamics/AppDynamics.DEXTER/wiki/Detected-SIM-Entities-Report#11machine-networks
The job file needs to have Target.Type=SIM, Input.DetectedEntities=true, and Output.DetectedEntities=true.
e.g. { "Target": [ { "Controller": "XXX", "UserName": "XXX@XXX", "UserPassword": "XXX", "Application": "XXX", "NameRegex": false, "Type": "SIM" } ], "Input": { "TimeFrame": { "MarkDate": "TODAY", "MarkTime": "PREVIOUS_HOUR", "Duration": "1:00:00" }, "DetectedEntities": true }, "Output": { "DetectedEntities": true } }
Best Regards, Hiroki
... View more