관리 작업의 상태 확인

이 페이지에서는 장기 실행 Cloud Domains 작업 상태를 확인하는 방법을 설명합니다. 작업 상태를 확인하는 것은 어떤 이유로든 작업이 중단되는 경우에 유용합니다.

다음 표의 절차는 장기 실행 작업을 사용합니다.

gcloud 명령어 API 메서드
register register
update patch
delete delete
configure contacts configureContactSettings
configure dns configureDnsSettings
configure management configureManagementSettings

작업 상태 확인

각 작업의 상태를 확인하려면 다음 단계를 완료하세요.

gcloud

API

  • 프로젝트의 모든 Cloud Domains 작업을 나열하려면 본문을 비워 둔 상태로 operations.list 메서드를 사용합니다.

    GET https://domains.googleapis.com/v1/projects/PROJECT_ID/locations/global/operations
    

    PROJECT_ID를 프로젝트 이름으로 바꿉니다.

  • 프로젝트의 Cloud Domains 작업에 대한 정보를 가져오려면 본문을 비워 둔 상태로 operations.get 메서드를 사용합니다.

    GET https://domains.googleapis.com/v1/projects/PROJECT_ID/locations/global/operations/OPERATION_ID
    

    다음을 바꿉니다.

    • PROJECT_ID: 프로젝트의 이름
    • OPERATION_ID: 세부정보를 가져올 작업의 ID 또는 정규화된 식별자

다음 단계