How to invoke zeebe actuator end point from postman for self managed Camunda8 http://{zeebe-gateway}:9600/actuator/health

Hi All,
I have Camunda8 self managed setup.I deploy and run my process with web modeller and desktop modeler. I am doing performance test and need to call zeebe API gateway actuator end point: http://{zeebe-gateway}:9600/actuator/health and few other actuator end point to understnad zeebe disk space consumption and other things.
when I deploy my process using web modeller I provide:

  1. cluster end point that is zeebe gateway host and port - enter in gRPC host in postman
  2. I select OAuth in authetication
  3. I provide client id and client secret
  4. I provide OAuth token url
  5. OAuth audience
    from postman I have setup gRPC request however I cannot find how to send these details from postman that will autheticate and get token,
    Could you please help, thanks you.

Refer the documentation:

Thank you, I was never able to make http call to zeebe gateway url with actuator end point, it asked me to use gRPC that I was not able to do, however using K8s I did port forward then was able to access actuator end point.
could you please tell more about your above screenshot, How have you authticated ur above request? thank you very much

I tested with local docker setup. There was no authentication required for health checkup. How did you setup Camunda SM and what’s your version.

I did setip in K8s using helm chart for SM