GET method parameters

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

  • attributes

  • depth

  • selector

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

For example:

  • attributes=id,name,type

  • depth=2

  • selector=writable

A 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=1&attributes=id,name,type"