{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/85928a65-da17-3012-a6df-bb224dd8278a","info":{"description":"Retrieve results for scheduled and dynamic tests on endpoint agents.","title":"Endpoint Test Results API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"name":"Network Endpoint Scheduled Test Results"},{"name":"HTTP Server Endpoint Scheduled Test Results"},{"name":"Network Dynamic Endpoint Test Results"},{"name":"Real User Endpoint Test Results"},{"name":"Local Network Endpoint Test Results"}],"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":"Details of system metrics that contain top applications by CPU/memory usage.\nNot populated by default.\n","properties":{"topCpuApplications":{"description":"A list of applications that consume more than 2% of the CPU.","items":{"properties":{"name":{"description":"The name of the application.","example":"Webex","type":"string"},"totalCpu":{"description":"The total CPU usage by all application processes.","example":0.5,"format":"double","type":"number"},"totalMemoryPercentage":{"description":"The total percentage of memory used by all application processes.","example":0.22,"format":"double","type":"number"},"totalMemoryBytes":{"description":"The total memory in bytes used by all application processes.","example":1023334,"format":"int64","type":"integer"},"processes":{"description":"A list of application processes.","items":{"properties":{"name":{"description":"The name of the process.","example":"Webex background","type":"string"},"pid":{"description":"The process ID.","example":15632,"type":"integer"},"cpu":{"description":"The CPU usage by the process as a percentage (e.g., 0.5 for 50% CPU usage).","example":0.5,"format":"double","type":"number"},"memoryPercentage":{"description":"The memory usage by the process as a percentage (e.g., 0.22 for 22%).","example":0.22,"format":"double","type":"number"},"memoryBytes":{"description":"The memory usage by the process in bytes.","example":1023334,"format":"int64","type":"integer"}},"type":"object","$$ref":"#/components/schemas/ProcessMetrics"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/ApplicationMetrics"},"readOnly":true,"type":"array"},"topMemoryApplications":{"description":"A list of applications that consume more than 2% of the RAM.","items":{"properties":{"name":{"description":"The name of the application.","example":"Webex","type":"string"},"totalCpu":{"description":"The total CPU usage by all application processes.","example":0.5,"format":"double","type":"number"},"totalMemoryPercentage":{"description":"The total percentage of memory used by all application processes.","example":0.22,"format":"double","type":"number"},"totalMemoryBytes":{"description":"The total memory in bytes used by all application processes.","example":1023334,"format":"int64","type":"integer"},"processes":{"description":"A list of application processes.","items":{"properties":{"name":{"description":"The name of the process.","example":"Webex background","type":"string"},"pid":{"description":"The process ID.","example":15632,"type":"integer"},"cpu":{"description":"The CPU usage by the process as a percentage (e.g., 0.5 for 50% CPU usage).","example":0.5,"format":"double","type":"number"},"memoryPercentage":{"description":"The memory usage by the process as a percentage (e.g., 0.22 for 22%).","example":0.22,"format":"double","type":"number"},"memoryBytes":{"description":"The memory usage by the process in bytes.","example":1023334,"format":"int64","type":"integer"}},"type":"object","$$ref":"#/components/schemas/ProcessMetrics"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/ApplicationMetrics"},"readOnly":true,"type":"array"}},"type":"object","$$ref":"#/components/schemas/SystemMetricDetails","title":"SystemMetricDetails"}}