Docs Menu
Docs Home
/ /
Atlas CLI
/ / / /

atlas privateEndpoints azure interfaces describe

이 페이지의 내용

  • 구문
  • arguments
  • 옵션
  • 상속된 옵션
  • 출력
  • 예시

프로젝트에 지정된 Azure 비공개 엔드포인트 인터페이스의 세부 정보를 반환합니다.

이 명령을 사용하려면 프로젝트 읽기 전용 역할이 있는 사용자 계정 또는 API 키로 인증해야 합니다.

명령 구문
atlas privateEndpoints azure interfaces describe <privateEndpointResourceId> [options]
이름
유형
필수 사항
설명
privateEndpointResourceId
문자열
true
Azure의 Azure 비공개 엔드포인트 인터페이스를 식별하는 고유 문자열입니다.
이름
유형
필수 사항
설명
--endpointServiceId
문자열
true
Atlas의 비공개 엔드포인트를 식별하는 고유한 24자 영숫자 문자열입니다.
-h, --help
거짓
설명 도움말
-o, --output
문자열
거짓
출력 형식입니다. 유효한 값은 json, json-path, go-템플릿 또는 go-템플릿 파일입니다. 전체 출력을 보려면 -o json 옵션을 사용합니다.
--projectId
문자열
거짓
사용할 프로젝트를 식별하는 16진수 문자열입니다. 이 옵션은 구성 파일 또는 환경 변수의 설정을 재정의합니다.
이름
유형
필수 사항
설명
-P, --profile
문자열
거짓
구성 파일에서 사용할 프로필의 이름입니다. Atlas CLI의 프로필에 대해 자세히 알아보려면 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings를 참조하세요.

명령이 성공하면 Atlas CLI는 다음 샘플과 유사한 출력을 반환합니다. 괄호 안의 값은 사용자의 값을 나타냅니다.

ID IP ADDRESS STATUS ERROR
<PrivateEndpointResourceId> <PrivateEndpointIPAddress> <Status> <ErrorMessage>
# Return the JSON-formatted details of the Azure private endpoint interface with the ID /subscriptions/4e133d35-e734-4385-a565-c0945567ae346/resourceGroups/rg_95847a959b876e255dbb9b33_dfragd7w/providers/Microsoft.Network/privateEndpoints/cli-test in Azure for an AWS private endpoint with the ID 5f4fc14da2b47835a58c63a2 in Atlas:
atlas privateEndpoints azure interfaces describe /subscriptions/4e133d35-e734-4385-a565-c0945567ae346/resourceGroups/rg_95847a959b876e255dbb9b33_dfragd7w/providers/Microsoft.Network/privateEndpoints/cli-test --endpointServiceId 5f4fc14da2b47835a58c63a2

돌아가기

삭제