Get sandbox

Get details of a specific sandbox by name.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

sandbox_namestringRequired

Response

Successful Response
idstringformat: "uuid"
namestring
statusstring
imagestring
specobject
Hardware specification of a sandbox.
networkobject or null
Network configuration of a sandbox.
workdirstring or null
created_atdatetime or null
created_bystring or null
deleted_atdatetime or null

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error