获取 /groups/{groupId}/apps/{appId}/services

路径参数

响应

  • 200 application/json

    已成功列出服务。

    隐藏响应属性 显示响应属性 对象
    • 名称 字符串

      服务名称。

    • 类型 字符串

      服务类型。

GET /groups/{groupId}/apps/{appId}/services
curl \
 --request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/services' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
响应示例 (200)
[
  {
    "name": "string",
    "type": "string"
  }
]