/sandboxes/{id}
Mount Point: /auth/api/v1/sandboxes/{id}/
The following operations are supported on this resource:
GET
Retrieve a specified policy sandbox.
Parameters
| name | description | type | default |
|---|---|---|---|
| id | The ID of the policy sandbox to be retrieved. | path |
Response Body
| result: | policySandbox |
| media types: | application/json |
The requested PolicySandbox object.
PUT
Update a policy sandbox definition.
Parameters
| name | description | type | default |
|---|---|---|---|
| id | The ID of the policy sandbox to be updated. | path |
Request Body
| element: | policySandbox |
| media types: | application/json |
PolicySandbox object containing modified contents.
Response Body
| result: | policySandbox |
| media types: | application/json |
PolicySandbox updated policy sandbox.
Status Codes
| code | description |
|---|---|
| 200 | Success |
| 409 | Reserved for cache object out of date |
DELETE
Delete a policy sandbox.
Parameters
| name | description | type | default |
|---|---|---|---|
| id | Name of policy sandbox to be deleted. | path |
Status Codes
| code | description |
|---|---|
| 204 | Success |
| 404 | No such object |