I'm querying Chromeosdevices in the admin directory API filtering by status. The API docs list valid statuses as:
- "ACTIVE": The device is enrolled into the domain. - "DELINQUENT": The annual license for the domain has expired and the device no longer receives policies and settings. When a new license is purchased, the device will return to ACTIVE state. - "DEPROVISIONED": The device is no longer eligible to be enrolled into the domain. The order has been cancelled. The device's settings have been cached on the device. If the device is activated again, the latest system settings are applied to this newly activated device. - "DISABLED": The device has been disabled by the administrator and cannot be used. - "INACTIVE": The device is not enrolled into the domain. - "RETURN_ARRIVED": The request to replace this device has arrived. - "RETURN_REQUESTED": A request has been made to replace this device. - "SHIPPED": The device is shipped. For details on how to track a shipped device, see the Chrome help center <http://support.google.com/chromeos/a/bin/answer.py?answer=1698905&topic=1289313&ctx=topic> . - "UNKNOWN" When I query by "RETURN_ARRIVED", "RETURN_REQUESTED", or "UNKNOWN", I get the following error. Are these statuses no longer valid: { "error": { "errors": [ { "domain": "global", "reason": "invalid", "message": "Invalid Input: status:UNKNOWN" } ], "code": 400, "message": "Invalid Input: status:UNKNOWN" } } -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/612f2b65-3696-4560-95ca-a350b1c567fd%40googlegroups.com.
