Skip to main content

List Resource Info Filters

GET 

/filter/resource/scan_info/suggest

Returns an object where the keys are supported Resource Info filters and values contain default recent options.

Responses

success

Schema
    account.group object

    Model for FilterSuggestion

    nameValue object[]

    Filter options

  • Array [
  • id int32
    name string
  • ]
  • options string[]

    Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters

    staticFilter boolean

    Filter is a static filter

    cloud.account object

    Model for FilterSuggestion

    nameValue object[]

    Filter options

  • Array [
  • id int32
    name string
  • ]
  • options string[]

    Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters

    staticFilter boolean

    Filter is a static filter

    cloud.region object

    Model for FilterSuggestion

    nameValue object[]

    Filter options

  • Array [
  • id int32
    name string
  • ]
  • options string[]

    Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters

    staticFilter boolean

    Filter is a static filter

    cloud.service object

    Model for FilterSuggestion

    nameValue object[]

    Filter options

  • Array [
  • id int32
    name string
  • ]
  • options string[]

    Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters

    staticFilter boolean

    Filter is a static filter

    cloud.type object

    Model for FilterSuggestion

    nameValue object[]

    Filter options

  • Array [
  • id int32
    name string
  • ]
  • options string[]

    Filter options, which lists all the default options for static filters or all the recent options, if any, for non-static filters

    staticFilter boolean

    Filter is a static filter

Loading...