Is there a way to use POST with a!httpquery() ? I don't see the POST option under method. I do see in the http query smart service that it contains a value of POST under method. Has anyone been successful in using this or can guide me in the right direction. Thanks.
Discussion posts and replies are publicly visible
If you're on an older version of Appian, check out the a!httpWrite() function. Otherwise, look into using the new Integration Objects to fulfill the requirement.
Hi all,
As part of continuous integration it’s highly encouraged to execute performance tests. Thread dumps/GC Logs should be captured and it can be analyzed using the API. If API reports any problems, then build can be failed. In this way, you can catch the performance degradation right during code commit time instead of catching it in performance labs or production.
Please have a look here: How to invoke Garbage collection log analysis API?