manage
Schedule an action(deploy, undeploy, purge etc.) on a particular challenge
Handles scheduleing of challenge action to executed at some later point of time
post/api/manage/schedule/:action
Query parameters
actionstring required
Action for the underlying challenge in context
challengestring
The name of the challenge to schedule the action for.
tagsstring
Tag corresponding to challenges in context, optional if challenge name is provided
atstring
Timestamp at which the challenge should be scheduled should be a unix timestamp string.
afterstring
Time after which the action on the selector should be executed should be of duration format as in '1m20s' etc.
Headers
Authorizationstring required
Bearer
Response
OK
Example response
{
"message": "Messsage in response to your request"
}