Fetching list of operations performed on GCP using Activity log

Hey Folks does anyone aware is there any way to fetch the list of operations that are performed on the GCP , I am currently looking at the Activity log in the GCP I am getting the method name as below

beta.compute.instances.insert

I am trying to see the description of the actions if possible
Something like in the https://github.com/boto/botocore/tree/develop/botocore/data|aws

a lot of stuff is available in the audit logs and you can enable extra audit logging too

did you ask this somewhere else or did I not hit enter? :stuck_out_tongue:

No I asksed in the couple of places

oo — I sent a link to the actual API that uses which explains it — somewhere you posted

but actually generally they’re not super well documented in terms of being able to go through the list of roles that contain those permissions and just figure out what they mean… it sucks… you have to google around

Thanks :slightly_smiling_face: