Environment

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

API SUBPATH: eva-environment

Per default, the eva-environment API has it's network policy blocking external access. The following documentation has eva 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
200
OK
*/*
get
GET /org/{orgUUID}/environments HTTP/1.1
Host: 
Accept: */*
{
  "uuid": "text",
  "organizationUuid": "text",
  "instanceUuid": "text",
  "instanceName": "text",
  "dns": "text",
  "apiURL": "text",
  "name": "text",
  "removed": true,
  "applications": [
    {
      "version": "text",
      "name": "text",
      "properties": {
        "ANY_ADDITIONAL_PROPERTY": "text"
      }
    }
  ],
  "permissions": [
    "text"
  ]
}

Retrieves complete information from an existing Environment.

get
Path parameters
orgUUIDstringRequired

A valid organization Uuid

envUUIDstringRequired

A valid environment Uuid

Responses
200
OK
*/*
get
GET /org/{orgUUID}/environments/{envUUID} HTTP/1.1
Host: 
Accept: */*
{
  "uuid": "text",
  "organizationUuid": "text",
  "instanceUuid": "text",
  "instanceName": "text",
  "dns": "text",
  "apiURL": "text",
  "name": "text",
  "removed": true,
  "applications": [
    {
      "version": "text",
      "name": "text",
      "properties": {
        "ANY_ADDITIONAL_PROPERTY": "text"
      }
    }
  ],
  "permissions": [
    "text"
  ]
}

Was this helpful?

#144: 4.5 - Gen AI (KAI, Rephrase, Assist) + What's New (Notifications)

Change request updated