v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438212159.2 KB

Returns information about a Dev Environment for a source repository in a project. Dev Environments are specific to the user who creates them.

get/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}

Path parameters

spaceNamestring required

The name of the space.

projectNamestring required

The name of the project in the space.

idstring required

The system-generated unique ID of the Dev Environment for which you want to view information. To retrieve a list of Dev Environment IDs, use <a>ListDevEnvironments</a>.

Response

Success

spaceNamestring required

The name of the space.

projectNamestring required

The name of the project in the space.

idstring required

The system-generated unique ID of the Dev Environment.

lastUpdatedTimestring date-time required

The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.

creatorIdstring required

The system-generated unique ID of the user who created the Dev Environment.

status'PENDING' | 'RUNNING' | 'STARTING' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'DELETING' | 'DELETED' required

The current status of the Dev Environment.

statusReasonstring

The reason for the status.

aliasstring

The user-specified alias for the Dev Environment.

instanceType'dev.standard1.small' | 'dev.standard1.medium' | 'dev.standard1.large' | 'dev.standard1.xlarge' required

The Amazon EC2 instace type to use for the Dev Environment.

inactivityTimeoutMinutesinteger required

The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.

vpcConnectionNamestring

The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.