Floor Placement Information

In Wireless Manager, you can have a graphical representation of the placement of locations and devices with respect to one another for the given location. This is called a location layout. Layout for a location floor represents a floor plan. The Floor Placement Information API call provides information of location tags, placed APs, placed sensors, and placed holder devices on a floor.

API Calls

/V5/layouts/placement

/V5/layouts/placement

Get Placement Information for a Floor Location

Description This API is used to fetch the placement information for a location. It can fetch the information for the floor nodes placed on a folder or the devices placed on a   floor node. It also fetches the location note associated with a location.
Who Can Execute? Superuser, Administrator, Operator, and Viewer.
Syntax
 GET <Base_URL>/layouts/placement?locationid=<value>
  • locationid

    The parameter takes an integer value specifying the ID of the location for which the layout is to be fetched. To retrieve location ID refer Location.

Sample code
 GET https://webapps-mwmmt.airtightnw.com/new/webservice/v5/layouts/placement?locationid=129
Request Body  This API call does not require any request body parameters.
Response Body  If the API call is successful, the HTTP response status is 200.
The response body contains the details of the layout that is being fetched at a location. The response body contains the folder and floor layout details. The response is in the application/json format.

Set Placement Information for a Floor Location

Description This API is used to set the placement information for a location.
Who Can Execute? Superuser, Administrator, and Operator.
Syntax
 POST <Base_URL>/layouts/placement?locationid=<value>
  • locationid

    The parameter takes an integer value specifying the ID of the location for which the layout is to be fetched To retrieve location ID refer Location.

Sample code
POST https://training.mojonetworks.com/new/webservice/v5/layouts/placement?locationid=125
Request Body The request body contains the placement information of the location, for which the layout is to be set.
Response Body If the API call is successful, the HTTP response status is 200.
The response body contains the details of the layout that is being fetched at a location. The response body contains the folder and floor layout details. The response is in the application/json format.
JSON Table

Attribute Data Type Description
type
location
location/type
location/id
location/parentId
location/name
location/accessibleToUser
location/defaultLocation
location/timezoneId
location/locationTag
location/venueId
locationTags
locationTags/note
locationTags/description
locationTags/coordinates
locationTags/coordinates/xCordinate
locationTags/coordinates/yCordinate
placedAPs
placedAPs/coOrdinates
placedAPs/coOrdinates/xCordinate
placedAPs/coOrdinates/yCordinate
placedAPs/transmitPower
placedAPs/device
placedAPs/device/type
placedAPs/device/boxId
placedAPs/device/name
placedAPs/device/locationId
placedAPs/device/radios
placedAPs/device/deviceNote
placedAPs/device/ipAddress
placedAPs/device/activeStatus
placedAPs/device/deviceCapability
placedAPs/device/manuallyTagged
placedAPs/device/group
placedAPs/device/placed
placedAPs/device/wiredPortBlocked
placedAPs/device/ownSensorBoxId
placedAPs/device/apTemplateId
placedAPs/device/apTemplateName
placedAPs/device/vendorName
placedAPs/device/suspicious
placedAPs/device/signalSource
placedAPs/device/manuallyClassified
placedAPs/device/boxMacaddress
placedAPs/device/searchIndex
placedAPs/device/sortColumnIndex
placedAPs/device/updateFlags
placedAPs/device/numAssocClients
placedAPs/device/banned
placedAPs/device/primaryRadio
placedAPs/device/guest
placedAPs/device/misconfigured
placedAPs/device/ssids
placedAPs/device/mergedAP
placedAPs/device/active
placedAPs/device/bestSignalStrength
placedSensors
placedSensors/coOrdinates
placedSensors/coOrdinates/xCordinate
placedSensors/coOrdinates/yCordinate
placedSensors/calibFactorPathLossA
placedSensors/calibFactorSPMA
placedSensors/calibFactorPathLossBG
placedSensors/calibFactorSPMBG
placedSensors/managedAPTransmitPowers
placedSensors/sensorTemplate
placedSensors/device
placedSensors/device/type
placedSensors/device/boxId
placedSensors/device/name
placedSensors/device/locationId
placedSensors/device/radios
placedSensors/deviceNote
placedSensors/ipAddress
placedSensors/activeStatus
placedSensors/deviceCapability
placedSensors/manuallyTagged
placedSensors/sensorType
placedSensors/deviceTemplateId
placedSensors/model
placedSensors/placed
placedSensors/softwareVersion
placedSensors/deviceTemplateName
placedSensors/capability
placedSensors/usbConnected
placedSensors/vlanConfigured
placedSensors/powerSource
placedSensors/bleStatus
placedSensors/groupId
placedSensors/groupName
placedSensors/state
placedSensors/monitoredVlanCount
placedSensors/totalVlanCount
placedSensors/sonStatus
placedSensors/managedAPs
placedSensors/searchIndex
placedSensors/sortColumnIndex
placedSensors/updateFlags
placedSensors/templateFlags
placedSensors/meshFlag
placedSensors/failSafeMode
placedSensors/platformId
placedSensors/clientConnectivityState
placedSensors/targetAPClientConnectivityStatus
placedSensors/spectrumAnalysisState
placedSensors/ciepCapable
placedSensors/ciepModeEnabled
placedSensors/ciepTunnelStatus
placedSensors/deviceBootTime
placedSensors/deviceConfigStatus
placedSensors/vendorName
placedSensors/active
placedSensors/macAddress
placedSensors/radio
placedSensors/11nCapable
placedSensors/11nacCapable
placedSensors/bestSignalStrength
placeHolderDevices
placeHolderDevices/type
placeHolderDevices/macaddress
placeHolderDevices/coordinates
placeHolderDevices/coordinates/xCordinate
placeHolderDevices/coordinates/yCordinate
placeHolderDevices/name
placeHolderDevices/transmitPower

Sample JSON
{
	"type": "floorplacementinfo",
	"location": {
		"type": "floorlocation",
		"id": {
			"type": "locallocationid",
			"id": 34
		},
		"parentId": {
			"type": "locallocationid",
			"id": 35
		},
		"name": "floor",
		"accessibleToUser": true,
		"defaultLocation": false,
		"timezoneId": "Asia/Calcutta",
		"locationTag": "",
		"venueId": null
	},
	"locationTags": [{
		"note": "Hello",
		"description": "Hello world",
		"coordinates": {
			"xCordinate": 8.958566629339305,
			"yCordinate": 39.97760358342666
		}
	}],
	"placedAPs": [{
		"coOrdinates": {
			"xCordinate": 21.388577827547593,
			"yCordinate": 18.81298992161254
		},
		"transmitPower": 14.8,
		"device": {
			"type": "ap",
			"boxId": 307377718,
			"name": "88:15:45:01:54:98",
			"locationId": {
				"type": "locallocationid",
				"id": 34
			},
			"radios": [{
				"type": "apradio",
				"macaddress": "88:15:45:01:54:98",
				"protocol": "BG",
				"channel": 2,
				"firstDetectedTime": 1558686923000,
				"upSince": 1558686923000,
				"signalStrength": -70,
				"quarantineStatus": "QUARANTINE_STATUS_OFF",
				"captureFlag": 0,
				"captureId": 0,
				"ssid": "ssid123",
				"prevReason": 0,
				"prevPendingReason": 0,
				"opprotocol": "BG",
				"meshFlag": 0,
				"dot11NCapability": 0,
				"dot11ACCapability": 0,
				"dualBand": false,
				"numAssocClients": 3,
				"underDosAttack": false,
				"quarantiningSensorMac": null,
				"security": 4,
				"secAuth": 1,
				"secGCS": 128,
				"secPWCS": 4,
				"encryption": "TKIP",
				"networkTag": " --",
				"networkedStatus": "INDETERMINATE",
				"wiredMAC": "",
				"misconfigured": true,
				"capability": 0,
				"protoCapability": "pre11n",
				"securitySettingFailure": 2048,
				"securitySettingFailureReason": ["NO_WIFI_LOCATION"],
				"mcsSet11ac": 0,
				"supportedRates": -1157711106,
				"beaconInterval": 0,
				"channelOffset": 0,
				"mcsSet11n": "",
				"extendedAttr": 0,
				"mfp11wEnabled": false,
				"channelWidth": 0,
				"centerFrequencyOne": 0,
				"centerFrequencyZero": 0,
				"potentialClassification": "INDETERMINATE",
				"maxDataRateFor11n": -999.0,
				"guest": false,
				"primary": false,
				"manualPreventionEnabled": false,
				"autopreventionEnabled": true,
				"active": true
			}],
			"deviceNote": "",
			"ipAddress": "",
			"activeStatus": null,
			"deviceCapability": null,
			"manuallyTagged": true,
			"group": "AUTHORIZED",
			"placed": true,
			"wiredPortBlocked": false,
			"ownSensorBoxId": -1,
			"apTemplateId": 0,
			"apTemplateName": null,
			"vendorName": "Unknown",
			"suspicious": false,
			"signalSource": false,
			"manuallyClassified": true,
			"boxMacaddress": "88:15:45:01:54:98",
			"searchIndex": -100,
			"sortColumnIndex": 8192,
			"updateFlags": -100,
			"numAssocClients": 3,
			"banned": false,
			"primaryRadio": {
				"type": "apradio",
				"macaddress": "88:15:45:01:54:98",
				"protocol": "BG",
				"channel": 2,
				"firstDetectedTime": 1558686923000,
				"upSince": 1558686923000,
				"signalStrength": -70,
				"quarantineStatus": "QUARANTINE_STATUS_OFF",
				"captureFlag": 0,
				"captureId": 0,
				"ssid": "ssid123",
				"prevReason": 0,
				"prevPendingReason": 0,
				"opprotocol": "BG",
				"meshFlag": 0,
				"dot11NCapability": 0,
				"dot11ACCapability": 0,
				"dualBand": false,
				"numAssocClients": 3,
				"underDosAttack": false,
				"quarantiningSensorMac": null,
				"security": 4,
				"secAuth": 1,
				"secGCS": 128,
				"secPWCS": 4,
				"encryption": "TKIP",
				"networkTag": " --",
				"networkedStatus": "INDETERMINATE",
				"wiredMAC": "",
				"misconfigured": true,
				"capability": 0,
				"protoCapability": "pre11n",
				"securitySettingFailure": 2048,
				"securitySettingFailureReason": ["NO_WIFI_LOCATION"],
				"mcsSet11ac": 0,
				"supportedRates": -1157711106,
				"beaconInterval": 0,
				"channelOffset": 0,
				"mcsSet11n": "",
				"extendedAttr": 0,
				"mfp11wEnabled": false,
				"channelWidth": 0,
				"centerFrequencyOne": 0,
				"centerFrequencyZero": 0,
				"potentialClassification": "INDETERMINATE",
				"maxDataRateFor11n": -999.0,
				"guest": false,
				"primary": false,
				"manualPreventionEnabled": false,
				"autopreventionEnabled": true,
				"active": true
			},
			"guest": false,
			"misconfigured": true,
			"ssids": ["ssid123"],
			"mergedAP": false,
			"active": true,
			"bestSignalStrength": -70
		}
	}, {
		"coOrdinates": {
			"xCordinate": 7.838745800671893,
			"yCordinate": 52.96752519596865
		},
		"transmitPower": 14.8,
		"device": {
			"type": "ap",
			"boxId": 1291775685,
			"name": "Meraki_01:54:95",
			"locationId": {
				"type": "locallocationid",
				"id": 34
			},
			"radios": [{
				"type": "apradio",
				"macaddress": "88:15:44:01:54:95",
				"protocol": "BG",
				"channel": 1,
				"firstDetectedTime": 1558686923000,
				"upSince": 1558686923000,
				"signalStrength": -30,
				"quarantineStatus": "QUARANTINE_STATUS_OFF",
				"captureFlag": 0,
				"captureId": 0,
				"ssid": "samsung_hotspot",
				"prevReason": 0,
				"prevPendingReason": 0,
				"opprotocol": "BG",
				"meshFlag": 0,
				"dot11NCapability": 0,
				"dot11ACCapability": 0,
				"dualBand": false,
				"numAssocClients": 5,
				"underDosAttack": false,
				"quarantiningSensorMac": null,
				"security": 1,
				"secAuth": 0,
				"secGCS": 0,
				"secPWCS": 0,
				"encryption": "No Encryption",
				"networkTag": " --",
				"networkedStatus": "NOT_NETWORKED",
				"wiredMAC": "",
				"misconfigured": true,
				"capability": 0,
				"protoCapability": "pre11n",
				"securitySettingFailure": 2048,
				"securitySettingFailureReason": ["NO_WIFI_LOCATION"],
				"mcsSet11ac": 0,
				"supportedRates": -1157711106,
				"beaconInterval": 0,
				"channelOffset": 0,
				"mcsSet11n": "",
				"extendedAttr": 0,
				"mfp11wEnabled": false,
				"channelWidth": 0,
				"centerFrequencyOne": 0,
				"centerFrequencyZero": 0,
				"potentialClassification": "EXTERNAL",
				"maxDataRateFor11n": -999.0,
				"guest": false,
				"primary": false,
				"manualPreventionEnabled": false,
				"autopreventionEnabled": true,
				"active": true
			}],
			"deviceNote": "",
			"ipAddress": "",
			"activeStatus": null,
			"deviceCapability": null,
			"manuallyTagged": true,
			"group": "AUTHORIZED",
			"placed": true,
			"wiredPortBlocked": false,
			"ownSensorBoxId": -1,
			"apTemplateId": 0,
			"apTemplateName": null,
			"vendorName": "Meraki",
			"suspicious": false,
			"signalSource": false,
			"manuallyClassified": true,
			"boxMacaddress": "88:15:44:01:54:95",
			"searchIndex": -100,
			"sortColumnIndex": 8192,
			"updateFlags": -100,
			"numAssocClients": 5,
			"banned": false,
			"primaryRadio": {
				"type": "apradio",
				"macaddress": "88:15:44:01:54:95",
				"protocol": "BG",
				"channel": 1,
				"firstDetectedTime": 1558686923000,
				"upSince": 1558686923000,
				"signalStrength": -30,
				"quarantineStatus": "QUARANTINE_STATUS_OFF",
				"captureFlag": 0,
				"captureId": 0,
				"ssid": "samsung_hotspot",
				"prevReason": 0,
				"prevPendingReason": 0,
				"opprotocol": "BG",
				"meshFlag": 0,
				"dot11NCapability": 0,
				"dot11ACCapability": 0,
				"dualBand": false,
				"numAssocClients": 5,
				"underDosAttack": false,
				"quarantiningSensorMac": null,
				"security": 1,
				"secAuth": 0,
				"secGCS": 0,
				"secPWCS": 0,
				"encryption": "No Encryption",
				"networkTag": " --",
				"networkedStatus": "NOT_NETWORKED",
				"wiredMAC": "",
				"misconfigured": true,
				"capability": 0,
				"protoCapability": "pre11n",
				"securitySettingFailure": 2048,
				"securitySettingFailureReason": ["NO_WIFI_LOCATION"],
				"mcsSet11ac": 0,
				"supportedRates": -1157711106,
				"beaconInterval": 0,
				"channelOffset": 0,
				"mcsSet11n": "",
				"extendedAttr": 0,
				"mfp11wEnabled": false,
				"channelWidth": 0,
				"centerFrequencyOne": 0,
				"centerFrequencyZero": 0,
				"potentialClassification": "EXTERNAL",
				"maxDataRateFor11n": -999.0,
				"guest": false,
				"primary": false,
				"manualPreventionEnabled": false,
				"autopreventionEnabled": true,
				"active": true
			},
			"guest": false,
			"misconfigured": true,
			"ssids": ["samsung_hotspot"],
			"mergedAP": false,
			"active": true,
			"bestSignalStrength": -30
		}
	}, {
		"coOrdinates": {
			"xCordinate": 33.93057110862262,
			"yCordinate": 30.45912653975364
		},
		"transmitPower": 14.8,
		"device": {
			"type": "ap",
			"boxId": 1184376278,
			"name": "Arista_01:0E:BF",
			"locationId": {
				"type": "locallocationid",
				"id": 1
			},
			"radios": [{
				"type": "apradio",
				"macaddress": "00:11:74:01:0E:B0",
				"protocol": "A",
				"channel": 48,
				"firstDetectedTime": 1558686922000,
				"upSince": 1558686922000,
				"signalStrength": 0,
				"quarantineStatus": "QUARANTINE_STATUS_OFF",
				"captureFlag": 0,
				"captureId": 0,
				"ssid": "ssid1",
				"prevReason": 0,
				"prevPendingReason": 0,
				"opprotocol": "A",
				"meshFlag": 0,
				"dot11NCapability": 4305,
				"dot11ACCapability": 0,
				"dualBand": true,
				"numAssocClients": 18,
				"underDosAttack": false,
				"quarantiningSensorMac": null,
				"security": 8,
				"secAuth": 1,
				"secGCS": 8,
				"secPWCS": 8,
				"encryption": "CCMP",
				"networkTag": " --",
				"networkedStatus": "INTERNAL",
				"wiredMAC": "",
				"misconfigured": true,
				"capability": 1,
				"protoCapability": "11n",
				"securitySettingFailure": 2048,
				"securitySettingFailureReason": ["NO_WIFI_LOCATION"],
				"mcsSet11ac": 0,
				"supportedRates": -1157711106,
				"beaconInterval": 0,
				"channelOffset": 0,
				"mcsSet11n": "ffff0000000000000000000000000000",
				"extendedAttr": 0,
				"mfp11wEnabled": false,
				"channelWidth": 0,
				"centerFrequencyOne": 0,
				"centerFrequencyZero": 0,
				"potentialClassification": "ROGUE",
				"maxDataRateFor11n": -999.0,
				"guest": false,
				"primary": false,
				"manualPreventionEnabled": false,
				"autopreventionEnabled": true,
				"active": true
			}, {
				"type": "apradio",
				"macaddress": "00:11:74:01:0E:B1",
				"protocol": "A",
				"channel": 48,
				"firstDetectedTime": 1558686923000,
				"upSince": 1558686923000,
				"signalStrength": 0,
				"quarantineStatus": "QUARANTINE_STATUS_OFF",
				"captureFlag": 0,
				"captureId": 0,
				"ssid": "ssid2",
				"prevReason": 0,
				"prevPendingReason": 0,
				"opprotocol": "A",
				"meshFlag": 0,
				"dot11NCapability": 4305,
				"dot11ACCapability": 0,
				"dualBand": true,
				"numAssocClients": 12,
				"underDosAttack": false,
				"quarantiningSensorMac": null,
				"security": 8,
				"secAuth": 1,
				"secGCS": 8,
				"secPWCS": 8,
				"encryption": "CCMP",
				"networkTag": " --",
				"networkedStatus": "INTERNAL",
				"wiredMAC": "",
				"misconfigured": true,
				"capability": 1,
				"protoCapability": "11n",
				"securitySettingFailure": 2048,
				"securitySettingFailureReason": ["NO_WIFI_LOCATION"],
				"mcsSet11ac": 0,
				"supportedRates": -1157711106,
				"beaconInterval": 0,
				"channelOffset": 0,
				"mcsSet11n": "ffff0000000000000000000000000000",
				"extendedAttr": 0,
				"mfp11wEnabled": false,
				"channelWidth": 0,
				"centerFrequencyOne": 0,
				"centerFrequencyZero": 0,
				"potentialClassification": "ROGUE",
				"maxDataRateFor11n": -999.0,
				"guest": false,
				"primary": false,
				"manualPreventionEnabled": false,
				"autopreventionEnabled": true,
				"active": true
			}],
			"deviceNote": "",
			"ipAddress": "",
			"activeStatus": null,
			"deviceCapability": null,
			"manuallyTagged": true,
			"group": "AUTHORIZED",
			"placed": true,
			"wiredPortBlocked": false,
			"ownSensorBoxId": 224,
			"apTemplateId": 0,
			"apTemplateName": null,
			"vendorName": "Arista",
			"suspicious": false,
			"signalSource": false,
			"manuallyClassified": false,
			"boxMacaddress": "00:11:74:01:0E:BF",
			"searchIndex": -100,
			"sortColumnIndex": 8192,
			"updateFlags": -100,
			"numAssocClients": 30,
			"banned": false,
			"primaryRadio": {
				"type": "apradio",
				"macaddress": "00:11:74:01:0E:B0",
				"protocol": "A",
				"channel": 48,
				"firstDetectedTime": 1558686922000,
				"upSince": 1558686922000,
				"signalStrength": 0,
				"quarantineStatus": "QUARANTINE_STATUS_OFF",
				"captureFlag": 0,
				"captureId": 0,
				"ssid": "ssid1",
				"prevReason": 0,
				"prevPendingReason": 0,
				"opprotocol": "A",
				"meshFlag": 0,
				"dot11NCapability": 4305,
				"dot11ACCapability": 0,
				"dualBand": true,
				"numAssocClients": 18,
				"underDosAttack": false,
				"quarantiningSensorMac": null,
				"security": 8,
				"secAuth": 1,
				"secGCS": 8,
				"secPWCS": 8,
				"encryption": "CCMP",
				"networkTag": " --",
				"networkedStatus": "INTERNAL",
				"wiredMAC": "",
				"misconfigured": true,
				"capability": 1,
				"protoCapability": "11n",
				"securitySettingFailure": 2048,
				"securitySettingFailureReason": ["NO_WIFI_LOCATION"],
				"mcsSet11ac": 0,
				"supportedRates": -1157711106,
				"beaconInterval": 0,
				"channelOffset": 0,
				"mcsSet11n": "ffff0000000000000000000000000000",
				"extendedAttr": 0,
				"mfp11wEnabled": false,
				"channelWidth": 0,
				"centerFrequencyOne": 0,
				"centerFrequencyZero": 0,
				"potentialClassification": "ROGUE",
				"maxDataRateFor11n": -999.0,
				"guest": false,
				"primary": false,
				"manualPreventionEnabled": false,
				"autopreventionEnabled": true,
				"active": true
			},
			"guest": false,
			"misconfigured": true,
			"ssids": ["ssid1", "ssid2"],
			"mergedAP": true,
			"active": true,
			"bestSignalStrength": 0
		}
	}],
	"placedSensors": [{
		"coOrdinates": {
			"xCordinate": 33.93057110862262,
			"yCordinate": 30.45912653975364
		},
		"calibFactorPathLossA": 0.0,
		"calibFactorSPMA": 0.0,
		"calibFactorPathLossBG": 0.0,
		"calibFactorSPMBG": 0.0,
		"managedAPTransmitPowers": {},
		"sensorTemplate": null,
		"device": {
			"type": "sensor",
			"boxId": 224,
			"name": "Arista_01:0E:BF",
			"locationId": {
				"type": "locallocationid",
				"id": 34
			},
			"radios": [{
				"type": "sensorradio",
				"macaddress": "00:11:74:01:0E:BF",
				"protocol": "SENSOR",
				"channel": 0,
				"firstDetectedTime": 1558686870648,
				"upSince": 1558686870648,
				"signalStrength": 0,
				"quarantineStatus": "QUARANTINE_STATUS_OFF",
				"captureFlag": 0,
				"captureId": 0,
				"apOpMode": 1,
				"upgradeStatus": 0,
				"configurationFlags": "NOT_CONFIGURED",
				"modelAgnosticAware": true,
				"active": true
			}],
			"deviceNote": null,
			"ipAddress": "172.16.0.188",
			"activeStatus": null,
			"deviceCapability": null,
			"manuallyTagged": true,
			"sensorType": "AP",
			"deviceTemplateId": -2,
			"model": "SS-300-AT-C-50",
			"placed": true,
			"softwareVersion": "8.7.0-134",
			"deviceTemplateName": "System Template",
			"capability": 32,
			"usbConnected": false,
			"vlanConfigured": false,
			"powerSource": "NOT_AVAILABLE",
			"bleStatus": "NOT_AVAILABLE",
			"groupId": null,
			"groupName": null,
			"state": "ACTIVE",
			"monitoredVlanCount": 0,
			"totalVlanCount": 1,
			"sonStatus": "SON_DISABLED",
			"managedAPs": [],
			"searchIndex": -100,
			"sortColumnIndex": 4,
			"updateFlags": -100,
			"templateFlags": "PER_DEVICE_CONF_ALLOWED",
			"meshFlag": 0,
			"failSafeMode": 0,
			"platformId": 11,
			"clientConnectivityState": "OFF",
			"targetAPClientConnectivityStatus": "OFF",
			"spectrumAnalysisState": "STOPPED",
			"ciepCapable": false,
			"ciepModeEnabled": false,
			"ciepTunnelStatus": "DISCONNECTED",
			"deviceBootTime": 0,
			"deviceConfigStatus": "ACTIVE",
			"vendorName": "Arista",
			"active": true,
			"macAddress": "00:11:74:01:0E:BF",
			"radio": {
				"type": "sensorradio",
				"macaddress": "00:11:74:01:0E:BF",
				"protocol": "SENSOR",
				"channel": 0,
				"firstDetectedTime": 1558686870648,
				"upSince": 1558686870648,
				"signalStrength": 0,
				"quarantineStatus": "QUARANTINE_STATUS_OFF",
				"captureFlag": 0,
				"captureId": 0,
				"apOpMode": 1,
				"upgradeStatus": 0,
				"configurationFlags": "NOT_CONFIGURED",
				"modelAgnosticAware": true,
				"active": true
			},
			"11nCapable": false,
			"11nacCapable": false,
			"bestSignalStrength": 0
		}
	}],
	"placeHolderDevices": [{
		"type": "SENSOR",
		"macaddress": "",
		"coordinates": {
			"xCordinate": 4.0,
			"yCordinate": 24.0
		},
		"name": "SensorS02",
		"transmitPower": 0.0
	}, {
		"type": "SENSOR",
		"macaddress": "",
		"coordinates": {
			"xCordinate": 37.0,
			"yCordinate": 57.0
		},
		"name": "SensorS03",
		"transmitPower": 0.0
	}, {
		"type": "AP",
		"macaddress": "",
		"coordinates": {
			"xCordinate": 17.0,
			"yCordinate": 27.0
		},
		"name": "APA01",
		"transmitPower": 20.0
	}, {
		"type": "AP",
		"macaddress": "",
		"coordinates": {
			"xCordinate": 32.0,
			"yCordinate": 55.5
		},
		"name": "APA05",
		"transmitPower": 20.0
	}]
}