List Policy Filters
GET/filter/policy/suggest
Returns an object whose keys are the supported policy filters and corresponding values are the default or recent options for that filter.
Responses
- 200
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
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.category 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.class 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.complianceRequirement 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.complianceSection 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
policy.enabled 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.label 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.name 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.policyMode 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.remediable 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.rule.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.severity 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.subtype 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.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
{
"cloud.type": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.category": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.class": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.complianceRequirement": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.complianceSection": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.complianceStandard": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.enabled": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.label": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.name": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.policyMode": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.remediable": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.rule.type": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.severity": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.subtype": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"policy.type": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
}
}