Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Additional Tags in resource_labels from compute.InstancesClient SDK Response #13385

Open
bhavika-heeddata opened this issue Dec 23, 2024 · 1 comment
Labels
needs more info This issue needs more information from the customer to proceed. type: question Request for information or clarification. Not an issue.

Comments

@bhavika-heeddata
Copy link

bhavika-heeddata commented Dec 23, 2024

@parthea
Actual Behavior:
When using the compute.InstancesClient.from_service_account_info(credentials_dict) API call in the SDK, the resource_labels (tags) for instances are being retrieved in the response. However, additional tags that are expected to be present are missing in the SDK response.
Screenshot from 2024-12-23 12-03-57
In Local
Labels:
heeddata_tracking_id: 46f6da387b1c818987717b2f31fb9774ac1b4a11
Tags:
Tag: http-server
Tag: https-server
Expected Behavior:
The resource_labels should include all tags associated with the instance, including additional custom tags.

@parthea
Copy link
Contributor

parthea commented Jan 2, 2025

Hi @bhavika-heeddata ,

Assuming that you're using the instances.list API, please can you try sending the request using the Try this method interface on this page? That will help determine if this is a problem with the API itself or the client library.

In addition, please share the sample code that you used to help reproduce the issue?

@parthea parthea added type: question Request for information or clarification. Not an issue. needs more info This issue needs more information from the customer to proceed. labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info This issue needs more information from the customer to proceed. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

2 participants