Ping
GET/api/v32.07/_ping
x-prisma-cloud-target-env: {"permission":"none"}
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
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
integer
[
0
]
Loading...