Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Enumeration Members

Name Description

ACTIVE

A device when it is created will be in ACTIVE status.

PROVISIONED

A device in PROVISIONED status means that the device has succesfully communicated with the mobile servers (Mobile DM Server or Mobile Data Sync Server). This status is not applicable to desktop devices.

BLACKLISTED

A device in BLACKLISTED status means that the device is not permitted to access Beehive services. This status is not applicable to desktop devices. The mobile protocol server after authenticating the user, need to load the device, check its DeviceStatus and if it is BLACKLISTED, deny access to the mobile device.

LOCKDOWN

This value is not being used right now and is reserved for future use.

XML Schema


<xs:simpleType name="deviceStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="ACTIVE"/>
        <xs:enumeration value="PROVISIONED"/>
        <xs:enumeration value="BLACKLISTED"/>
        <xs:enumeration value="LOCKDOWN"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to deviceStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions