Environment

The Environment API alows you to retrieve information about Environments within an organization.

circle-info

API SUBPATH: eva-environment

circle-info

Per default, the eva-environment API has it's network policy blocking external access. The following documentation has Syntphony CAI server clients as their target. If you are an eva-cloud customer, the tasks berformed below must be instead requested by submitting a ticket.

Retrieves all existing environments of an organization.

get
Path parameters
orgUUIDstringRequired

A valid organization Uuid

Responses
chevron-right
200

OK

*/*
get
/org/{orgUUID}/environments

Retrieves all existing environments.

get
Path parameters
orgUUIDstringRequired

A valid organization Uuid

envUUIDstringRequired

A valid environment Uuid

Responses
chevron-right
200

OK

*/*
get
/org/{orgUUID}/environments/{envUUID}

Last updated

Was this helpful?