Consider this CLI:
gcloud services vpc-peerings enable-vpc-service-controls ...
Questions:
For any gcloud
command you can append --log-http
to have the command enumerate the underlying REST APIs that are called.
Another approach is to browse the service using:
enableVpcServiceControls
This approach also provides definitions of the request and response (and Operation
) types