Pending DNS API tasks can be retrieved and/or cancelled before they are finished. Use the instructions on this page to retrieve all pending tasks.

REST Syntax

Click to view all REST Resources
Task/ GET — Retrieves a list of all current DNS API tasks.

HTTP Action — GET

URI — https://api.dynect.net/REST/Task/

Arguments:

  • name – Limits results to tasks with the given name. May also take the special value blocking to indicate any task where blocking = Y.
  • zone_name – Limits results to tasks for the given zone.
  • status – Limits results to tasks with the given status.
    Valid values:
    done = Any finished task, successful or not.
    notdone = Any task unfinished.
Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetTasks — Retrieves the list of all pending DNS API tasks.
Arguments:

  • string tokenRequired. The session identifier.
  • name – Limits results to tasks with the given name. May also take the special value blocking to indicate any task where blocking = Y.
  • zone_name – Limits results to tasks for the given zone.
  • status – Limits results to tasks with the given status.
    Valid values:
    done = Any finished task, successful or not.
    notdone = Any task unfinished.
Response — Click for More Info

Example Request — Click for More Info