/zones/{id}
Mount Point: /api/zones/{id}
GET
Retrieves the replication policy for a given Zone
Parameters
name | description | type | default |
---|---|---|---|
id | - id of the Zone to be retrieved. | path |
Response Body
element: | zone |
media types: | application/xml application/json |
a ZoneDTO corresponding to the Id supplied.
Status Codes
HTTP Status Code | Description |
---|---|
200 OK | OK |
404 Not Found | Not found - see returned ExceptionDTO |
400 Bad Request | Bad request - see returned ExceptionDTO |
401 Unauthorized | Authentication required. |
403 Forbidden | Authorization required - access forbidden |