Skip to main content
0 votes
1 answer
153 views

I am using a curl request for my backend php class to access google's computeRoute. when I run a curl request with a string it works (as below). However dynamically generate the values with an array ...
Paul Kendal's user avatar
0 votes
1 answer
459 views

I have a commitment created in GCP cloud for a reservation. The commitment includes a VM e2-micro and a single virtual CPU with 1024MB memory. I am trying to get a utilization of this resource till ...
Shiva's user avatar
  • 31
0 votes
1 answer
113 views

I am writing a cloud function which gets trigger from slack with an IP and then we whitelist the IP in GCP firewall. because GCP firewall dont appeand so we have to get the IP and then appear a new IP ...
Waseem Mir's user avatar
2 votes
2 answers
377 views

I have created instance with same configuration as mentioned in the Commmited use discount/reservation seciton, yet when i goto Reservations, it shows it is currently using none. reservationslist ...
Sriram Srinivasan's user avatar
0 votes
1 answer
75 views

I'm trying to use Apps Script to interact with google compute engine and generate an instance. I've tested out a payload in the "TRY IT" (on the right side) of the google page (https://cloud....
Amomynous's user avatar
0 votes
1 answer
201 views

I have a GCP Workflows accessing an API served on a GCP Compute Instance using the public IP and it is working fine. Now I want to use the same Workflows but accessing by private IP and I get a ...
Leandro Gianotti's user avatar
2 votes
1 answer
833 views

I am trying to follow for the most part this guide to deploy a Google Workflow to launch a container optimized VM on compute engine, run a long running task, and then clean up the VM. I am also using ...
Zach's user avatar
  • 113
0 votes
1 answer
86 views

My framework uses Python API for GCE to create instances on the fly as needed. All the instances are based on single machine image. There is a limit on the rate of the instance-creation operation. ...
AlwaysLearning's user avatar
0 votes
1 answer
2k views

I would like to know if there is a way to collect the technical specifications of a virtual machine from Google Cloud (CPU, frequency, memory, storage) ? I am using the billing API (https://...
Scryper's user avatar
  • 341
3 votes
1 answer
1k views

Is it possible to filter out instances on a wildcard or regex? I essentially just want GCE instances, not GKE or instances provisioned by other services. I've found that GCP service created instances ...
Ari's user avatar
  • 6,339
1 vote
1 answer
2k views

What is the current "standard" way to create a gcp compute client in python? I have seen both: import googleapiclient.discovery service = googleapiclient.discovery.build( 'container',...
Lister's user avatar
  • 180
0 votes
1 answer
730 views

I am working on a project to interact with Google Cloud Compute. For that I found 2 ways to interact with Google Cloud using Python (Can use other languages too); Google API clients(Rest orchestration)...
Yogesh Patil's user avatar
0 votes
1 answer
219 views

I am building a list of gcloud instances using the Python API. These are the commands that pull the info from GCP on the servers: project_id = 'company1' zone = 'us-east1-b' compute = googleapiclient....
bluethundr's user avatar
  • 1,405
0 votes
1 answer
145 views

I need to read and write to a google storage from my vm with no public IP. It has a disk with a custom image with everything I need: python etc. I create an instance with a script like this one. In ...
David's user avatar
  • 362
0 votes
1 answer
977 views

How can I get the current size of a GKE node pool using the REST (or Node) API? I'm managing my own worker pool using my Express app running on my cluster, and can set the size of the pool and track ...
Daniel Wexler's user avatar

15 30 50 per page