Google onboarding collection
Number of APIs: 12
Learn how to get started with Google Cloud APIs in Qodex. If you are using Google Cloud APIs for the first time, you can follow the steps in this guide to call the APIs using requests sent through the Qodex client. You can also use these requests to experiment with an API before you develop your application or to run an API sequence programmatically in Qodex.
Get Started
Follow along with step-by-step instructions at [Get started with Google Cloud Platform APIs]
What You’ll Learn
- how to enable Google Cloud APIs
- how to authenticate to Google Cloud APIs
- how to set up Cloud instances and storage
- how to troubleshoot unexpected API behavior
- how to grant access to Cloud resources
- how to automate API workflows for Google Cloud Platform in Qodex
-
Storage - Create bucket POST https://storage.googleapis.com/storage/v1/b?project={{my-project-id}}
-
Compute - Discover Compute APIs GET https://www.googleapis.com/discovery/v1/apis/compute/v1/rest
-
Compute - Create instance POST https://compute.googleapis.com/compute/v1/projects/:projectId/zones/:zone/instances
-
Compute - Get instance GET https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances/:instance
-
Storage - Discover Storage APIs GET https://www.googleapis.com/discovery/v1/apis/storage/v1/rest
-
Storage - Upload objects from files POST https://storage.googleapis.com/upload/storage/v1/b/:bucketName/o?uploadType=media&name={{object-name}}
-
Storage - Download objects as files GET https://storage.googleapis.com/storage/v1/b/:bucketName/o/:objectName?alt=media
-
Storage - Make all objects in bucket publicly readable PUT https://storage.googleapis.com/storage/v1/b/:bucket-name/iam
-
Resource Manager - Get IAM policy POST https://cloudresourcemanager.googleapis.com/v1/projects/{{my-project-id}}:getIamPolicy
-
Resource Manager - Set IAM policy POST https://cloudresourcemanager.googleapis.com/v1/projects/{{my-project-id}}:setIamPolicy