Skip to main content

Get Host Information

GET 

/api/v31.02/hosts/info

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

Returns minimal information that includes hostname, distro, distro-release, collections, clusters, and agentless about all deployed hosts.

A curl command to access this endpoint may resemble the following code snippet:

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/hosts/info

Request

Responses