Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Integration API Logs saving to database

Hi,

I've been assigned on creating a dashboard which includes showing all the Logs that are executed in the integration..

As we can see.. once put check on the integration object the "Enable HTTP request/response logging for this integration object" and we clicked on test request in the integration, it is saved is the

system logs>perflogs> http-request-and-responses

As for my task, I need to get details from it and save it in appian DB.

For POST method:
I've managed to get a workaround on this by going to the PM's that were used to execute post integration and just added "write to datastore" in the flow for

storing it in the DB.

For GET method:
I can't seem to find a way on when get integration is executed. I've used smart service also like a!startprocess etc. added in the handler of the get method and it just won't work since we cant run smart service on get method.

Do you guys have any suggested workaround for getting the Integration API logs and save it directly to the database so instead of going to the system logs, It can be shown in my created dashboard..

Thank you!



  Discussion posts and replies are publicly visible

Parents Reply Children