Overview
The connector object contains specific fields that are returned in JSON format when included in API responses. The object provides essential information about the connector, including its resource URL, related links, server endpoint URL, and version number for upgrade checking purposes.
When an API response includes a connector object, the object includes the following fields, in JSON format:
| Field | Type | Description |
| url | URL | The resource URL for the connector. The provided URL is referred to in this guide as <connector-url> |
| links | 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. |
| serverUrl | URL | The resource URL for the endpoint whose connector this is |
| connectorVersion | 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.