{ "uuid": "6c7c5401-3ee7-456c-88ad-e42bf4bd97fb", "lastMigration": 29, "name": "Chrome Management API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "08c999c0-d098-4f8f-aaf0-3d5d76338cf9", "documentation": "Generate summary of app installation requests.", "method": "get", "endpoint": "v1/:customer/apps:countChromeAppRequests", "responses": [ { "uuid": "b3e73132-c423-4917-9295-32861f4d1a2e", "body": "{\n \"nextPageToken\": \"\",\n \"requestedApps\": [\n {\n \"appDetails\": \"\",\n \"appId\": \"\",\n \"detailUri\": \"\",\n \"displayName\": \"\",\n \"iconUri\": \"\",\n \"latestRequestTime\": \"\",\n \"requestCount\": \"\"\n }\n ],\n \"totalSize\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8621ec9d-ef7d-4216-bb2d-4b065726474f", "documentation": "Generate report of the number of devices expiring in each month of the selected time frame. Devices are grouped by auto update expiration date and model. Further information can be found [here](https://support.google.com/chrome/a/answer/10564947).", "method": "get", "endpoint": "v1/:customer/reports:countChromeDevicesReachingAutoExpirationDate", "responses": [ { "uuid": "a23fe928-5a6e-40b0-8f28-a8b547e5597e", "body": "{\n \"deviceAueCountReports\": [\n {\n \"aueMonth\": \"{{oneOf (array 'MONTH_UNSPECIFIED' 'JANUARY' 'FEBRUARY' 'MARCH' 'APRIL' 'MAY' 'JUNE' 'JULY' 'AUGUST' 'SEPTEMBER' 'OCTOBER' 'NOVEMBER' 'DECEMBER')}}\",\n \"aueYear\": \"\",\n \"count\": \"\",\n \"expired\": {{faker 'datatype.boolean'}},\n \"model\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "651f036a-81db-423f-acc8-313fba662799", "documentation": "Counts of ChromeOS devices that have not synced policies or have lacked user activity in the past 28 days, are out of date, or are not complaint. Further information can be found here https://support.google.com/chrome/a/answer/10564947", "method": "get", "endpoint": "v1/:customer/reports:countChromeDevicesThatNeedAttention", "responses": [ { "uuid": "541f8360-f012-4b78-8977-8c4f49fe1cfd", "body": "{\n \"noRecentPolicySyncCount\": \"\",\n \"noRecentUserActivityCount\": \"\",\n \"osVersionNotCompliantCount\": \"\",\n \"pendingUpdate\": \"\",\n \"unsupportedPolicyCount\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8cb79fb1-5b4a-46e3-a163-928fa3f403b0", "documentation": "Counts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here https://support.google.com/chrome/a/answer/10564947", "method": "get", "endpoint": "v1/:customer/reports:countChromeHardwareFleetDevices", "responses": [ { "uuid": "6a378faa-eb60-4e6c-ba2e-6cecec6aaead", "body": "{\n \"cpuReports\": [\n {\n \"bucket\": \"\",\n \"count\": \"\"\n }\n ],\n \"memoryReports\": [\n {\n \"bucket\": \"\",\n \"count\": \"\"\n }\n ],\n \"modelReports\": [\n {\n \"bucket\": \"\",\n \"count\": \"\"\n }\n ],\n \"storageReports\": [\n {\n \"bucket\": \"\",\n \"count\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cd793e96-0e89-472f-91df-6d256e6ed447", "documentation": "Generate report of installed Chrome versions.", "method": "get", "endpoint": "v1/:customer/reports:countChromeVersions", "responses": [ { "uuid": "1b068cf7-2a9e-4c27-8335-7fa73807ba6d", "body": "{\n \"browserVersions\": [\n {\n \"channel\": \"{{oneOf (array 'RELEASE_CHANNEL_UNSPECIFIED' 'CANARY' 'DEV' 'BETA' 'STABLE')}}\",\n \"count\": \"\",\n \"deviceOsVersion\": \"\",\n \"system\": \"{{oneOf (array 'DEVICE_SYSTEM_UNSPECIFIED' 'SYSTEM_OTHER' 'SYSTEM_ANDROID' 'SYSTEM_IOS' 'SYSTEM_CROS' 'SYSTEM_WINDOWS' 'SYSTEM_MAC' 'SYSTEM_LINUX')}}\",\n \"version\": \"\"\n }\n ],\n \"nextPageToken\": \"\",\n \"totalSize\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "223983c7-86e8-4dc5-8c69-47fac6b1a5ed", "documentation": "Generate report of app installations.", "method": "get", "endpoint": "v1/:customer/reports:countInstalledApps", "responses": [ { "uuid": "846e9a34-cb25-4d59-90fe-64ee61dd5444", "body": "{\n \"installedApps\": [\n {\n \"appId\": \"\",\n \"appInstallType\": \"{{oneOf (array 'APP_INSTALL_TYPE_UNSPECIFIED' 'MULTIPLE' 'NORMAL' 'ADMIN' 'DEVELOPMENT' 'SIDELOAD' 'OTHER')}}\",\n \"appSource\": \"{{oneOf (array 'APP_SOURCE_UNSPECIFIED' 'CHROME_WEBSTORE' 'PLAY_STORE')}}\",\n \"appType\": \"{{oneOf (array 'APP_TYPE_UNSPECIFIED' 'EXTENSION' 'APP' 'THEME' 'HOSTED_APP' 'ANDROID_APP')}}\",\n \"browserDeviceCount\": \"\",\n \"description\": \"\",\n \"disabled\": {{faker 'datatype.boolean'}},\n \"displayName\": \"\",\n \"homepageUri\": \"\",\n \"osUserCount\": \"\",\n \"permissions\": [\n \"\"\n ]\n }\n ],\n \"nextPageToken\": \"\",\n \"totalSize\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3444b2a2-1bd5-4a53-801f-44c214701ba6", "documentation": "Generate report of devices that have a specified app installed.", "method": "get", "endpoint": "v1/:customer/reports:findInstalledAppDevices", "responses": [ { "uuid": "b5b1bc95-be49-4e83-bb1b-a66261e0abfd", "body": "{\n \"devices\": [\n {\n \"deviceId\": \"\",\n \"machine\": \"\"\n }\n ],\n \"nextPageToken\": \"\",\n \"totalSize\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1ac6f65f-f929-440d-b611-fd662f4051f8", "documentation": "Get telemetry device.", "method": "get", "endpoint": "v1/:name", "responses": [ { "uuid": "38a22aea-4e35-4932-b239-5897d3c7e1db", "body": "{\n \"audioStatusReport\": [\n {\n \"inputDevice\": \"\",\n \"inputGain\": {{faker 'number.int' max=99999}},\n \"inputMute\": {{faker 'datatype.boolean'}},\n \"outputDevice\": \"\",\n \"outputMute\": {{faker 'datatype.boolean'}},\n \"outputVolume\": {{faker 'number.int' max=99999}},\n \"reportTime\": \"\"\n }\n ],\n \"batteryInfo\": [\n {\n \"designCapacity\": \"\",\n \"designMinVoltage\": {{faker 'number.int' max=99999}},\n \"manufactureDate\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"manufacturer\": \"\",\n \"serialNumber\": \"\",\n \"technology\": \"\"\n }\n ],\n \"batteryStatusReport\": [\n {\n \"batteryHealth\": \"{{oneOf (array 'BATTERY_HEALTH_UNSPECIFIED' 'BATTERY_HEALTH_NORMAL' 'BATTERY_REPLACE_SOON' 'BATTERY_REPLACE_NOW')}}\",\n \"cycleCount\": {{faker 'number.int' max=99999}},\n \"fullChargeCapacity\": \"\",\n \"reportTime\": \"\",\n \"sample\": [\n {\n \"chargeRate\": {{faker 'number.int' max=99999}},\n \"current\": \"\",\n \"dischargeRate\": {{faker 'number.int' max=99999}},\n \"remainingCapacity\": \"\",\n \"reportTime\": \"\",\n \"status\": \"\",\n \"temperature\": {{faker 'number.int' max=99999}},\n \"voltage\": \"\"\n }\n ],\n \"serialNumber\": \"\"\n }\n ],\n \"bootPerformanceReport\": [\n {\n \"bootUpDuration\": \"\",\n \"bootUpTime\": \"\",\n \"reportTime\": \"\",\n \"shutdownDuration\": \"\",\n \"shutdownReason\": \"{{oneOf (array 'SHUTDOWN_REASON_UNSPECIFIED' 'USER_REQUEST' 'SYSTEM_UPDATE' 'LOW_BATTERY' 'OTHER')}}\",\n \"shutdownTime\": \"\"\n }\n ],\n \"cpuInfo\": [\n {\n \"architecture\": \"{{oneOf (array 'ARCHITECTURE_UNSPECIFIED' 'X64')}}\",\n \"keylockerConfigured\": {{faker 'datatype.boolean'}},\n \"keylockerSupported\": {{faker 'datatype.boolean'}},\n \"maxClockSpeed\": {{faker 'number.int' max=99999}},\n \"model\": \"\"\n }\n ],\n \"cpuStatusReport\": [\n {\n \"cpuTemperatureInfo\": [\n {\n \"label\": \"\",\n \"temperatureCelsius\": {{faker 'number.int' max=99999}}\n }\n ],\n \"cpuUtilizationPct\": {{faker 'number.int' max=99999}},\n \"reportTime\": \"\",\n \"sampleFrequency\": \"\"\n }\n ],\n \"customer\": \"\",\n \"deviceId\": \"\",\n \"graphicsInfo\": {\n \"adapterInfo\": {\n \"adapter\": \"\",\n \"deviceId\": \"\",\n \"driverVersion\": \"\"\n }\n },\n \"graphicsStatusReport\": [\n {\n \"displays\": [\n {\n \"deviceId\": \"\",\n \"isInternal\": {{faker 'datatype.boolean'}},\n \"refreshRate\": {{faker 'number.int' max=99999}},\n \"resolutionHeight\": {{faker 'number.int' max=99999}},\n \"resolutionWidth\": {{faker 'number.int' max=99999}}\n }\n ],\n \"reportTime\": \"\"\n }\n ],\n \"memoryInfo\": {\n \"availableRamBytes\": \"\",\n \"totalMemoryEncryption\": {\n \"encryptionAlgorithm\": \"{{oneOf (array 'MEMORY_ENCRYPTION_ALGORITHM_UNSPECIFIED' 'MEMORY_ENCRYPTION_ALGORITHM_UNKNOWN' 'MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_128' 'MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_256')}}\",\n \"encryptionState\": \"{{oneOf (array 'MEMORY_ENCRYPTION_STATE_UNSPECIFIED' 'MEMORY_ENCRYPTION_STATE_UNKNOWN' 'MEMORY_ENCRYPTION_STATE_DISABLED' 'MEMORY_ENCRYPTION_STATE_TME' 'MEMORY_ENCRYPTION_STATE_MKTME')}}\",\n \"keyLength\": \"\",\n \"maxKeys\": \"\"\n },\n \"totalRamBytes\": \"\"\n },\n \"memoryStatusReport\": [\n {\n \"pageFaults\": {{faker 'number.int' max=99999}},\n \"reportTime\": \"\",\n \"sampleFrequency\": \"\",\n \"systemRamFreeBytes\": \"\"\n }\n ],\n \"name\": \"\",\n \"networkDiagnosticsReport\": [\n {\n \"httpsLatencyData\": {\n \"latency\": \"\",\n \"problem\": \"{{oneOf (array 'HTTPS_LATENCY_PROBLEM_UNSPECIFIED' 'FAILED_DNS_RESOLUTIONS' 'FAILED_HTTPS_REQUESTS' 'HIGH_LATENCY' 'VERY_HIGH_LATENCY')}}\"\n },\n \"reportTime\": \"\"\n }\n ],\n \"networkInfo\": {\n \"networkDevices\": [\n {\n \"iccid\": \"\",\n \"imei\": \"\",\n \"macAddress\": \"\",\n \"mdn\": \"\",\n \"meid\": \"\",\n \"type\": \"{{oneOf (array 'NETWORK_DEVICE_TYPE_UNSPECIFIED' 'CELLULAR_DEVICE' 'ETHERNET_DEVICE' 'WIFI_DEVICE')}}\"\n }\n ]\n },\n \"networkStatusReport\": [\n {\n \"connectionState\": \"{{oneOf (array 'NETWORK_CONNECTION_STATE_UNSPECIFIED' 'ONLINE' 'CONNECTED' 'PORTAL' 'CONNECTING' 'NOT_CONNECTED')}}\",\n \"connectionType\": \"{{oneOf (array 'NETWORK_TYPE_UNSPECIFIED' 'CELLULAR' 'ETHERNET' 'TETHER' 'VPN' 'WIFI')}}\",\n \"encryptionOn\": {{faker 'datatype.boolean'}},\n \"gatewayIpAddress\": \"\",\n \"guid\": \"\",\n \"lanIpAddress\": \"\",\n \"receivingBitRateMbps\": \"\",\n \"reportTime\": \"\",\n \"sampleFrequency\": \"\",\n \"signalStrengthDbm\": {{faker 'number.int' max=99999}},\n \"transmissionBitRateMbps\": \"\",\n \"transmissionPowerDbm\": {{faker 'number.int' max=99999}},\n \"wifiLinkQuality\": \"\",\n \"wifiPowerManagementEnabled\": {{faker 'datatype.boolean'}}\n }\n ],\n \"orgUnitId\": \"\",\n \"osUpdateStatus\": [\n {\n \"lastRebootTime\": \"\",\n \"lastUpdateCheckTime\": \"\",\n \"lastUpdateTime\": \"\",\n \"newPlatformVersion\": \"\",\n \"newRequestedPlatformVersion\": \"\",\n \"updateState\": \"{{oneOf (array 'UPDATE_STATE_UNSPECIFIED' 'OS_IMAGE_DOWNLOAD_NOT_STARTED' 'OS_IMAGE_DOWNLOAD_IN_PROGRESS' 'OS_UPDATE_NEED_REBOOT')}}\"\n }\n ],\n \"serialNumber\": \"\",\n \"storageInfo\": {\n \"availableDiskBytes\": \"\",\n \"totalDiskBytes\": \"\",\n \"volume\": [\n {\n \"storageFreeBytes\": \"\",\n \"storageTotalBytes\": \"\",\n \"volumeId\": \"\"\n }\n ]\n },\n \"storageStatusReport\": [\n {\n \"disk\": [\n {\n \"bytesReadThisSession\": \"\",\n \"bytesWrittenThisSession\": \"\",\n \"discardTimeThisSession\": \"\",\n \"health\": \"\",\n \"ioTimeThisSession\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"readTimeThisSession\": \"\",\n \"serialNumber\": \"\",\n \"sizeBytes\": \"\",\n \"type\": \"\",\n \"volumeIds\": [\n \"\"\n ],\n \"writeTimeThisSession\": \"\"\n }\n ],\n \"reportTime\": \"\"\n }\n ],\n \"thunderboltInfo\": [\n {\n \"securityLevel\": \"{{oneOf (array 'THUNDERBOLT_SECURITY_LEVEL_UNSPECIFIED' 'THUNDERBOLT_SECURITY_NONE_LEVEL' 'THUNDERBOLT_SECURITY_USER_LEVEL' 'THUNDERBOLT_SECURITY_SECURE_LEVEL' 'THUNDERBOLT_SECURITY_DP_ONLY_LEVEL' 'THUNDERBOLT_SECURITY_USB_ONLY_LEVEL' 'THUNDERBOLT_SECURITY_NO_PCIE_LEVEL')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2e14b839-0203-4bf9-ab4f-b44c94c902ad", "documentation": "List all telemetry devices.", "method": "get", "endpoint": "v1/:parent/telemetry/devices", "responses": [ { "uuid": "a4631de6-db21-4639-9cf7-ba9fbc5d7566", "body": "{\n \"devices\": [\n {\n \"audioStatusReport\": [\n {\n \"inputDevice\": \"\",\n \"inputGain\": {{faker 'number.int' max=99999}},\n \"inputMute\": {{faker 'datatype.boolean'}},\n \"outputDevice\": \"\",\n \"outputMute\": {{faker 'datatype.boolean'}},\n \"outputVolume\": {{faker 'number.int' max=99999}},\n \"reportTime\": \"\"\n }\n ],\n \"batteryInfo\": [\n {\n \"designCapacity\": \"\",\n \"designMinVoltage\": {{faker 'number.int' max=99999}},\n \"manufactureDate\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"manufacturer\": \"\",\n \"serialNumber\": \"\",\n \"technology\": \"\"\n }\n ],\n \"batteryStatusReport\": [\n {\n \"batteryHealth\": \"{{oneOf (array 'BATTERY_HEALTH_UNSPECIFIED' 'BATTERY_HEALTH_NORMAL' 'BATTERY_REPLACE_SOON' 'BATTERY_REPLACE_NOW')}}\",\n \"cycleCount\": {{faker 'number.int' max=99999}},\n \"fullChargeCapacity\": \"\",\n \"reportTime\": \"\",\n \"sample\": [\n {\n \"chargeRate\": {{faker 'number.int' max=99999}},\n \"current\": \"\",\n \"dischargeRate\": {{faker 'number.int' max=99999}},\n \"remainingCapacity\": \"\",\n \"reportTime\": \"\",\n \"status\": \"\",\n \"temperature\": {{faker 'number.int' max=99999}},\n \"voltage\": \"\"\n }\n ],\n \"serialNumber\": \"\"\n }\n ],\n \"bootPerformanceReport\": [\n {\n \"bootUpDuration\": \"\",\n \"bootUpTime\": \"\",\n \"reportTime\": \"\",\n \"shutdownDuration\": \"\",\n \"shutdownReason\": \"{{oneOf (array 'SHUTDOWN_REASON_UNSPECIFIED' 'USER_REQUEST' 'SYSTEM_UPDATE' 'LOW_BATTERY' 'OTHER')}}\",\n \"shutdownTime\": \"\"\n }\n ],\n \"cpuInfo\": [\n {\n \"architecture\": \"{{oneOf (array 'ARCHITECTURE_UNSPECIFIED' 'X64')}}\",\n \"keylockerConfigured\": {{faker 'datatype.boolean'}},\n \"keylockerSupported\": {{faker 'datatype.boolean'}},\n \"maxClockSpeed\": {{faker 'number.int' max=99999}},\n \"model\": \"\"\n }\n ],\n \"cpuStatusReport\": [\n {\n \"cpuTemperatureInfo\": [\n {\n \"label\": \"\",\n \"temperatureCelsius\": {{faker 'number.int' max=99999}}\n }\n ],\n \"cpuUtilizationPct\": {{faker 'number.int' max=99999}},\n \"reportTime\": \"\",\n \"sampleFrequency\": \"\"\n }\n ],\n \"customer\": \"\",\n \"deviceId\": \"\",\n \"graphicsInfo\": {\n \"adapterInfo\": {\n \"adapter\": \"\",\n \"deviceId\": \"\",\n \"driverVersion\": \"\"\n }\n },\n \"graphicsStatusReport\": [\n {\n \"displays\": [\n {\n \"deviceId\": \"\",\n \"isInternal\": {{faker 'datatype.boolean'}},\n \"refreshRate\": {{faker 'number.int' max=99999}},\n \"resolutionHeight\": {{faker 'number.int' max=99999}},\n \"resolutionWidth\": {{faker 'number.int' max=99999}}\n }\n ],\n \"reportTime\": \"\"\n }\n ],\n \"memoryInfo\": {\n \"availableRamBytes\": \"\",\n \"totalMemoryEncryption\": {\n \"encryptionAlgorithm\": \"{{oneOf (array 'MEMORY_ENCRYPTION_ALGORITHM_UNSPECIFIED' 'MEMORY_ENCRYPTION_ALGORITHM_UNKNOWN' 'MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_128' 'MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_256')}}\",\n \"encryptionState\": \"{{oneOf (array 'MEMORY_ENCRYPTION_STATE_UNSPECIFIED' 'MEMORY_ENCRYPTION_STATE_UNKNOWN' 'MEMORY_ENCRYPTION_STATE_DISABLED' 'MEMORY_ENCRYPTION_STATE_TME' 'MEMORY_ENCRYPTION_STATE_MKTME')}}\",\n \"keyLength\": \"\",\n \"maxKeys\": \"\"\n },\n \"totalRamBytes\": \"\"\n },\n \"memoryStatusReport\": [\n {\n \"pageFaults\": {{faker 'number.int' max=99999}},\n \"reportTime\": \"\",\n \"sampleFrequency\": \"\",\n \"systemRamFreeBytes\": \"\"\n }\n ],\n \"name\": \"\",\n \"networkDiagnosticsReport\": [\n {\n \"httpsLatencyData\": {\n \"latency\": \"\",\n \"problem\": \"{{oneOf (array 'HTTPS_LATENCY_PROBLEM_UNSPECIFIED' 'FAILED_DNS_RESOLUTIONS' 'FAILED_HTTPS_REQUESTS' 'HIGH_LATENCY' 'VERY_HIGH_LATENCY')}}\"\n },\n \"reportTime\": \"\"\n }\n ],\n \"networkInfo\": {\n \"networkDevices\": [\n {\n \"iccid\": \"\",\n \"imei\": \"\",\n \"macAddress\": \"\",\n \"mdn\": \"\",\n \"meid\": \"\",\n \"type\": \"{{oneOf (array 'NETWORK_DEVICE_TYPE_UNSPECIFIED' 'CELLULAR_DEVICE' 'ETHERNET_DEVICE' 'WIFI_DEVICE')}}\"\n }\n ]\n },\n \"networkStatusReport\": [\n {\n \"connectionState\": \"{{oneOf (array 'NETWORK_CONNECTION_STATE_UNSPECIFIED' 'ONLINE' 'CONNECTED' 'PORTAL' 'CONNECTING' 'NOT_CONNECTED')}}\",\n \"connectionType\": \"{{oneOf (array 'NETWORK_TYPE_UNSPECIFIED' 'CELLULAR' 'ETHERNET' 'TETHER' 'VPN' 'WIFI')}}\",\n \"encryptionOn\": {{faker 'datatype.boolean'}},\n \"gatewayIpAddress\": \"\",\n \"guid\": \"\",\n \"lanIpAddress\": \"\",\n \"receivingBitRateMbps\": \"\",\n \"reportTime\": \"\",\n \"sampleFrequency\": \"\",\n \"signalStrengthDbm\": {{faker 'number.int' max=99999}},\n \"transmissionBitRateMbps\": \"\",\n \"transmissionPowerDbm\": {{faker 'number.int' max=99999}},\n \"wifiLinkQuality\": \"\",\n \"wifiPowerManagementEnabled\": {{faker 'datatype.boolean'}}\n }\n ],\n \"orgUnitId\": \"\",\n \"osUpdateStatus\": [\n {\n \"lastRebootTime\": \"\",\n \"lastUpdateCheckTime\": \"\",\n \"lastUpdateTime\": \"\",\n \"newPlatformVersion\": \"\",\n \"newRequestedPlatformVersion\": \"\",\n \"updateState\": \"{{oneOf (array 'UPDATE_STATE_UNSPECIFIED' 'OS_IMAGE_DOWNLOAD_NOT_STARTED' 'OS_IMAGE_DOWNLOAD_IN_PROGRESS' 'OS_UPDATE_NEED_REBOOT')}}\"\n }\n ],\n \"serialNumber\": \"\",\n \"storageInfo\": {\n \"availableDiskBytes\": \"\",\n \"totalDiskBytes\": \"\",\n \"volume\": [\n {\n \"storageFreeBytes\": \"\",\n \"storageTotalBytes\": \"\",\n \"volumeId\": \"\"\n }\n ]\n },\n \"storageStatusReport\": [\n {\n \"disk\": [\n {\n \"bytesReadThisSession\": \"\",\n \"bytesWrittenThisSession\": \"\",\n \"discardTimeThisSession\": \"\",\n \"health\": \"\",\n \"ioTimeThisSession\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"readTimeThisSession\": \"\",\n \"serialNumber\": \"\",\n \"sizeBytes\": \"\",\n \"type\": \"\",\n \"volumeIds\": [\n \"\"\n ],\n \"writeTimeThisSession\": \"\"\n }\n ],\n \"reportTime\": \"\"\n }\n ],\n \"thunderboltInfo\": [\n {\n \"securityLevel\": \"{{oneOf (array 'THUNDERBOLT_SECURITY_LEVEL_UNSPECIFIED' 'THUNDERBOLT_SECURITY_NONE_LEVEL' 'THUNDERBOLT_SECURITY_USER_LEVEL' 'THUNDERBOLT_SECURITY_SECURE_LEVEL' 'THUNDERBOLT_SECURITY_DP_ONLY_LEVEL' 'THUNDERBOLT_SECURITY_USB_ONLY_LEVEL' 'THUNDERBOLT_SECURITY_NO_PCIE_LEVEL')}}\"\n }\n ]\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "08c999c0-d098-4f8f-aaf0-3d5d76338cf9" }, { "type": "route", "uuid": "8621ec9d-ef7d-4216-bb2d-4b065726474f" }, { "type": "route", "uuid": "651f036a-81db-423f-acc8-313fba662799" }, { "type": "route", "uuid": "8cb79fb1-5b4a-46e3-a163-928fa3f403b0" }, { "type": "route", "uuid": "cd793e96-0e89-472f-91df-6d256e6ed447" }, { "type": "route", "uuid": "223983c7-86e8-4dc5-8c69-47fac6b1a5ed" }, { "type": "route", "uuid": "3444b2a2-1bd5-4a53-801f-44c214701ba6" }, { "type": "route", "uuid": "1ac6f65f-f929-440d-b611-fd662f4051f8" }, { "type": "route", "uuid": "2e14b839-0203-4bf9-ab4f-b44c94c902ad" } ] }