{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/8ebf57c6-5c11-32a6-b382-0c79fa6e8efc","info":{"description":"Manage ThousandEyes Endpoint Agents using this API. \n\nFor more information about Endpoint Agents, see [Endpoint Agents](https://docs.thousandeyes.com/product-documentation/global-vantage-points/endpoint-agents).","title":"Endpoint Agents API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"name":"Endpoint Agents"},{"name":"Endpoint Agents Transfer"}],"openapi":"3.0.1","servers":[{"description":"ThousandEyes API production URL","url":"https://api.thousandeyes.com/v7"}],"securitySchemes":{"BearerAuth":{"description":"Bearer authentication token","scheme":"bearer","type":"http"}}},"spec":{"properties":{"interfaceName":{"description":"Interface name associated with `interfaceProfile`.","type":"string"},"vpnType":{"description":"Name of the VPN provider.","enum":["cisco-anyconnect","palo-alto-globalprotect","ivanti-connect-secure","zscaler-internet-access","f5-big-ip"],"example":"cisco-anyconnect","type":"string","$$ref":"#/components/schemas/VpnType"},"vpnGatewayAddress":{"description":"IP address of the VPN gateway.","type":"string"},"vpnClientAddresses":{"description":"List of private IP addresses assigned to the device, by the VPN server.","example":["10.100.0.10"],"items":{"format":"ip","type":"string"},"type":"array"},"vpnClientNetworkRange":{"description":"List of private networks assigned to the device, by the VPN server.","example":["10.100.0.0/22"],"items":{"type":"string"},"type":"array"}},"required":["vpnClientAddresses","vpnClientNetworkRange"],"type":"object","$$ref":"#/components/schemas/EndpointVpnProfile","title":"EndpointVpnProfile"}}