Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
08-17-2021 11:09 AM
Hello Experts,
We need to get the IP Address under the Network tab from all the Servers where AppD MA are running through Dexter.
Some of the servers configured with different host name so getting the IP Address will be helpful to find the misconfiguration and fix the issue. Please share your knowledge!
Thanks,
Selvaganesh E
08-18-2021 11:05 PM
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-networ...
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
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form