{"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":"Information about the user who has the agent installed.","properties":{"userProfile":{"properties":{"userName":{"example":"joeblogs32","type":"string"}},"required":["userName"],"type":"object","$$ref":"#/components/schemas/EndpointUserProfile"},"browserExtensions":{"items":{"properties":{"browser":{"enum":["chrome","chrome-canary","chromium","ie","edge","unknown"],"example":"edge","type":"string","$$ref":"#/components/schemas/BrowserType"},"profile":{"description":"Name of the browser profile where this extension is stored.","example":"Profile 1","type":"string"},"version":{"description":"Endpoint agent browser extension version.","example":"0.123.0","type":"string"},"enabled":{"description":"Indicates if the extension is disabled or enabled in the web browser.","type":"boolean"},"active":{"description":"Flag indicating if there is communication between the extension and ThousandEyes portal.\n","type":"boolean"},"error":{"description":"Contains any errors encountered while getting extension status.","example":"","type":"string"}},"type":"object","$$ref":"#/components/schemas/EndpointBrowserExtension"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/EndpointClient","title":"EndpointClient"}}