后端状态

返回项目 host 状态数组。

1curl -X GET "https://api.hola.cloud/v0/status"
1[
2  {
3    "id": "project-123",
4    "name": "My Project",
5    "host": "my-project.hola.cloud",
6    "status": 200,
7    "statusText": "200 OK"
8  }
9]

评论

发表评论