本页介绍了如何检查长时间运行的作业的状态 Cloud Domains 操作。如果您的操作因某种原因而中断,检查操作状态会很有用。
下表中的流程使用长时间运行的操作。
gcloud 命令 |
API 方法 |
---|---|
register |
register |
update |
patch |
delete |
delete |
configure contacts |
configureContactSettings |
configure dns |
configureDnsSettings |
configure management |
configureManagementSettings |
查看操作状态
如需查看每项操作的状态,请完成以下步骤。
gcloud
如需列出项目中的所有 Cloud Domains 操作,请使用
gcloud domains registrations operations list
命令:gcloud domains registrations operations list
如需获取项目中 Cloud Domains 操作的相关信息,请使用
gcloud domains registrations operations describe
命令:gcloud domains registrations operations describe OPERATION_ID
将
OPERATION_ID
替换为您要获取其信息的操作的 ID。如需等待指定的 Cloud Domains 操作完成,请使用
gcloud domains registrations operations wait
命令:gcloud domains registrations operations wait OPERATION_ID
将
OPERATION_ID
替换为 ID 或完全限定 您希望等待完成的操作的标识符。
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 或完全限定标识符
后续步骤
- 要查看审核日志,请参阅 Cloud Domains 审核日志信息。
- 如需访问 API 信息,请参阅 Cloud Domains API。
- 如需了解您在使用 Cloud Domains 时可能会遇到的常见问题的解决方案,请参阅问题排查。