VPN endpoints allow you to review and manage configured VPNs within your Redox organization.
VPNs can only be configured and managed by a Redoxer. Only users assigned to an organization owner role can view VPN metadata. Learn about roles.
Get org VPNs
Retrieve a list of VPNs associated with the specified organization.
cURL request example
Path Parameters
- organizationIdrequired, string
Identifies the Redox organization that you're operating in or on behalf of.
- metaobject
- versionstring
Lists the major and minor version number for the format of the returned payload. The payload format or shape may change between minor versions, like including additional or extended fields in later versions. We include the version data in each response so that you have the option to handle the signaled differences.
- payloadobject
Contains the payload with details about the requested VPN(s).
- vpnsArray of object
Contains an array of VPN metadata objects.
- namestring
Displays the human-readable name of the VPN.
- idstring
Displays the unique identifier (i.e., client ID) of the VPN.
- redoxReceivingIpstring
Contains the IP address that's used when sending data to Redox through the specified VPN.
- custEncDomainsArray of string
Displays the encryption domain(s) (CIDR blocks) that are used to send data through this VPN.
- vhostnumber
Displays the assigned virtual host number on the Redox side of the VPN.
- portsArray of or
Contains details about an assigned or reserved port.
- numbernumber
Displays the reserved port number.
- statusstring
Displays the reserved status of the port.
Value:reserved
Contains details about a reserved port for a given VPN.