External DocumentationTo learn more, visit the Upwind documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Framework ID | The framework ID to filter results by. |
| Organization ID | The ID of the organization. |
| Page Token | The page token to retrieve the next set of results. |
| Per Page | The maximum number of results to return per page. |
| Resource Name | The resource name to filter results by. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Severity | The severity of the item. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Check ID | The check ID to filter results by. |
| Check Title | The check title to filter results by. |
| Cloud Account Tags | The cloud account tags to filter results by. Use key=value format to specify tags. Multiple tags can be specified by separating them with commas. |
| Framework Title | The framework title to filter results by. |
| Include Cloud Account Tags | Select to include cloud account tags in the response. |
| Max Last Seen Time | The date and time used to filter results that were last seen on or before this value. |
| Min Last Seen Time | The date and time used to filter results that were last seen on or after this value. |
| Status | The status of the configuration to filter results by. |
Example Output
{
"resourceFindings": [
{
"id": "string",
"status": "PASS",
"severity": "LOW",
"title": "string",
"description": "string",
"first_seen_time": "2024-07-29T15:51:28.071Z",
"last_seen_time": "2024-07-29T15:51:28.071Z",
"framework": {
"id": "string",
"status": "ENABLED",
"version": "string",
"revision": "string",
"title": "string",
"description": "string",
"cloud_provider": "string"
},
"check": {
"id": "string",
"title": "string",
"remediation": "string",
"description": "string"
},
"resource": {
"id": "string",
"external_id": "string",
"name": "string",
"type": "string",
"cloud_provider": "AWS",
"region": "string",
"cluster_id": "string",
"cloud_account_id": "string",
"cloud_account_name": "string",
"namespace": "string",
"internet_exposure": {
"ingress": {
"active_communication": true
}
},
"cloud_account_tags": [
{
"key": "string",
"value": "string"
}
],
"risk_categories": [
"string"
]
},
"last_sync_time": "2024-07-29T15:51:28.071Z"
}
],
"pagination": {
"totalItems": 0,
"size": 0,
"offset": 0,
"nextPageToken": [
null
],
"hasMoreData": true
}
}