You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to use pyaoscx for the following workflow:
Retrieve JSON configuration for a switch from NetBox.
Create an autocheckpoint with a 5 minute timeout.
Upload the configuration to switch.
Acknowledge autocheckpoint before 5 minute timeout.
For this workflow we need a pyaoscx function that calls the "/configs/autocheckpoint" API endpoint with POST for enabling the autocheckpoint with a specific time in minutes and with PUT for acknowledging the checkpoint before the timer runs out. Would it be possible to implement this?
The text was updated successfully, but these errors were encountered:
We'd like to use pyaoscx for the following workflow:
For this workflow we need a pyaoscx function that calls the "/configs/autocheckpoint" API endpoint with POST for enabling the autocheckpoint with a specific time in minutes and with PUT for acknowledging the checkpoint before the timer runs out. Would it be possible to implement this?
The text was updated successfully, but these errors were encountered: