Describe a logical environment
Describe a logical environment
Retrieves detailed information about a logical environment by its ID.
GET
Describe a logical environment
Authorizations
Bearer token for authentication
Path Parameters
ID is the unique identifier of the logical environment
Query Parameters
Name of the logical environment (must be DNS-1123 compliant)
Response
A successful response.
Example:
{
"updated_at": "2000-01-23T04:56:07.000Z",
"organization_id": "organization_id",
"name": "name",
"description": "description",
"created_at": "2000-01-23T04:56:07.000Z",
"id": "id"
}