What is the appropriate REST API call to pull the following informtion for all devices in Spectrum.
System Name
Contact
Device Location
Device Type
DX NetOps Spectrum: All releases
System Name - Internal_SysName - 0x133f4
Contact - ContactPerson - 0x23000c
Device Loccation - Location - 0x23000d
Device Type - DeviceType - 0x230000e
These are all internal attributes.
The REST query uses the HTTP GET method and would look like the following:
(http/https)://OneClickHostName:<port>/spectrum/restful/devices/?attr=0x133f4&attr=0x23000c&attr=0x23000d&attr=0x23000e