Page MenuHomePhabricator

Esha can see her environments' high-level status information through the API (GET /environments)
Closed, ResolvedPublic1 Estimated Story Points

Description

A/C:
Given that Esha has POST /api/v0/environments with valid environment data
When Esha GET /api/v0/environment
Then she receives a 200 with something like

[
  {
    "id": 1,
    "label": "Esha Env",
    "url": "https://catalyst-esha-env.wmcloud.org",
    "resources": [
      {
        "type": "service",
        "name": "meddiawiki"
      }
    ],
  }
]

Event Timeline

SDunlap renamed this task from GET /environments gets that user's environments and high-level status information to Esha can see her environments' high-level status information through the API (GET /environments).Sep 19 2023, 7:32 PM
SDunlap set the point value for this task to 1.