Deployment Zones Service: Overview

The Deployment Zones service allows you to retrieve a list of deployment zones for the platform.

URL: https://{hostname}/api/deploymentzones

Note: Most of these operations take the DZoneID as a parameter. You can get this value from the response to the GET /api/deploymentzones operation. For information about any other IDs used in path parameters, see IDs on the Platform.

Action Endpoint Description
addDeploymentZone POST /api/deploymentzones Adds a deployment zone on the platform.
deleteDeploymentZoneInfo DELETE /api/deploymentzones/{DZoneID} Deletes a deployment zone on the platform.
getDeploymentZoneAssociations GET /api/deploymentzones/{DZoneID}/associations Returns information about the implementation/environment associations for a deployment zone.
get deployment zones GET /api/deploymentzones Returns a list of valid deployment zones on the platform, in the form of an RSS channel.
get deployment zone info GET /api/deploymentzones/{DZoneID} Returns information about the specified deployment zone.
list deployment zones GET /api/deploymentzones (with specific headers) Returns a list of valid deployment zones on the platform, in the form of a JSON or XML object.
updateDeploymentZone PUT /api/deploymentzones/{DZoneID} Updates information about a deployment zone on the platform.
updateDeploymentZoneAssociations PUT /api/deploymentzones/{DZoneID}/associations Updates information about the implementation/environment associations for a deployment zone.