Skip to main content

Get Prisma Cloud Compute Version

GET 

/api/v32.04/version

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

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

Schema

    string

Loading...