To retrieve the resource URLs of the high-level collections, the API client should send a GET request to the API root URL. These collection URLs can then be used in subsequent requests.
Request syntax:
GET <host>/vmanage-server/rest/rest-api/
where <host>
is a resolvable URL to the JetPatch server.
The response includes resource URLs for the following collections:
servers
: The endpoint collection, including all known endpoints. The provided URL is referred to in this guide as <endpointlist-url>.vagents
: The management service collection, including all the management services available for deploying to endpoints. The provided URL is referred to in this guide as <services-store-url>.credentials
: All stored credential sets. The provided URL is referred to in this guide as <credentials-store-url>.
For example:
{
"servers":"/vmanage-server/rest/rest-api/servers/",
"credentials":"/vmanage-server/rest/rest-api/credentials/",
"vagents":"/vmanage-server/rest/rest-api/vagents/"
}
Comments
0 comments
Please sign in to leave a comment.