查看管理任务的状态

<ph type="x-smartling-placeholder">

本页介绍了如何检查长时间运行的作业的状态 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 中的 Cloud Domains 操作的信息, 项目,请使用 operations.get 方法 正文为空:

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

    替换以下内容:

    • PROJECT_ID:您的项目的名称
    • OPERATION_ID:ID 或完全限定的标识符 针对您想要获取其详情的操作

后续步骤