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.