integrations.sh
← all integrations

googleapis.com – androidmanagement

OpenAPI apis-guru analyticsmedia

The Android Management API provides remote enterprise management of Android devices and apps.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:androidmanagement/v1.json
Provider
googleapis.com:androidmanagement / androidmanagement
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/androidmanagement/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/androidmanagement/v1/openapi.yaml

Tools (17)

Extracted live via the executor SDK.

  • enterprises.androidmanagementEnterprisesCreate

    Creates an enterprise. This is the last step in the enterprise signup flow. See also: SigninDetail

  • enterprises.androidmanagementEnterprisesDevicesIssueCommand

    Issues a command to a device. The Operation resource returned contains a Command in its metadata field. Use the get operation method to get the status of the command.

  • enterprises.androidmanagementEnterprisesDevicesList

    Lists devices for a given enterprise. Deleted devices are not returned in the response.

  • enterprises.androidmanagementEnterprisesDevicesOperationsCancel

    Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

  • enterprises.androidmanagementEnterprisesEnrollmentTokensCreate

    Creates an enrollment token for a given enterprise. It's up to the caller's responsibility to manage the lifecycle of newly created tokens and deleting them when they're not intended to be used anymore. Once an enrollment token has been created, it's not possible to retrieve the token's content anymore using AM API. It is recommended for EMMs to securely store the token if it's intended to be reused.

  • enterprises.androidmanagementEnterprisesEnrollmentTokensList

    Lists active, unexpired enrollment tokens for a given enterprise. The list items contain only a partial view of EnrollmentToken: all the fields but name and expiration_timestamp are empty. This method is meant to help manage active enrollment tokens lifecycle. For security reasons, it's recommended to delete active enrollment tokens as soon as they're not intended to be used anymore.

  • enterprises.androidmanagementEnterprisesList

    Lists EMM-managed enterprises. Only BASIC fields are returned.

  • enterprises.androidmanagementEnterprisesPoliciesList

    Lists policies for a given enterprise.

  • enterprises.androidmanagementEnterprisesWebAppsCreate

    Creates a web app.

  • enterprises.androidmanagementEnterprisesWebAppsDelete

    Deletes a web app.

  • enterprises.androidmanagementEnterprisesWebAppsGet

    Gets a web app.

  • enterprises.androidmanagementEnterprisesWebAppsList

    Lists web apps for a given enterprise.

  • enterprises.androidmanagementEnterprisesWebAppsPatch

    Updates a web app.

  • enterprises.androidmanagementEnterprisesWebTokensCreate

    Creates a web token to access an embeddable managed Google Play web UI for a given enterprise.

  • signupUrls.androidmanagementSignupUrlsCreate

    Creates an enterprise signup URL.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools