Overview
This endpoint allows API clients to search the endpoint collection using free text queries to retrieve one or more endpoints' resource URLs. The search returns matching endpoint objects with their associated URLs and status information.
Request
GET <endpointlist-url>?q=<search-term>
Response
The response includes a JSON list of endpoint objects.
For example:
|
[ { "url":"/vmanage-server/rest/rest-api/servers/79", "status":"OK", "connectorUrl":"/vmanage-server/rest/rest-api/servers/79/connector", "vagentsUrl":"/vmanage-server/rest/rest-api/servers/79/vagents", <more object fields> }, { "url":"/vmanage-server/rest/rest-api/servers/81", "status":"OK", "connectorUrl":"/vmanage-server/rest/rest-api/servers/81/connector", "vagentsUrl": "/vmanage-server/rest/rest-api/servers/81/vagents" <more object fields> } ] |
Comments
0 comments
Please sign in to leave a comment.