User's Manual

Mimosa Help Site
Mimosa Networks Help Site REST API
Copyright © 2015 Mimosa Page 1
GET Device Info
Returns detailed device information found in the summary tables of the Device Details panel of the Mimosa
embedded GUI.
Resource URL
https://{DEVICE-IP}/core/api/service/device-info?
Resource Information
Response Formats XML
Requires Authentication Yes (Username / Password), must also be set in the Mimosa embedded GUI.
Parameters
DEVICE-IP
Required
The Management IP Address assigned to the Mimosa Device.
Example: 192.168.20.1
REST-USERNAME
Required
The REST Management username as set in the REST Services Panel within the Mimosa embedded GUI.
Example: mimosacloud
REST-PASSWORD
Required
The REST Management password as set in the REST Services Panel within the Mimosa embedded GUI.
Example: pass123
Request Format
GET
https://{DEVICE-IP}/core/api/service/device-info?username={REST-MANAGEMENT-USERNAME}&password={REST-
MANAGEMENT-PASSWORD}