Skip to main content
Retrieve a list of all cloud discovery scan reports.
External DocumentationTo learn more, visit the Prisma Cloud CWP documentation.

Basic Parameters

ParameterDescription
Account IDsA comma-separated list of credential IDs to filter by.
LimitThe maximum number of items to return from a collection.
OffsetThe offset of the first item to return from a collection.
ProvidersA comma-separated list of providers to filter by.
ReverseSelect to sort the results in reverse order.
Sort BySort the results using a key.

Advanced Parameters

ParameterDescription
Account NameA comma-separated list of account names to filter by.
AgentlessSelect to retrieve host names that are scanned by agentless scanning.
Registry NamesA comma-separated list of registry names to filter by.
Service TypeA comma-separated list of service types to filter by.
ZoneA comma-separated list of zones to filter by.

Example Output

[
	{
		"accountID": "string",
		"accountName": "string",
		"agentless": true,
		"collections": [
			"string"
		],
		"credentialId": "string",
		"defended": 0,
		"defenseCoverage": 0,
		"err": "string",
		"nodes": 0,
		"project": "string",
		"provider": [
			"aws",
			"azure"
		],
		"region": "string",
		"registry": "string",
		"registryTags": {},
		"serviceType": [
			"aws-ecr",
			"aws-lambda"
		],
		"total": 0,
		"undefended": 0,
		"zone": "string"
	}
]

Workflow Library Example

List Cloud Discovery Scan Results with Prisma Cloud Cwp and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop