Describe environment

Describe an environment and counts of its resources

get/environments/{name}

Path parameters

namestring required

The name of the environment.

The name of the environment.

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

number_catalogsinteger required
number_schedulesinteger required
number_secretsinteger required

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/DescribeEnvironmentResponse.json"
}

Changes