List Serverless Function Names
Retrieves a list of names of all Serverless resources monitored by Prisma Cloud Compute.
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
[
"function_name",
"another_function_name"
]
Workflow Library Example
List Serverless Function Names with Prisma Cloud Cwp and Send Results Via Email
Preview this Workflow on desktop