GET method parameters

The GET method supports the following parameters in the query string of the URI:

  • attributes

  • count

  • depth

  • filter

  • selector

A path query parameter is specified as a "key=value" pair. When permitted, multiple values are separated by the comma (,) character.

For example:

  • attributes=id,name,type

  • count=true

  • depth=2

  • filter=type:static

  • selector=writable

A path query parameter can be used alone or in combination with other parameters. The ampersand (&) character separates each parameter in the string.

For example:
GET "https://192.0.2.5/rest/v10.04/system/vlans?depth=2&attributes=id,name,type"

Thecountandfilter属性和支持通配符fromAOS-CXrelease 10.05 and later.