Feature Request P2
Status Update
Comments
ma...@schwab.com <ma...@schwab.com> #2
At present, the advertised base priority can only be configured on a per BGP session basis, not a per-prefix basis for routes advertised in that BGP session.
https://cloud.google.com/sdk/gcloud/reference/compute/routers/add-bgp-peer#--advertised-route-priority
Description
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: Customers have many projects and they can't seem to find an easy way to obtain the list of APIs enabled by project.
What you expected to happen: List all gcp projects in an Organization with a particular API enabled with gcloud.
Steps to reproduce: Try to list all the projects with a particular API using gcloud.
Other information (workarounds you have tried, documentation consulted, etc): Using this command [1] you will find the projects with an API enabled. But you will receive many fields when we only want to receive the project ID/number using gcloud.
[1]
gcloud asset search-all-resources \
--scope=organizations/[[YOUR-ORG-ID]] \
--asset-types=
--query=name: