When an API response includes a connector object, the object includes the following fields, in JSON format:
Field |
Type |
Description |
---|---|---|
|
URL |
The resource URL for the connector. The provided URL is referred to in this guide as <connector-url> |
|
object list |
List of objects, each of which includes an href field containing a URL and a rel field containing a descriptive name for that URL. |
|
URL |
The resource URL for the endpoint whose connector this is |
|
String |
Connector version number. Can be used to check if the connector needs to be upgraded |
For example:
Content-Type: vnd.intigua.vmanager.Connector+json
{
"url":"/vmanage-server/rest/rest-api/servers/81/connector",
"links":[
{
"href":"/vmanage-server/rest/rest-api/servers/330",
"rel":"server"
}
],
"serverUrl":"/vmanage-server/rest/rest-api/servers/81",
"connectorVersion":"connector 2.0.1.177"
}
Comments
0 comments
Please sign in to leave a comment.