Alteryx Server Discussions

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

Alteryx Gallery Admin API - Scheduler - toggle enabled flag

matthewbechard
8 - Asteroid

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

2 REPLIES 2
Thableaus
17 - Castor
17 - Castor

Hi @matthewbechard 

 

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
Alteryx

@matthewbechard 

 

Such API endpoint is not currently available I'm afraid.