REST Resource: provisioningInfo

Resource: ProvisioningInfo

Information about a device that is available during setup.

JSON representation
{
  "name": string,
  "enterprise": string,
  "brand": string,
  "model": string,
  "apiLevel": integer,
  "managementMode": enum (ManagementMode),
  "ownership": enum (Ownership),
  "imei": string,
  "meid": string,
  "serialNumber": string
}
Fields
name

string

The name of this resource in the form provisioningInfo/{provisioning_info}.

enterprise

string

The name of the enterprise in the form enterprises/{enterprise}.

brand

string

The brand of the device. For example, Google.

model

string

The model of the device. For example, Asus Nexus 7.

apiLevel

integer

The API level of the Android platform version running on the device.

managementMode

enum (ManagementMode)

The management mode of the device or profile.

ownership

enum (Ownership)

Ownership of the managed device.

imei

string

IMEI number of the GSM device. For example, A1000031212.

meid

string

MEID number of the CDMA device. For example, A00000292788E1.

serialNumber

string

The device serial number.

Methods

get

Get the device provisioning information by the identifier provided in the sign-in url.