{"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":{"description":"A description of the IPs assigned to this machine.","properties":{"addressType":{"enum":["loopback","unspecified","unique-local","link-local","unique-global"],"example":"unique-local","type":"string","$$ref":"#/components/schemas/AddressType"},"ipAddress":{"description":"IP address of this interface in the network it's currently connected to.","example":"2001:db8:3333:4444:5555:6666:7777:8888","format":"ip","type":"string"},"prefixLength":{"description":"The number of bits representing the network part of the `ipAddress`.","example":24,"format":"int32","type":"integer"},"gateway":{"description":"The default gateway for this interface.","example":"192.168.0.254","format":"ip","type":"string"},"routerHardwareAddress":{"description":"The router's MAC address resolved from an ARP request.","example":"5c:b1:3e:46:1c:84","format":"macaddress","type":"string"}},"type":"object","$$ref":"#/components/schemas/AddressProfile","title":"AddressProfile"}}