sandbox_response
A sandbox_response
represents a sandbox stored on the server.
Name | Type | Description |
---|---|---|
active_revision | integer | The currently active revision number of the sandbox. |
created_time | datetime | The time that the sandbox was created, in UTC. |
latest_revision | integer | The latest revision number in the sandbox. |
customer | string | The customer name of the sandbox owner; for example, "company" for company:user. |
owner | string | The user name of the sandbox owner; for example, "user" for company:user. |
revisions | revision_response[] | The subset of revisions in the sandbox that match the request parameters. Returned from a /v1/sandboxes/{sandbox_id}/revisions request only. Otherwise, is non-existent. |
sandbox_id | string | The ID of the sandbox. |
sandbox_name | string | The name of the sandbox. |
updated_time | datetime | The time that the sandbox was last updated, in UTC. |