Skip to main content

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

ParameterDescription
Account IDsA comma-separated list in order to limit the action to specific account IDs.
CollectionsA comma-separated list in order to limit the action to specific collections.
Compliance IDsA comma-separated list in order to limit the action to specific compliance IDs.
FieldsA comma-separated list of fields to retrieve.
Function IDsA comma-separated list in order to limit the action to specific function IDs.
OffsetOffset from the start of the list from which to retrieve documents.
ProvidersA comma-separated list in order to limit the action to specific providers.
RegionsA comma-separated list in order to limit the action to specific regions.
RuntimesA 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

Workflow LibraryPreview this Workflow on desktop