SOLVED
Alteryx Gallery Admin API - Scheduler - toggle enabled flag
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
matthewbechard
8 - Asteroid
‎11-20-2019
01:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have been working in Alteryx using the Alteryx Gallery APIs with a GET to pull Scheduler Data using this endpoint /api/admin/v1/schedules/ . I would like to create a worklflow to toggle the enable flag on the scheduler from ON to OFF, using what I guess would be a POST, so we don't pull data during an upcoming database maintenance window. I don't see any examples out there for this. Is this possible?
Thanks,
Matt
Solved! Go to Solution.
2 REPLIES 2
17 - Castor
‎11-21-2019
05:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My guess is that this wouldn't be possible through the Alteryx Gallery API.
As you can see in the documentation, the only POST call you can have is to queue an app execution job.
https://gallery.alteryx.com/api-docs/
Cheers,
MichalM
Alteryx Alumni (Retired)
‎11-21-2019
05:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
