Ping
GET/api/v31.02/_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
- 200
- default