Skip to main content

Get Host Information

GET 

/api/v33.02/hosts/info

x-prisma-cloud-target-env: {"permission":"monitorRuntimeHosts"}

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

Note: The query parameters issueType is not supported for this API endpoint.

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