Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Automation via Alteryx Gallery

Sam_Xia
6 - Meteoroid

Hi all,

 

I'm wondering if it is possible for me to do automation with apps published on a private (within company firewalls) alteryx gallery.

 

Am i able to call and run an app which has been published on the alteryx gallery without going on the gallery webpage itself and having to click "run" and enter the parameters and inputs manually?

 

Thanks in advance.

Sam

2 REPLIES 2
SteveA
Alteryx
Alteryx

Hi Sam,

 

Yes, you can use the Gallery API to talk programmatically to the Gallery (either our public Gallery or your Private Server).


On our public Galleyr, the documentation is available at https://gallery.alteryx.com/api-docs/.  On your Private Server instance, visit http://<your_server_root_url>/api-docs/ (or https if your server has SSL enabled).

 

Best,

Steve A.

Sam_Xia
6 - Meteoroid

Thanks! Much appreciated!