Environments
Get an environments in an organisation.
Path Parameters
organisationSlug
RequiredstringPattern:
"^[a-z0-9-]+$"
environmentSlug
RequiredstringPattern:
"^[a-z0-9-]+$"
Response Body
Request was successfully processed. The response body contains the requested data.
TypeScript Definitions
Use the response body type in TypeScript.
id
integerFormat:
"int64"
identity
stringFormat:
"uuid"
name
stringpurpose
stringtype
stringdescription
stringcreatedAt
stringFormat:
"date-time"
modifiedAt
stringFormat:
"date-time"
deletedAt
stringFormat:
"date-time"
totalClusters
integerFormat:
"int64"
totalCpu
integerFormat:
"int64"
totalMemory
integerFormat:
"int64"
slug
objectorganisationSlug
objectcurl -X GET "https://api.avisi.cloud/api/v1/orgs/string/environments/string"
{
"id": 0,
"identity": "10a80a7a-1a32-4a74-b592-aa2a4ef691c5",
"name": "string",
"purpose": "string",
"type": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z",
"modifiedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"totalClusters": 0,
"totalCpu": 0,
"totalMemory": 0,
"slug": {
"slugValue": "string"
},
"organisationSlug": {
"slugValue": "string"
}
}