Get existing connectors
Note
Use the API pagination endpoint Get page of existing connectors
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
networkItemType | query | string | false | Type of the connector network item |
Enumerated Values
Parameter | Value |
---|---|
networkItemType | HOST |
networkItemType | NETWORK |
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Inline | |
400 | Bad Request | None | |
401 | Unauthorized | None | |
403 | Access Forbidden | None | |
404 | Not Found | None | |
406 | Not Acceptable | None | |
429 | Too Many Requests | None | |
500 | Internal Server Error | None |
[ { "description": "string", "id": "string", "ipV4Address": "string", "ipV6Address": "string", "name": "string", "networkItemId": "string", "networkItemType": "HOST", "vpnRegionId": "string" } ]
To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization