{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/301f59de-3d0d-342e-94f3-1388b071308d","info":{"description":"\n## Overview\nManage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.","title":"Agents API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"name":"Cloud and Enterprise Agents"},{"name":"Enterprise Agent Cluster"},{"name":"Cloud and Enterprise Agent Notification Rules"},{"name":"Agent Proxies"}],"externalDocs":{"description":"Find out more about Agents & Monitors","url":"https://docs.thousandeyes.com/product-documentation/global-vantage-points/working-with-agent-settings"},"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":{"agentProxies":{"items":{"properties":{"aid":{"description":"Account id that this proxy configuration belongs to","example":"1234","type":"string"},"authType":{"description":"The type of authentication the proxy requires","enum":["basic","ntlm","kerberos","unknown"],"example":"basic","type":"string","$$ref":"#/components/schemas/ProxyAuthType"},"bypassList":{"description":"A list of hostnames, network prefixes, or wildcards used to determine which test targets should not be proxied. If all tests should be proxied, leave empty.","example":["10.0.0.0/16","*.thousandeyes.com"],"items":{"type":"string"},"type":"array"},"lastModified":{"description":"Last modification timestamp of the proxy. Expressed in UTC (ISO date-time format).","example":"2022-07-17T22:00:54Z","format":"date-time","type":"string"},"location":{"description":"The location of the proxy. If proxyType is `static` use the format `hostname:port`. If location is `pac`, then specify the URL where the PAC file can be obtained.","example":"proxy.thousandeyes.com:3128","type":"string"},"isLocalConfigured":{"description":"Set to `true` if this proxy configuration comes from the agent’s config file. Specify `false` if the proxy configuration was created in the ThousandEyes application.","example":true,"type":"boolean"},"name":{"description":"Expression of agent notification rule.","example":"Test Proxy - Auth Type - BASIC","type":"string"},"password":{"description":"Password for proxy authentication","example":"**********","format":"password","type":"string"},"proxyId":{"description":"Agent proxy's unique ID.","example":"281474976710706","type":"string"},"type":{"description":"The type of proxy, STATIC or PAC.","enum":["static","pac"],"example":"static","type":"string","$$ref":"#/components/schemas/ProxyType"},"user":{"description":"Username for proxy authentication.","example":"user1","type":"string"}},"type":"object","$$ref":"#/components/schemas/AgentProxy"},"type":"array"},"_links":{"description":"A links object containing the self link.","properties":{"self":{"description":"A hyperlink from the containing resource to a URI.","properties":{"href":{"description":"Its value is either a URI [RFC3986] or a URI template [RFC6570].","example":"https://api.thousandeyes.com/v7/link/to/resource/id","type":"string"},"templated":{"description":"Should be true when the link object's \"href\" property is a URI template.","type":"boolean"},"type":{"description":"Used as a hint to indicate the media type expected when dereferencing the target resource.","type":"string"},"deprecation":{"description":"Its presence indicates that the link is to be deprecated at a future date. Its value is a URL that should provide further information about the deprecation.","type":"string"},"name":{"description":"Its value may be used as a secondary key for selecting link objects that share the same relation type.","type":"string"},"profile":{"description":"A URI that hints about the profile of the target resource.","type":"string"},"title":{"description":"Intended for labelling the link with a human-readable identifier","type":"string"},"hreflang":{"description":"Indicates the language of the target resource","type":"string"}},"required":["href"],"type":"object","$$ref":"#/components/schemas/Link"}},"readOnly":true,"type":"object","$$ref":"#/components/schemas/SelfLinks"}},"type":"object","$$ref":"#/components/schemas/AgentProxies","title":"AgentProxies"}}