GET method parameters
The GET method supports the following parameters in the query string of the URI:
attributescountdepthfilterselector
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,typecount=truedepth=2filter=type:staticselector=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.