How to enable cluster monitoring from rancher client-python

I used client-python to manage cluster ,
and already get cluster client object.

Used cluster_context.client.action(action_name=‘enableMonitoring’) to enable monitoring,

but got message: action() missing 1 required positional argument: ‘obj’.

What is the content about this obj?

It’s a request payload just like this?:
answers