AI-generated Key Takeaways
-
This page details how to list all configuration names that use a specific package.
-
The method uses an HTTP GET request to a specified URL with a
namepath parameter. -
The request body should be empty, and the response body contains a list of
configNames. -
Authorization requires the
https://www.googleapis.com/auth/android_partner_over_the_airOAuth 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 |
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[] |
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.