How to get number of cloud run container using postman

28 Views Asked by At

I am trying to fetch number of GCP Cloud Run container count using postman but unable to find it.

can you please help in constructing postman request.

Thanks in advance.

run.googleapis.com/container/instance_count Trying this

1

There are 1 best solutions below

0
Ricardo Gellman On

If you have the parameters below, you could try

GET https://run.googleapis.com/v1/projects/{PROJECT_ID}/locations/{REGION}/services/{SERVICE_NAME}