New issue
Advanced search Search tips

Issue 593009 link

Starred by 4 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Feature



Sign in to add a comment

FR: API to Retrieve Serial Number and MAC

Reported by tcar...@richland2.org, Mar 8 2016

Issue description

UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36
Platform: Any

Steps to reproduce the problem:
Currently there is no means of retrieving the device serial number from an app or extension. This is a road block to creating an app or extension which can aid us in asset management. We must be able to gather from the local device the serial number, logged on user id and local IP address. We can already get the user and IP information, but not serial number. It would also be useful if the network API returned the interface MAC address. The serial number and MAC address are available in CPanel, but there is no way to correlate that to an IP address, which is our only means of mapping a device to a physical site.

You currently track IP address(es) in CPanel, which could be useful, except that you wipe that data out when a user logs on. 

This feature request does not pose a security risk. It would only function on a managed device. Even if a malicious party were to obtain the serial number, it shouldn't matter. The serial number shouldn't be secret information. It's printed on the chassis, after all.

What is the expected behavior?
Need an API method to retrieve system information, including Serial Number, MAC Address(es), and potentially other useful system administrative data.

What went wrong?
No API exists to retrieve serial number or MAC address.

Did this work before? No 

Chrome version: Any  Channel: n/a
OS Version: All
Flash Version: Any
 
Labels: -Type-Bug Type-Feature
Owner: saswat@chromium.org
Status: Assigned (was: Unconfirmed)
Please prioritize and assign.

Comment 2 by saswat@chromium.org, Oct 25 2016

Owner: dskaram@chromium.org
We added a deviceAttributes API a while back to address use cases like this. Coupled with the server Directory SDK, this can be used to identity and query for devices and get S/N, MAC and multiple other attributes from an enrolled device.

https://developer.chrome.com/extensions/enterprise_deviceAttributes
https://developers.google.com/admin-sdk/directory/v1/guides/manage-chrome-devices



Does this help answer your request?
Owner: marcuskoehler@chromium.org

Sign in to add a comment