{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/2b2b6ad2-c7ea-34b5-965b-dc68435b9852","info":{"description":"The Emulation API facilitates the retrieval of user-agent strings for HTTP, pageload, and transaction tests. It also enables the retrieval and addition of emulated devices for pageload and transaction tests.\n\nTo access Emulation API operations, the following permissions are required:\n\n* `Settings Tests Read` for read operations.\n* `Settings Tests Update` for write operations.\n","title":"Emulation API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"name":"Emulation"}],"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":{"category":{"description":"The type of device being emulated.","enum":["desktop","laptop","phone","tablet"],"example":"desktop","type":"string","$$ref":"#/components/schemas/EmulatedDeviceCategory"},"width":{"description":"The width of the display of the emulated device.","example":1024,"maximum":9999,"minimum":50,"type":"integer"},"height":{"description":"The height of the display of the emulated device.","example":768,"maximum":9999,"minimum":50,"type":"integer"}},"required":["category","height","width"],"type":"object","$$ref":"#/components/schemas/EmulatedDevice","title":"EmulatedDevice"}}