Get Prisma Cloud Compute Version
GET/api/v32.07/version
x-prisma-cloud-target-env: {"permission":"user"}
Retrieves the version number for Console.
cURL Request
The following cURL command retrieves the version number for Console.
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/version
A successful response returns the version number for Console.
Responses
- 200
- default
- application/json
- Schema
Schema
string
Loading...