데이터 소스 또는 타사 서비스 가져오기

얻다 /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
}