Assigned
Status Update
Comments
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
co...@ubisoft.com <co...@ubisoft.com> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
co...@seems.cloud <co...@seems.cloud> #4
Is it any hope? We have migrated our IP address to the server with different role, and now the name of this IP address resource doesn't match its role at all. It seems to be trivial enough to momentary reserve static IP address of the old named resource, drop resource, and immediately recreate it with the new name and the old IP address.
ch...@getcruise.com <ch...@getcruise.com> #5
This would also improve life when using the Google Deployment Manager (since it otherwise error's out if you've changed a name of an IP)
al...@sap.com <al...@sap.com> #6
Over 3 years to get something as basic as renaming a static IP address. Any progress here?
ni...@gmail.com <ni...@gmail.com> #7
Yes, I have a customer who has this exact issue too! Any updates or workarounds would be very appreciated!
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered: I received a 400 Error Code when querying endpoint "GET https://compute.googleapis.com/compute/v1/projects/{project}/global/images ", done in Workflows and the API Explorer, to list compute images of a given family sorted by creation time.
What you expected to happen: I am expecting a 200 response with a full response with the expected images, which is possible using the gcloud cli. The below code block contains anonymized command and response:
Steps to reproduce:
Other information (workarounds you have tried, documentation consulted, etc):