Publishing all pending changes made to the Traffic Director service 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 — Publishes the changeset for this service.HTTP Action — PUT

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

Arguments:

  • boolean publishRequired. Indicates whether or not to publish the changes to the indicated Traffic Director service.
  • string notes — A custom note field. All content in the string is added to the Zone Notes for the zones attached to this service when the zone is published. Only used when publish = Y
Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
PublishDSF — Publishes the changeset for this service.
Arguments:

  • string service_idRequired. ID of the Traffic Director service.
  • string notes — A custom note field. All content in the string is added to the Zone Notes for the zones attached to this service when the zone is published. Only used when publish = Y
  • string tokenRequired. The session identifier.
Response — Click for More Info

Example Request — Click for More Info