Lybic Docs

列出沙箱

返回组织的沙箱列表。

GET
/api/orgs/{orgId}/sandboxes

返回组织的沙箱列表。

Path Parameters

orgId*string

组织 ID

Response Body

application/json

curl -X GET "https://loading/api/orgs/string/sandboxes"
[
  {
    "id": "string",
    "name": "string",
    "expiredAt": "2019-08-24T14:15:22Z",
    "expiresAt": "2019-08-24T14:15:22Z",
    "createdAt": "2019-08-24T14:15:22Z",
    "projectId": "string",
    "shapeName": "string"
  }
]