Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 778 Bytes

env_all_summary.md

File metadata and controls

42 lines (35 loc) · 778 Bytes

Get Summary of ALL Environments

Retrieves a list of environments that are currently available to control

URL : /api/v1/env/summary

Method : GET

Success Response

Code : 200 OK

Example Response Body

[
  {
    "id": "931decfe6fd5",
    "name": "kube",
    "provider": "aws",
    "region": "ca-central-1",
    "running_instances": 0,
    "state": "stopped",
    "stopped_instances": 10,
    "total_instances": 10,
    "total_memory_gb": 94,
    "total_vcpu": 30
  },
  {
    "id": "36436c027202",
    "name": "bench6",
    "provider": "aws",
    "region": "ca-central-1",
    "running_instances": 0,
    "state": "stopped",
    "stopped_instances": 53,
    "total_instances": 53,
    "total_memory_gb": 270,
    "total_vcpu": 155
  }
]