Get Report Overview Filters and Options
GET/filter/report/suggest
Returns an object whose key/value pairs identify filter options for compliance posture data. The keys are supported filters, and the corresponding values identify the available and saved filter options.
The keys in the response object are the filter names you can use in List Report Overview Filter Autocomplete Suggestions.
Responses
- 200
- 404
success
- */*
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
account.group object
Model for FilterSuggestion
nameValue object[]
Filter options
Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters
Filter is a static filter
cloud.account object
Model for FilterSuggestion
nameValue object[]
Filter options
Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters
Filter is a static filter
cloud.region object
Model for FilterSuggestion
nameValue object[]
Filter options
Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters
Filter is a static filter
cloud.type object
Model for FilterSuggestion
nameValue object[]
Filter options
Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters
Filter is a static filter
policy.complianceStandard object
Model for FilterSuggestion
nameValue object[]
Filter options
Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters
Filter is a static filter
report.email.recipients object
Model for FilterSuggestion
nameValue object[]
Filter options
Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters
Filter is a static filter
report.frequency object
Model for FilterSuggestion
nameValue object[]
Filter options
Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters
Filter is a static filter
report.schedule object
Model for FilterSuggestion
nameValue object[]
Filter options
Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters
Filter is a static filter
schedule.status object
Model for FilterSuggestion
nameValue object[]
Filter options
Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters
Filter is a static filter
{
"account.group": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"cloud.account": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"cloud.region": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"cloud.type": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.complianceStandard": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"report.email.recipients": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"report.frequency": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"report.schedule": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"schedule.status": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
}
}
not_found