Avisi cloud logo
Environments

Create an environments in an organisation.

POST
/api/v1/orgs/{organisationSlug}/environments

Path Parameters

organisationSlugstring
Match^[a-z0-9-_]+$
namestring
Match^[a-zA-Z0-9\-\s&]*$
Length1 <= length <= 25
purpose?string
Length0 <= length <= 255
type?string
Value in"production" | "staging" | "development" | "demo" | "other"
description?string
Length0 <= length <= 500

Response Body

curl -X POST "https://api.avisi.cloud/api/v1/orgs/string/environments" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "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"
  }
}
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}