Using python-aiplatform with googleapis.com

Python integration

✓ Official SDK

Install

pip install python-aiplatform

Quick start

import python-aiplatform

client = python_aiplatform.Client("YOUR_API_KEY")
Gets a device.
curl \
  https://androiddeviceprovisioning.googleapis.com/v1/{name}
Lists the user's customer accounts.
curl \
  https://androiddeviceprovisioning.googleapis.com/v1/customers
Lists the DPCs (device policy controllers) that support zero-touch enrollment.
curl \
  https://androiddeviceprovisioning.googleapis.com/v1/{parent}/dpcs
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:androiddeviceprovisioning

At a glance

Language Python
Endpoints23
Base URLhttps://androiddeviceprovisioning.googleapis.com
✓ Official