List Serverless Function Scan Results
Retrieves all scan reports for the serverless functions which Prisma Cloud was configured to scan.
External Documentation
To learn more, visit the Prisma Cloud CWP documentation.
Parameters
Parameter | Description |
---|---|
Account IDs | A comma-separated list in order to limit the action to specific account IDs. |
Collections | A comma-separated list in order to limit the action to specific collections. |
Compliance IDs | A comma-separated list in order to limit the action to specific compliance IDs. |
Fields | A comma-separated list of fields to retrieve. |
Function IDs | A comma-separated list in order to limit the action to specific function IDs. |
Offset | Offset from the start of the list from which to retrieve documents. |
Providers | A comma-separated list in order to limit the action to specific providers. |
Regions | A comma-separated list in order to limit the action to specific regions. |
Runtimes | A comma-separated list in order to limit the action to specific runtimes. |
Example Output
[
{
"_id": "2226875301309860442",
"type": "vm",
"hostname": "",
"scanTime": "2022-12-01T18:08:15.299Z",
"binaries": [],
"Secrets": [],
"startupBinaries": [],
"osDistro": "redhat",
"osDistroVersion": "7",
"osDistroRelease": "RHEL7",
"distro": "CentOS Linux release 7.9.2009 (Core)",
"packages": [
{
"pkgsType": "package",
"pkgs": [
{
"version": "0.100-7.el7",
"name": "dbus-glib",
"cveCount": 8,
"license": "AFL and GPLv2+",
"layerTime": 0
},
{
"version": "2.02-0.87.el7.centos.7",
"name": "grub2-common",
"cveCount": 184,
"license": "GPLv3+",
"layerTime": 0
}
]
}
]
}
]
Workflow Library Example
List Serverless Function Scan Results with Prisma Cloud Cwp and Send Results Via Email
Preview this Workflow on desktop