启用 API

本页面介绍了如何启用 Recommender API。如要使用 gcloudREST 界面查看和管理建议和数据分析,必须启用 API。

如要启用 Recommender API,请执行以下操作:

gcloud

  1. 如果您还没有 Google Cloud 项目,请立即创建一个

  2. 设置默认项目,其中 PROJECT_ID 是您的项目 ID:

    gcloud config set project PROJECT_ID
    
  3. 启用所需的 API。

    gcloud services enable recommender.googleapis.com
    

控制台

  1. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Roles required to select or create a project

    • Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
    • Create a project: To create a project, you need the Project Creator role (roles/resourcemanager.projectCreator), which contains the resourcemanager.projects.create permission. Learn how to grant roles.

    Go to project selector

  2. Enable the Recommender API.

    Roles required to enable APIs

    To enable APIs, you need the serviceusage.services.enable permission. If you created the project, then you likely already have this permission through the Owner role (roles/owner). Otherwise, you can get this permission through the Service Usage Admin role (roles/serviceusage.serviceUsageAdmin). Learn how to grant roles.

    Enable the API