GET method parameters
The GET method supports the following parameters in the query string of the URI:
attributes
count
depth
filter
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
count=true
depth=1
filter=type:static
selector=configuration
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/v1/system/bridge/vlans?depth=1&attributes=id,name,type"