获取数据源或第三方服务

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

路径参数

响应

  • 200 application/json

    已成功检索。

    以下之一:
GET /groups/{groupId}/apps/{appId}/services/{serviceId}
curl \
 --request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/services/{serviceId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
响应示例 (200)
{
  "_id": "string",
  "name": "string",
  "type": "string"
}
{
  "_id": "string",
  "name": "mongodb-datafederation",
  "type": "datalake",
  "config": {
    "dataLakeName": "string"
  }
}
{
  "_id": "string",
  "name": "string",
  "type": "aws",
  "version": 42
}