Download Runtime Host Profiles
GET/api/v32.07/profiles/host/download
x-prisma-cloud-target-env: {"permission":"monitorRuntimeHosts"}
Retrieves the details and state of each host service runtime model in CSV format.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
-o <FILE NAME> \
https://<CONSOLE>/api/v<VERSION>/profiles/host/download
Request
Query Parameters
offset integer
Offsets the result to a specific report count. Offset starts from 0.
limit integer
Limit is the amount to fix.
sort string
Sorts the result using a key.
reverse boolean
Sorts the result in reverse order.
id string[]
IDs is the runtime profile id filter.
os string[]
OS is the service runtime profile OS filter.
state string[]
States is the runtime profile state filter.
imageID string[]
ImageIDs is the runtime profile image id filter.
image string[]
Images is the runtime profile image filter.
hostName string[]
Hosts is the runtime profile hostname filter.
namespace string[]
Namespaces is the runtime profile k8s namespace filter.
cluster string[]
Clusters is the runtime profile k8s cluster filter.
Responses
- 200
- default
OK
Loading...