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
11-26-2017 11:27 PM
Have a requirement:
When error-checker in source code check out expect error need send a email to notify us.
Maybe I can use custom events: send a post request with some paramers(according custom events document)
But I think the way is not safety:
1st: the post request is "http" not "https"
2ed: the request will include account and password (not security)
Could have other way able to implement this reqirment?
Thanks
Agera K
11-27-2017 12:00 AM
attach to custom events template:
curl -X POST --user user1@customer1:secret 'http://demo.appdynamics.com/controller/rest/applications/5/events?severity=INFO&summary=test1&eventtype=CUSTOM&customeventtype=mycustomevent&propertynames=key1&propertynames=key2&propertyvalues=value1&propertyvalues=value'
but -user user1@customer1:secret
user1 : what's mean
custimer1: account . right?
secret: password . right?
And I only know two data: account of login and password
11-27-2017 03:54 AM
Hi Agera,
The user1 can be replaced by the username where you login into the controller UI. Please find more details in below docs
Thanks,
Yogesh
11-27-2017 04:43 PM
Ok,Thanks
User | Count |
---|---|
2 | |
1 | |
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