|
1040 | 1040 | }
|
1041 | 1041 | }
|
1042 | 1042 | },
|
1043 |
| - "revision": "20230910", |
| 1043 | + "revision": "20230914", |
1044 | 1044 | "rootUrl": "https://chromemanagement.googleapis.com/",
|
1045 | 1045 | "schemas": {
|
1046 | 1046 | "GoogleChromeManagementV1AndroidAppInfo": {
|
|
3382 | 3382 | "enum": [
|
3383 | 3383 | "EVENT_TYPE_UNSPECIFIED",
|
3384 | 3384 | "AUDIO_SEVERE_UNDERRUN",
|
| 3385 | + "NETWORK_STATE_CHANGE", |
3385 | 3386 | "USB_ADDED",
|
3386 | 3387 | "USB_REMOVED",
|
3387 |
| - "NETWORK_HTTPS_LATENCY_CHANGE" |
| 3388 | + "NETWORK_HTTPS_LATENCY_CHANGE", |
| 3389 | + "WIFI_SIGNAL_STRENGTH_LOW", |
| 3390 | + "WIFI_SIGNAL_STRENGTH_RECOVERED", |
| 3391 | + "VPN_CONNECTION_STATE_CHANGE" |
3388 | 3392 | ],
|
3389 | 3393 | "enumDescriptions": [
|
3390 | 3394 | "Event type unknown.",
|
3391 | 3395 | "Triggered when a audio devices run out of buffer data for more than 5 seconds.",
|
| 3396 | + "Triggered immediately on any changes to a network connection.", |
3392 | 3397 | "Triggered when USB devices are added.",
|
3393 | 3398 | "Triggered when USB devices are removed.",
|
3394 |
| - "Triggered when a new HTTPS latency problem was detected or the device has recovered form an existing HTTPS latency problem." |
| 3399 | + "Triggered when a new HTTPS latency problem was detected or the device has recovered form an existing HTTPS latency problem.", |
| 3400 | + "Triggered when connected WiFi network signal strength drops below -70dBm.", |
| 3401 | + "Triggered when connected WiFi network signal strength is recovered from a signal drop.", |
| 3402 | + "Triggered on changes to VPN connections." |
3395 | 3403 | ],
|
3396 | 3404 | "type": "string"
|
3397 | 3405 | },
|
|
3405 | 3413 | "readOnly": true,
|
3406 | 3414 | "type": "string"
|
3407 | 3415 | },
|
| 3416 | + "networkStateChangeEvent": { |
| 3417 | + "$ref": "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent", |
| 3418 | + "description": "Output only. Payload for network connection state change event. Present only when `event_type` is `NETWORK_STATE_CHANGE`.", |
| 3419 | + "readOnly": true |
| 3420 | + }, |
3408 | 3421 | "reportTime": {
|
3409 | 3422 | "description": "Timestamp that represents when the event was reported.",
|
3410 | 3423 | "format": "google-datetime",
|
|
3419 | 3432 | "$ref": "GoogleChromeManagementV1TelemetryUserInfo",
|
3420 | 3433 | "description": "Output only. Information about the user associated with the event.",
|
3421 | 3434 | "readOnly": true
|
| 3435 | + }, |
| 3436 | + "vpnConnectionStateChangeEvent": { |
| 3437 | + "$ref": "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent", |
| 3438 | + "description": "Output only. Payload for VPN connection state change event. Present only when `event_type` is `VPN_CONNECTION_STATE_CHANGE`.", |
| 3439 | + "readOnly": true |
| 3440 | + }, |
| 3441 | + "wifiSignalStrengthEvent": { |
| 3442 | + "$ref": "GoogleChromeManagementV1TelemetryNetworkSignalStrengthEvent", |
| 3443 | + "description": "Output only. Payload for WiFi signal strength events. Present only when `event_type` is `WIFI_SIGNAL_STRENGTH_LOW` or `WIFI_SIGNAL_STRENGTH_RECOVERED`.", |
| 3444 | + "readOnly": true |
3422 | 3445 | }
|
3423 | 3446 | },
|
3424 | 3447 | "type": "object"
|
|
3433 | 3456 | "enum": [
|
3434 | 3457 | "EVENT_TYPE_UNSPECIFIED",
|
3435 | 3458 | "AUDIO_SEVERE_UNDERRUN",
|
| 3459 | + "NETWORK_STATE_CHANGE", |
3436 | 3460 | "USB_ADDED",
|
3437 | 3461 | "USB_REMOVED",
|
3438 |
| - "NETWORK_HTTPS_LATENCY_CHANGE" |
| 3462 | + "NETWORK_HTTPS_LATENCY_CHANGE", |
| 3463 | + "WIFI_SIGNAL_STRENGTH_LOW", |
| 3464 | + "WIFI_SIGNAL_STRENGTH_RECOVERED", |
| 3465 | + "VPN_CONNECTION_STATE_CHANGE" |
3439 | 3466 | ],
|
3440 | 3467 | "enumDescriptions": [
|
3441 | 3468 | "Event type unknown.",
|
3442 | 3469 | "Triggered when a audio devices run out of buffer data for more than 5 seconds.",
|
| 3470 | + "Triggered immediately on any changes to a network connection.", |
3443 | 3471 | "Triggered when USB devices are added.",
|
3444 | 3472 | "Triggered when USB devices are removed.",
|
3445 |
| - "Triggered when a new HTTPS latency problem was detected or the device has recovered form an existing HTTPS latency problem." |
| 3473 | + "Triggered when a new HTTPS latency problem was detected or the device has recovered form an existing HTTPS latency problem.", |
| 3474 | + "Triggered when connected WiFi network signal strength drops below -70dBm.", |
| 3475 | + "Triggered when connected WiFi network signal strength is recovered from a signal drop.", |
| 3476 | + "Triggered on changes to VPN connections." |
3446 | 3477 | ],
|
3447 | 3478 | "type": "string"
|
3448 | 3479 | },
|
|
3476 | 3507 | },
|
3477 | 3508 | "type": "object"
|
3478 | 3509 | },
|
| 3510 | + "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent": { |
| 3511 | + "description": "`TelemetryNetworkConnectionStateChangeEvent` is triggered on network connection state changes. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT", |
| 3512 | + "id": "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent", |
| 3513 | + "properties": { |
| 3514 | + "connectionState": { |
| 3515 | + "description": "Current connection state of the network.", |
| 3516 | + "enum": [ |
| 3517 | + "NETWORK_CONNECTION_STATE_UNSPECIFIED", |
| 3518 | + "ONLINE", |
| 3519 | + "CONNECTED", |
| 3520 | + "PORTAL", |
| 3521 | + "CONNECTING", |
| 3522 | + "NOT_CONNECTED" |
| 3523 | + ], |
| 3524 | + "enumDescriptions": [ |
| 3525 | + "Network connection state unspecified.", |
| 3526 | + "The network is connected and internet connectivity is available.", |
| 3527 | + "The network is connected and not in a detected portal state, but internet connectivity may not be available.", |
| 3528 | + "The network is connected but a portal state was detected. Internet connectivity may be limited.", |
| 3529 | + "The network is in the process of connecting.", |
| 3530 | + "The network is not connected." |
| 3531 | + ], |
| 3532 | + "type": "string" |
| 3533 | + }, |
| 3534 | + "guid": { |
| 3535 | + "description": "Unique identifier of the network.", |
| 3536 | + "type": "string" |
| 3537 | + } |
| 3538 | + }, |
| 3539 | + "type": "object" |
| 3540 | + }, |
| 3541 | + "GoogleChromeManagementV1TelemetryNetworkSignalStrengthEvent": { |
| 3542 | + "description": "`TelemetryNetworkSignalStrengthEvent` is triggered on WiFi signal strength events. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT", |
| 3543 | + "id": "GoogleChromeManagementV1TelemetryNetworkSignalStrengthEvent", |
| 3544 | + "properties": { |
| 3545 | + "guid": { |
| 3546 | + "description": "Unique identifier of the network.", |
| 3547 | + "type": "string" |
| 3548 | + }, |
| 3549 | + "signalStrengthDbm": { |
| 3550 | + "description": "Signal strength RSSI value.", |
| 3551 | + "format": "int32", |
| 3552 | + "type": "integer" |
| 3553 | + } |
| 3554 | + }, |
| 3555 | + "type": "object" |
| 3556 | + }, |
3479 | 3557 | "GoogleChromeManagementV1TelemetryNotificationConfig": {
|
3480 | 3558 | "description": "Configuration to receive notifications of telemetry data.",
|
3481 | 3559 | "id": "GoogleChromeManagementV1TelemetryNotificationConfig",
|
|
0 commit comments