View Source GoogleApi.ChromeManagement.V1.Api.Customers (google_api_chrome_management v0.6.1)
API calls for all endpoints tagged Customers
.
Summary
Functions
Get a specific app for a customer by its resource name.
Get a specific app for a customer by its resource name.
Generate summary of app installation requests.
Get a list of devices that have requested to install an extension.
Get a list of users that have requested to install an extension.
Get a specific app for a customer by its resource name.
Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.
Get a count of Chrome crash events.
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.
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
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
Generate report of installed Chrome versions.
Generate report of app installations.
Get a summary of printing done by each printer.
Get a summary of printing done by each user.
Get a list of print jobs.
Generate report of managed Chrome browser devices that have a specified app installed.
Get telemetry device.
List all telemetry devices.
List telemetry events.
Create a telemetry notification config.
Delete a telemetry notification config.
List all telemetry notification configs.
Get telemetry user.
List all telemetry users.
Functions
chromemanagement_customers_apps_android_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_apps_android_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AppDetails.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a specific app for a customer by its resource name.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The app for which details are being queried. Examples: "customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2" for the Save to Google Drive Chrome extension version 2.1.2, "customers/my_customer/apps/android/com.google.android.apps.docs" for the Google Drive Android app's latest version. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AppDetails{}}
on success -
{:error, info}
on failure
chromemanagement_customers_apps_chrome_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_apps_chrome_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AppDetails.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a specific app for a customer by its resource name.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The app for which details are being queried. Examples: "customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2" for the Save to Google Drive Chrome extension version 2.1.2, "customers/my_customer/apps/android/com.google.android.apps.docs" for the Google Drive Android app's latest version. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AppDetails{}}
on success -
{:error, info}
on failure
chromemanagement_customers_apps_count_chrome_app_requests(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_apps_count_chrome_app_requests( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeAppRequestsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Generate summary of app installation requests.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. Customer id or "my_customer" to use the customer associated to the account making the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:orderBy
(type:String.t
) - Field used to order results. Supported fields: request_count latest_request_time -
:orgUnitId
(type:String.t
) - The ID of the organizational unit. -
:pageSize
(type:integer()
) - Maximum number of results to return. Maximum and default are 50, anything above will be coerced to 50. -
:pageToken
(type:String.t
) - Token to specify the page of the request to be returned.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeAppRequestsResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_apps_fetch_devices_requesting_extension(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_apps_fetch_devices_requesting_extension( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a list of devices that have requested to install an extension.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. The customer ID or "my_customer" prefixed with "customers/". -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:extensionId
(type:String.t
) - Required. The extension for which we want to find requesting devices. -
:orgUnitId
(type:String.t
) - The ID of the organizational unit. Only consider devices that directly belong to this org unit, i.e. sub-orgunits are not counted. If omitted, all data will be returned. -
:pageSize
(type:integer()
) - Optional. Maximum number of results to return. Maximum and default are 50. Any page size larger than 50 will be coerced to 50. -
:pageToken
(type:String.t
) - Optional. Token to specify the page of the request to be returned. Token expires after 1 day.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_apps_fetch_users_requesting_extension(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_apps_fetch_users_requesting_extension( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FetchUsersRequestingExtensionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a list of users that have requested to install an extension.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. The customer ID or "my_customer" prefixed with "customers/". -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:extensionId
(type:String.t
) - Required. The extension for which we want to find the requesting users. -
:orgUnitId
(type:String.t
) - The ID of the organizational unit. Only consider devices that directly belong to this org unit, i.e. sub-orgunits are not counted. If omitted, all data will be returned. -
:pageSize
(type:integer()
) - Optional. Maximum number of results to return. Maximum and default are 50. Any page size larger than 50 will be coerced to 50. -
:pageToken
(type:String.t
) - Optional. Token to specify the page of the request to be returned. Token expires after 1 day.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FetchUsersRequestingExtensionResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_apps_web_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_apps_web_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AppDetails.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a specific app for a customer by its resource name.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The app for which details are being queried. Examples: "customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2" for the Save to Google Drive Chrome extension version 2.1.2, "customers/my_customer/apps/android/com.google.android.apps.docs" for the Google Drive Android app's latest version. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AppDetails{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_count_chrome_browsers_needing_attention(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_count_chrome_browsers_needing_attention( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. The customer ID or "my_customer" prefixed with "customers/". -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:orgUnitId
(type:String.t
) - Optional. The ID of the organizational unit. If omitted, all data will be returned.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_count_chrome_crash_events(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_count_chrome_crash_events( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeCrashEventsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a count of Chrome crash events.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Customer ID. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Query string to filter results, AND-separated fields in EBNF syntax. Supported filter fields: major_browser_version minor_browser_version browser_channel device_platform * past_number_days Example:major_browser_version = 'M115' AND past_number_days = '28'
. -
:orderBy
(type:String.t
) - Field used to order results. Supported order by fields: browser_version count * date -
:orgUnitId
(type:String.t
) - If specified, only count the number of crash events of the devices in this organizational unit.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeCrashEventsResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_count_chrome_devices_reaching_auto_expiration_date(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_count_chrome_devices_reaching_auto_expiration_date( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. The customer ID or "my_customer" prefixed with "customers/". -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:maxAueDate
(type:String.t
) - Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or earlier than the maximum date. -
:minAueDate
(type:String.t
) - Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or later than the minimum date. -
:orgUnitId
(type:String.t
) - Optional. The organizational unit ID, if omitted, will return data for all organizational units.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_count_chrome_devices_that_need_attention(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_count_chrome_devices_that_need_attention( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. The customer ID or "my_customer" prefixed with "customers/". -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:orgUnitId
(type:String.t
) - Optional. The ID of the organizational unit. If omitted, all data will be returned. -
:readMask
(type:String.t
) - Required. Mask of the fields that should be populated in the returned report.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_count_chrome_hardware_fleet_devices(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_count_chrome_hardware_fleet_devices( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. The customer ID or "my_customer". -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:orgUnitId
(type:String.t
) - Optional. The ID of the organizational unit. If omitted, all data will be returned. -
:readMask
(type:String.t
) - Required. Mask of the fields that should be populated in the returned report.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_count_chrome_versions(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_count_chrome_versions( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeVersionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Generate report of installed Chrome versions.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. Customer id or "my_customer" to use the customer associated to the account making the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date -
:orgUnitId
(type:String.t
) - The ID of the organizational unit. -
:pageSize
(type:integer()
) - Maximum number of results to return. Maximum and default are 100. -
:pageToken
(type:String.t
) - Token to specify the page of the request to be returned.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeVersionsResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_count_installed_apps(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_count_installed_apps( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountInstalledAppsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Generate report of app installations.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. Customer id or "my_customer" to use the customer associated to the account making the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: app_name app_type install_type number_of_permissions total_install_count latest_profile_active_date permission_name app_id * manifest_versions -
:orderBy
(type:String.t
) - Field used to order results. Supported order by fields: app_name app_type install_type number_of_permissions total_install_count app_id * manifest_versions -
:orgUnitId
(type:String.t
) - The ID of the organizational unit. -
:pageSize
(type:integer()
) - Maximum number of results to return. Maximum and default are 100. -
:pageToken
(type:String.t
) - Token to specify the page of the request to be returned.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountInstalledAppsResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_count_print_jobs_by_printer(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_count_print_jobs_by_printer( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountPrintJobsByPrinterResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a summary of printing done by each printer.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only >= and <= comparators are supported in this filter. Supported filter fields: * complete_time -
:orderBy
(type:String.t
) - Field used to order results. If omitted, results will be ordered in ascending order of the 'printer' field. Supported order_by fields: printer job_count device_count user_count -
:pageSize
(type:integer()
) - Maximum number of results to return. Maximum and default are 100. -
:pageToken
(type:String.t
) - Token to specify the page of the response to be returned. -
:printerOrgUnitId
(type:String.t
) - The ID of the organizational unit for printers. If specified, only data for printers from the specified organizational unit will be returned. If omitted, data for printers from all organizational units will be returned.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountPrintJobsByPrinterResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_count_print_jobs_by_user(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_count_print_jobs_by_user( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountPrintJobsByUserResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a summary of printing done by each user.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only >= and <= comparators are supported in this filter. Supported filter fields: * complete_time -
:orderBy
(type:String.t
) - Field used to order results. If omitted, results will be ordered in ascending order of the 'user_email' field. Supported order_by fields: user_email job_count printer_count device_count -
:pageSize
(type:integer()
) - Maximum number of results to return. Maximum and default are 100. -
:pageToken
(type:String.t
) - Token to specify the page of the response to be returned. -
:printerOrgUnitId
(type:String.t
) - The ID of the organizational unit for printers. If specified, only print jobs initiated with printers from the specified organizational unit will be counted. If omitted, all print jobs will be counted.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountPrintJobsByUserResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_enumerate_print_jobs(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_enumerate_print_jobs( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1EnumeratePrintJobsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a list of print jobs.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only >= and <= comparators are supported forcomplete_time
. Note: Only = comparator supported foruser_id
andprinter_id
. Supported filter fields: complete_time printer_id * user_id -
:orderBy
(type:String.t
) - Field used to order results. If not specified, results will be ordered in descending order of thecomplete_time
field. Supported order by fields: title state create_time complete_time document_page_count color_mode duplex_mode printer * user_email -
:pageSize
(type:integer()
) - The number of print jobs in the page from 0 to 100 inclusive, if page_size is not specified or zero, the size will be 50. -
:pageToken
(type:String.t
) - A page token received from a previousEnumeratePrintJobs
call. Provide this to retrieve the subsequent page. If omitted, the first page of results will be returned. When paginating, all other parameters provided toEnumeratePrintJobs
must match the call that provided the page token. -
:printerOrgUnitId
(type:String.t
) - The ID of the organizational unit for printers. If specified, only print jobs submitted to printers from the specified organizational unit will be returned.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1EnumeratePrintJobsResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_reports_find_installed_app_devices(connection, customer, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_reports_find_installed_app_devices( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FindInstalledAppDevicesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Generate report of managed Chrome browser devices that have a specified app installed.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
customer
(type:String.t
) - Required. Customer id or "my_customer" to use the customer associated to the account making the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:appId
(type:String.t
) - Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote). -
:appType
(type:String.t
) - Type of the app. -
:filter
(type:String.t
) - Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date -
:orderBy
(type:String.t
) - Field used to order results. Supported order by fields: machine device_id -
:orgUnitId
(type:String.t
) - The ID of the organizational unit. -
:pageSize
(type:integer()
) - Maximum number of results to return. Maximum and default are 100. -
:pageToken
(type:String.t
) - Token to specify the page of the request to be returned.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FindInstalledAppDevicesResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_telemetry_devices_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_telemetry_devices_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryDevice.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get telemetry device.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Name of theTelemetryDevice
to return. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:readMask
(type:String.t
) - Required. Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - device_id - serial_number - cpu_info - cpu_status_report - memory_info - memory_status_report - network_info - network_diagnostics_report - network_status_report - os_update_status - graphics_info - graphics_status_report - battery_info - battery_status_report - storage_info - storage_status_report - thunderbolt_info - audio_status_report - boot_performance_report - heartbeat_status_report - network_bandwidth_report - peripherals_report - kiosk_app_status_report - app_report - runtime_counters_report
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryDevice{}}
on success -
{:error, info}
on failure
chromemanagement_customers_telemetry_devices_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_telemetry_devices_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryDevicesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List all telemetry devices.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Customer id or "my_customer" to use the customer associated to the account making the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Optional. Only include resources that match the filter. Requests that don't specify a "reports_timestamp" value will default to returning only recent reports. Specify "reports_timestamp>=0" to get all report data. Supported filter fields: - org_unit_id - serial_number - device_id - reports_timestamp The "reports_timestamp" filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC "Zulu" format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z", "1679283943823". -
:pageSize
(type:integer()
) - Maximum number of results to return. Default value is 100. Maximum value is 1000. -
:pageToken
(type:String.t
) - Token to specify next page in the list. -
:readMask
(type:String.t
) - Required. Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - device_id - serial_number - cpu_info - cpu_status_report - memory_info - memory_status_report - network_info - network_diagnostics_report - network_status_report - os_update_status - graphics_info - graphics_status_report - battery_info - battery_status_report - storage_info - storage_status_report - thunderbolt_info - audio_status_report - boot_performance_report - heartbeat_status_report - network_bandwidth_report - peripherals_report - kiosk_app_status_report - app_report - runtime_counters_report
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryDevicesResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_telemetry_events_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_telemetry_events_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryEventsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List telemetry events.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Customer id or "my_customer" to use the customer associated to the account making the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Optional. Only include resources that match the filter. Although this parameter is currently optional, this parameter will be required- please specify at least 1 event type. Supported filter fields: - device_id - user_id - device_org_unit_id - user_org_unit_id - timestamp - event_type The "timestamp" filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC "Zulu" format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z", "1679283943823". -
:pageSize
(type:integer()
) - Optional. Maximum number of results to return. Default value is 100. Maximum value is 1000. -
:pageToken
(type:String.t
) - Optional. Token to specify next page in the list. -
:readMask
(type:String.t
) - Required. Read mask to specify which fields to return. Although currently required, this field will become optional, while the filter parameter with an event type will be come required. Supported read_mask paths are: - device - user - audio_severe_underrun_event - usb_peripherals_event - https_latency_change_event - network_state_change_event - wifi_signal_strength_event - vpn_connection_state_change_event - app_install_event - app_uninstall_event - app_launch_event - os_crash_event
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryEventsResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_telemetry_notification_configs_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_telemetry_notification_configs_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNotificationConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Create a telemetry notification config.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The parent resource where this notification config will be created. Format:customers/{customer}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNotificationConfig.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNotificationConfig{}}
on success -
{:error, info}
on failure
chromemanagement_customers_telemetry_notification_configs_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_telemetry_notification_configs_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Delete a telemetry notification config.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name of the notification config to delete. Format:customers/{customer}/telemetry/notificationConfigs/{notification_config}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
chromemanagement_customers_telemetry_notification_configs_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_telemetry_notification_configs_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List all telemetry notification configs.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The parent which owns the notification configs. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - The maximum number of notification configs to return. The service may return fewer than this value. If unspecified, at most 100 notification configs will be returned. The maximum value is 100; values above 100 will be coerced to 100. -
:pageToken
(type:String.t
) - A page token, received from a previousListTelemetryNotificationConfigs
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListTelemetryNotificationConfigs
must match the call that provided the page token.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse{}}
on success -
{:error, info}
on failure
chromemanagement_customers_telemetry_users_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_telemetry_users_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryUser.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get telemetry user.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Name of theTelemetryUser
to return. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:readMask
(type:String.t
) - Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report - user_device.app_report
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryUser{}}
on success -
{:error, info}
on failure
chromemanagement_customers_telemetry_users_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec chromemanagement_customers_telemetry_users_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryUsersResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List all telemetry users.
Parameters
-
connection
(type:GoogleApi.ChromeManagement.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Customer id or "my_customer" to use the customer associated to the account making the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Only include resources that match the filter. Supported filter fields: - user_id - user_org_unit_id -
:pageSize
(type:integer()
) - Maximum number of results to return. Default value is 100. Maximum value is 1000. -
:pageToken
(type:String.t
) - Token to specify next page in the list. -
:readMask
(type:String.t
) - Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report - user_device.app_report
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ListTelemetryUsersResponse{}}
on success -
{:error, info}
on failure