View Switch information. Note: this set of endpoints is used to view operational data. They don't provide the means to manage configuration.
ViewModel Service API & Model Documentation (1.0.41)
Download OpenAPI description
Overview
License
Languages
Servers
Generated server url
http://localhost/
- Generated server url
http://localhost/snmpAgents/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
application/json
{ "multiSortFields": [ "string" ], "matchFields": [ { … } ], "rangeFilter": { "field": "string", "gte": 0, "lte": 0, "lt": 0 }, "rangeDateFilter": { "field": "string", "gte": 0, "lte": 0, "lt": 0 }, "mustNotMatchField": [ { … } ], "sortField": "string", "sortOrder": "string", "page": 0, "pageByDate": { "value": "string", "key": "string" }, "pageSize": 0, "fields": [ "string" ], "searchTargetFields": [ "string" ], "searchString": "string", "filters": { "property1": [ … ], "property2": [ … ] }, "mustHaveFields": [ "string" ], "mustNotHaveFields": [ "string" ], "termField": { "field": "string", "value": "string" }, "terms": { "property1": [ … ], "property2": [ … ] }, "exists": "string", "groupBy": "string" }
Response
application/json
{ "fields": [ "string" ], "totalCount": 0, "page": 0, "objectId": "string", "data": [ { … } ], "errorMessage": "string", "subsequentQueries": [ { … } ] }