List Inventory Filters V2
GET/filter/v2/inventory/suggest
Returns an object whose keys are supported asset inventory filters and values contain default recent options.
Responses
- 200
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- 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
asset.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
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.service 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.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
resource.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
resource.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
{
"account.group": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"asset.class": {
"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.service": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"cloud.type": {
"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
},
"resource.group": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
},
"resource.type": {
"nameValue": [
{
"id": 0,
"name": "string"
}
],
"options": [
"string"
],
"staticFilter": true
}
}