Skip to main content
Generate a new report for issues and files at risk. Required Permission:
  • cyera.insert.report
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
ConditionsA set of filter conditions that define which issues and files would be included in the report.

Example:
{
“filters”: [
{
“policyUids”: {
“field”: “policyUids”,
“operator”: “IN”,
“values”: [
“string”
]
}
}
],
“filterGroups”: [
{
“entity”: “Datastore”,
“filters”: [
{
“datastoreUids”: {
“field”: “datastoreUids”,
“operator”: “IN”,
“values”: [
“string”
]
},
“infrastructures”: {
“field”: “infrastructures”,
“operator”: “IN”,
“values”: [
“ec2”
]
}
}
]
}
]
}
For more information about the conditions parameter, please visit Cyera’s documentation.
Email RecipientsA comma-separated list of email recipients to send the generated report to.

Example Output

{
	"reportJobUid": "91c5ca09-3716-48ed-9fa8-0a3df4cb81a6"
}

Workflow Library Example

Create Issues and Files Report with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop