Method: deployments.packages.listBatchGet

  • Lists all device configurations that utilize a specific software package.

  • Sends an HTTP GET request to a specified URL with the package name as a path parameter.

  • Requires an empty request body and returns a response containing a list of associated device configuration names.

  • Needs authorization with the https://www.googleapis.com/auth/android_partner_over_the_air scope.

Lists all the configs that use the specified package.

HTTP request

GET https://androidovertheair.googleapis.com/v1/{name=deployments/*/packages/**}:batchGet

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Relative resource name. For example: "deployments/deployment_x/packages/package_a"

Request body

The request body must be empty.

Response body

Response message for OverTheAirService.ListConfigsUsingPackage.

If successful, the response body contains data with the following structure:

JSON representation
{
  "configNames": [
    string
  ]
}
Fields
configNames[]

string

The list of device config names that are associated with the specified package.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/android_partner_over_the_air

For more information, see the OAuth 2.0 Overview.