올바른 기준 URL을 사용했습니다. 하이브리드 기준 URL은 Edge API의 기본 URL과 동일하지 않습니다. https://apigee.googleapis.com/v1을 사용합니다.
올바른 엔드포인트 URL을 사용했습니다. 버전은 '1'이고 엔드포인트는 /organizations/my_organization/environments/test/apis/myproxy/revisions/1/deployments입니다. 존재하지 않는 버전을 지정하면 요청은 다음과 같이 빈 응답을 반환합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-27(UTC)"],[[["This documentation version (1.4) is end-of-life, and users should upgrade to a newer version for continued support and functionality."],["You can check the deployment status of an API proxy by utilizing the Apigee APIs and following the steps outlined in this document."],["To obtain an access token required to use the Apigee APIs, you need to export the `GOOGLE_APPLICATION_CREDENTIALS` variable to point to the correct JSON service account key file, and then use the `gcloud` tool to generate a token using `gcloud auth application-default print-access-token`."],["The revisions API endpoint to check the status of an API proxy is `https://apigee.googleapis.com/v1/organizations/my-organization/environments/test/apis/myproxy/revisions/1/deployments`, which uses the `GET` method with the proper `Authorization` header."],["A successful deployment of the API proxy will show a `\"state\": \"READY\"` in the response, while errors or incorrect parameters in the request can result in an empty response or an error."]]],[]]