Skip to main content

Ping

GET 

/api/v32.04/_ping

x-prisma-cloud-target-env: {"permission":"none","saas":true,"self-hosted":true}
x-public: true

Checks if Console is reachable from your network host.

cURL Request

Refer to the following cURL example command that pings Console and prints the HTTP response code:

$ curl -k \
-s \
-o /dev/null \
-w "%{http_code}\n" \
-X GET \
https://<CONSOLE>/api/v<VERSION>/_ping

Responses

Schema
  • Array [
  • integer

  • ]
Loading...