List Issues
List all issues.
Parameters
Parameter | Description |
---|---|
Created Date | Issue's creation time (equals to, or later than). |
Datastore UID | Related Datastore UID. |
Limit | Limit the number of results. (1-100) |
Offset | Offset within total existing results. |
Return All Pages | Automatically fetch all resources, page by page. |
Severity | Issue's Severity. |
Status | Issue Status. |
Updated Date | Issue's last update time (equals to, or later than). |
Example Output
{
"limit": 10,
"offset": 0,
"results": [
{
"account": {
"inPlatformIdentifier": "Account's platform identifier (e.g AWS Account ID)",
"name": "Account name as provided to Cyera"
},
"classificationGroups": [
"Personal",
"Health",
"Financial",
"IT \u0026 Security",
"Business \u0026 IP"
],
"cloudProviderTags": [
{
"key": "env",
"value": "prod"
},
{
"key": "business-owner",
"value": "some@admin.com"
}
],
"createdDate": "2022-11-05T12:51:08.000Z",
"data": {
"dataClassesUids": [
"d0d033c7-5cca-48d2-a270-f6848443f4a6"
],
"recordsAtRisk": 1
},
"datastoreCloudProviderTags": [
{
"key": "Cloud Provider Tag Key",
"value": "Cloud Provider Tag Value"
}
],
"datastoreName": "users-bucket",
"datastoreUid": "379661c3-ad91-4691-ab58-8704ff5f6a9e",
"datastoreUserTags": [
{
"key": "env",
"value": "prod"
},
{
"value": "api-first"
}
],
"engine": "s3",
"infrastructure": "s3",
"name": "Sensitive Data in Public S3 Bucket",
"owner": "some@admin.com",
"provider": "AWS",
"regions": [
"us-east-1",
"us-east-2"
],
"resolution": "Issue resolution reason, in case the issue is closed",
"risk": {
"description": "Policy Description",
"frameworks": [
"string"
],
"policyUid": "Policy UID",
"riskType": "Category of Risk"
},
"riskStatus": "Issue risk status",
"severity": "Severity",
"status": "Issue status",
"uid": "753c0095-7a62-48ef-9e3c-1ddcc2261394",
"updatedDate": "2022-11-05T12:51:08.000Z"
}
],
"total": 1
}
Workflow Library Example
List Issues with Cyera and Send Results Via Email
Preview this Workflow on desktop