Reverting changes made to Traffic Director prior to publication using the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

NOTE: Total number of records in a single Response Pool may not be more than 255.

REST Syntax

Click to view all REST Resources
/REST/DSF/ PUT — Clears the changeset for this service and reverts all non-published changes to their original state.

HTTP Action — PUT

URIs — https://api.dynect.net/REST/DSF/<service_id>/

Arguments:

  • boolean revertRequired. Indicates whether or not to revert the changes to the indicated Traffic Director service.
Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
RevertDSF — Clears the changeset for this service and reverts all non-published changes to their original state.
Arguments:

  • string service_idRequired. ID of the Traffic Director service.
  • string tokenRequired. The session identifier.
Response — Click for More Info

Example Request — Click for More Info