Command to sign in to Alteryx server from a remote computer
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is there a command which can be used in Alteryx to sign to an Alteryx server using a remote computer.
For example :
I have a Powell script on a remote computer and i want to be able to log on to an Alteryx server .
Using Tableau you use "tabcmd login -s" To sign to the server and embed a username and password.
Is there a way to do it in alterxy.
- Labels:
- Settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You would want to read this article from @SteveA: https://community.alteryx.com/t5/Engine-Works-Blog/Intro-to-the-Server-command-line/ba-p/13380
Andre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you .I will look into this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Machingwa,
To add to Andre's comment above, this would depend pretty heavily on what you then wanted to do.
Using Tabcmd, you would sign in so that you can then start issuing commands to that Tableau server for usually administrative tasks whereas the AlteryxService command Line is about interacting with the AlteryxService, not the Alteryx Server necessarily.
Tabcmd is a Command Line Interface (CLI) not just a Service cmdLine.
If you are looking to script admin tasks for Users etc, that is not currently supported (ideas can be added at the ideas page), however you can kick off workflows and get status etc either via the aforementioned AlteryxService cmdLine or via the Gallery API.