Represents a radio interface of an autonomous access point.
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
DevNet Discussions
API version v1 is deprecated
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/data/AutoApRadioDetails
Deprecated
This version has been deprecated. Please use v4.
Response Parameters
adminStatus
RadioAdminStatusEnum
|
Administrative status of the radio interface
Allowed values:
UNKNOWN
ENABLE
DISABLE
|
antennaAzimAngle
Float
|
Displays the horizontal angle of the antenna
|
antennaDiversity
String
|
Displays if antenna diversity is enabled or disabled. Antenna diversity refers to the access point sampling the radio signal from two integrated antenna ports to choose the preferred antenna.
Allowed values: 'Connector A', 'Connector B', 'Enabled', 'NA'
|
antennaElevAngle
Float
|
Displays the elevation angle of the antenna.
|
antennaGain
Integer
|
The external antenna gain, measured in 0.5 dBi units. This is the raw value from device. It is different from displayed in the UI. An integer value 7 means 7 x 0.5 = 3.5 dBm of gain.
|
antennaMode
String
|
Displays the antenna mode. Allowed values: Sector A, Sector B, Omni, NA (non-applicable).
|
antennaName
String
|
|
antennaType
String
|
Antenna type. Allowed values: Internal, External, NA
|
apIpAddress
String
|
IP address of the access point
|
apName
String
|
|
baseRadioMac
String
|
|
channelControl
String
|
Radio channel control. Allowed values: Automatic, Custom, NA
|
channelNumber
ChannelNumberEnum
|
Current operational channel number
Allowed values:
UNKNOWN
_1
_2
_3
_4
_5
_6
_7
_8
_9
_10
_11
_12
_13
_14
_20
_21
_22
_23
_24
_25
_26
_34
_36
_38
_40
_42
_44
_46
_48
_52
_56
_60
_64
_100
_104
_108
_112
_116
_120
_124
_128
_132
_136
_140
_144
_149
_153
_157
_161
_165
_169
_173
|
clientCount
String
|
Client count connected to the radio interface
|
ethernetMac
String
|
MAC address of the ethernet interface on the AP
|
ifDescr
String
|
|
nativePowerUseStandard
boolean
|
Native power use standard
|
operBand
Cd11HtPhyOperBandEnum
|
802.11 operational band
Allowed values:
UNKNOWN
BAND24GHZ
BAND5GHZ
|
operStatus
RadioOperStatusEnum
|
Operational status of the radio interface
Allowed values:
DOWN
UP
NOTASSOCIATED
UNKNOWN
|
phyType
Dot11PhyTypeEnum
|
802.11 phy type
Allowed values:
UNKNOWN
FHSS
DSSS
IRBASEBAND
OFDM
HRDSSS
ERP
HT
|
powerLevel
Integer
|
|
radioMac
String
|
|
radioRole
AutoApRadioRoleEnum
|
Radio role
Allowed values:
UNKNOWN
WGB
BRIDGE
CLIENT
ROOT
REPEATER
APBRIDGE
APREPEATER
IBSS
NRBRIDGE
APBRBRIDGE
SCANNER
|
radioType
String
|
Radio type. Allowed values: 802.11a, 802.11b/g, 802.11b/g/n, 802.11a/n
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Payload
https://localhost/webacs/api/v1/data/AutoApRadioDetails/15
<?xml version="1.0" ?>
<queryResponse type="AutoApRadioDetails" responseType="getEntity" requestUrl="https://localhost/webacs/api/v1/data/AutoApRadioDetails/15" rootUrl="https://localhost/webacs/api/v1/data">
<entity dtoType="autoApRadioDetailsDTO" type="AutoApRadioDetails" url="https://localhost/webacs/api/v1/data/AutoApRadioDetails/15">
<autoApRadioDetailsDTO displayName="String value" id="15" uuid="String value">
<adminStatus>UNKNOWN</adminStatus>
<antennaAzimAngle>15.0</antennaAzimAngle>
<antennaElevAngle>15.0</antennaElevAngle>
<antennaGain>15</antennaGain>
<antennaName>String value</antennaName>
<apName>String value</apName>
<channelNumber>UNKNOWN</channelNumber>
<ifDescr>String value</ifDescr>
<nativePowerUseStandard>true</nativePowerUseStandard>
<operBand>UNKNOWN</operBand>
<operStatus>DOWN</operStatus>
<phyType>UNKNOWN</phyType>
<powerLevel>15</powerLevel>
<radioRole>UNKNOWN</radioRole>
<antennaDiversity>String value</antennaDiversity>
<antennaMode>String value</antennaMode>
<antennaType>String value</antennaType>
<apIpAddress>String value</apIpAddress>
<baseRadioMac>String value</baseRadioMac>
<channelControl>String value</channelControl>
<clientCount>String value</clientCount>
<ethernetMac>String value</ethernetMac>
<radioMac>String value</radioMac>
<radioType>String value</radioType>
</autoApRadioDetailsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v1/data/AutoApRadioDetails/15.json
{
"queryResponse" : {
"@type" : "AutoApRadioDetails",
"@responseType" : "getEntity",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/data\/AutoApRadioDetails\/15",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/data",
"entity" : {
"@dtoType" : "autoApRadioDetailsDTO",
"@type" : "AutoApRadioDetails",
"@url" : "https : \/\/localhost\/webacs\/api\/v1\/data\/AutoApRadioDetails\/15",
"autoApRadioDetailsDTO" : {
"@displayName" : "String value",
"@id" : "15",
"@uuid" : "String value",
"adminStatus" : "UNKNOWN",
"antennaAzimAngle" : 15,
"antennaElevAngle" : 15,
"antennaGain" : 15,
"antennaName" : "String value",
"apName" : "String value",
"channelNumber" : "UNKNOWN",
"ifDescr" : "String value",
"nativePowerUseStandard" : true,
"operBand" : "UNKNOWN",
"operStatus" : "DOWN",
"phyType" : "UNKNOWN",
"powerLevel" : 15,
"radioRole" : "UNKNOWN",
"antennaDiversity" : "String value",
"antennaMode" : "String value",
"antennaType" : "String value",
"apIpAddress" : "String value",
"baseRadioMac" : "String value",
"channelControl" : "String value",
"clientCount" : "String value",
"ethernetMac" : "String value",
"radioMac" : "String value",
"radioType" : "String value"
}
}
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
DevNet Discussions
Resource URL
/webacs/api/v2/data/AutoApRadioDetails
Unmodified
This resource has not been modified since the previous API version.
Deprecated
This version has been deprecated. Please use v4.
Response Parameters
adminStatus
RadioAdminStatusEnum
|
Administrative status of the radio interface
Allowed values:
UNKNOWN
ENABLE
DISABLE
|
antennaAzimAngle
Float
|
Displays the horizontal angle of the antenna
|
antennaDiversity
String
|
Displays if antenna diversity is enabled or disabled. Antenna diversity refers to the access point sampling the radio signal from two integrated antenna ports to choose the preferred antenna.
Allowed values: 'Connector A', 'Connector B', 'Enabled', 'NA'
|
antennaElevAngle
Float
|
Displays the elevation angle of the antenna.
|
antennaGain
Integer
|
The external antenna gain, measured in 0.5 dBi units. This is the raw value from device. It is different from displayed in the UI. An integer value 7 means 7 x 0.5 = 3.5 dBm of gain.
|
antennaMode
String
|
Displays the antenna mode. Allowed values: Sector A, Sector B, Omni, NA (non-applicable).
|
antennaName
String
|
|
antennaType
String
|
Antenna type. Allowed values: Internal, External, NA
|
apIpAddress
String
|
IP address of the access point
|
apName
String
|
|
baseRadioMac
String
|
|
channelControl
String
|
Radio channel control. Allowed values: Automatic, Custom, NA
|
channelNumber
ChannelNumberEnum
|
Current operational channel number
Allowed values:
UNKNOWN
_1
_2
_3
_4
_5
_6
_7
_8
_9
_10
_11
_12
_13
_14
_20
_21
_22
_23
_24
_25
_26
_34
_36
_38
_40
_42
_44
_46
_48
_52
_56
_60
_64
_100
_104
_108
_112
_116
_120
_124
_128
_132
_136
_140
_144
_149
_153
_157
_161
_165
_169
_173
|
clientCount
String
|
Client count connected to the radio interface
|
ethernetMac
String
|
MAC address of the ethernet interface on the AP
|
ifDescr
String
|
|
nativePowerUseStandard
boolean
|
Native power use standard
|
operBand
Cd11HtPhyOperBandEnum
|
802.11 operational band
Allowed values:
UNKNOWN
BAND24GHZ
BAND5GHZ
|
operStatus
RadioOperStatusEnum
|
Operational status of the radio interface
Allowed values:
DOWN
UP
NOTASSOCIATED
UNKNOWN
|
phyType
Dot11PhyTypeEnum
|
802.11 phy type
Allowed values:
UNKNOWN
FHSS
DSSS
IRBASEBAND
OFDM
HRDSSS
ERP
HT
|
powerLevel
Integer
|
|
radioMac
String
|
|
radioRole
AutoApRadioRoleEnum
|
Radio role
Allowed values:
UNKNOWN
WGB
BRIDGE
CLIENT
ROOT
REPEATER
APBRIDGE
APREPEATER
IBSS
NRBRIDGE
APBRBRIDGE
SCANNER
|
radioType
String
|
Radio type. Allowed values: 802.11a, 802.11b/g, 802.11b/g/n, 802.11a/n
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Payload
https://localhost/webacs/api/v2/data/AutoApRadioDetails/15
<?xml version="1.0" ?>
<queryResponse type="AutoApRadioDetails" responseType="getEntity" requestUrl="https://localhost/webacs/api/v2/data/AutoApRadioDetails/15" rootUrl="https://localhost/webacs/api/v2/data">
<entity dtoType="autoApRadioDetailsDTO" type="AutoApRadioDetails" url="https://localhost/webacs/api/v2/data/AutoApRadioDetails/15">
<autoApRadioDetailsDTO displayName="String value" id="15" uuid="String value">
<adminStatus>UNKNOWN</adminStatus>
<antennaAzimAngle>15.0</antennaAzimAngle>
<antennaElevAngle>15.0</antennaElevAngle>
<antennaGain>15</antennaGain>
<antennaName>String value</antennaName>
<apName>String value</apName>
<channelNumber>UNKNOWN</channelNumber>
<ifDescr>String value</ifDescr>
<nativePowerUseStandard>true</nativePowerUseStandard>
<operBand>UNKNOWN</operBand>
<operStatus>DOWN</operStatus>
<phyType>UNKNOWN</phyType>
<powerLevel>15</powerLevel>
<radioRole>UNKNOWN</radioRole>
<antennaDiversity>String value</antennaDiversity>
<antennaMode>String value</antennaMode>
<antennaType>String value</antennaType>
<apIpAddress>String value</apIpAddress>
<baseRadioMac>String value</baseRadioMac>
<channelControl>String value</channelControl>
<clientCount>String value</clientCount>
<ethernetMac>String value</ethernetMac>
<radioMac>String value</radioMac>
<radioType>String value</radioType>
</autoApRadioDetailsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v2/data/AutoApRadioDetails/15.json
{
"queryResponse" : {
"@type" : "AutoApRadioDetails",
"@requestUrl" : "https://localhost/webacs/api/v2/data/AutoApRadioDetails/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://localhost/webacs/api/v2/data",
"entity" : [ {
"@dtoType" : "autoApRadioDetailsDTO",
"@type" : "AutoApRadioDetails",
"@url" : "https://localhost/webacs/api/v2/data/AutoApRadioDetails/15",
"autoApRadioDetailsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"adminStatus" : "UNKNOWN",
"antennaAzimAngle" : 15.0,
"antennaDiversity" : "String value",
"antennaElevAngle" : 15.0,
"antennaGain" : 15,
"antennaMode" : "String value",
"antennaName" : "String value",
"antennaType" : "String value",
"apIpAddress" : "String value",
"apName" : "String value",
"baseRadioMac" : "String value",
"channelControl" : "String value",
"channelNumber" : "UNKNOWN",
"clientCount" : "String value",
"ethernetMac" : "String value",
"ifDescr" : "String value",
"nativePowerUseStandard" : true,
"operBand" : "UNKNOWN",
"operStatus" : "DOWN",
"phyType" : "UNKNOWN",
"powerLevel" : 15,
"radioMac" : "String value",
"radioRole" : "UNKNOWN",
"radioType" : "String value"
}
} ]
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
DevNet Discussions
Resource URL
/webacs/api/v3/data/AutoApRadioDetails
Unmodified
This resource has not been modified since the previous API version.
Deprecated
This version has been deprecated. Please use v4.
Response Parameters
adminStatus
RadioAdminStatusEnum
|
Administrative status of the radio interface
Allowed values:
UNKNOWN
ENABLE
DISABLE
|
antennaAzimAngle
Float
|
Displays the horizontal angle of the antenna
|
antennaDiversity
String
|
Displays if antenna diversity is enabled or disabled. Antenna diversity refers to the access point sampling the radio signal from two integrated antenna ports to choose the preferred antenna.
Allowed values: 'Connector A', 'Connector B', 'Enabled', 'NA'
|
antennaElevAngle
Float
|
Displays the elevation angle of the antenna.
|
antennaGain
Integer
|
The external antenna gain, measured in 0.5 dBi units. This is the raw value from device. It is different from displayed in the UI. An integer value 7 means 7 x 0.5 = 3.5 dBm of gain.
|
antennaMode
String
|
Displays the antenna mode. Allowed values: Sector A, Sector B, Omni, NA (non-applicable).
|
antennaName
String
|
|
antennaType
String
|
Antenna type. Allowed values: Internal, External, NA
|
apIpAddress
String
|
IP address of the access point
|
apName
String
|
|
baseRadioMac
String
|
|
channelControl
String
|
Radio channel control. Allowed values: Automatic, Custom, NA
|
channelNumber
ChannelNumberEnum
|
Current operational channel number
Allowed values:
UNKNOWN
_1
_2
_3
_4
_5
_6
_7
_8
_9
_10
_11
_12
_13
_14
_20
_21
_22
_23
_24
_25
_26
_34
_36
_38
_40
_42
_44
_46
_48
_52
_56
_60
_64
_100
_104
_108
_112
_116
_120
_124
_128
_132
_136
_140
_144
_149
_153
_157
_161
_165
_169
_173
|
clientCount
String
|
Client count connected to the radio interface
|
ethernetMac
String
|
MAC address of the ethernet interface on the AP
|
ifDescr
String
|
|
nativePowerUseStandard
boolean
|
Native power use standard
|
operBand
Cd11HtPhyOperBandEnum
|
802.11 operational band
Allowed values:
UNKNOWN
BAND24GHZ
BAND5GHZ
|
operStatus
RadioOperStatusEnum
|
Operational status of the radio interface
Allowed values:
DOWN
UP
NOTASSOCIATED
UNKNOWN
|
phyType
Dot11PhyTypeEnum
|
802.11 phy type
Allowed values:
UNKNOWN
FHSS
DSSS
IRBASEBAND
OFDM
HRDSSS
ERP
HT
|
powerLevel
Integer
|
|
radioMac
String
|
|
radioRole
AutoApRadioRoleEnum
|
Radio role
Allowed values:
UNKNOWN
WGB
BRIDGE
CLIENT
ROOT
REPEATER
APBRIDGE
APREPEATER
IBSS
NRBRIDGE
APBRBRIDGE
SCANNER
|
radioType
String
|
Radio type. Allowed values: 802.11a, 802.11b/g, 802.11b/g/n, 802.11a/n
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Payload
https://localhost/webacs/api/v3/data/AutoApRadioDetails/15
<?xml version="1.0" ?>
<queryResponse type="AutoApRadioDetails" responseType="getEntity" requestUrl="https://localhost/webacs/api/v3/data/AutoApRadioDetails/15" rootUrl="https://localhost/webacs/api/v3/data">
<entity dtoType="autoApRadioDetailsDTO" type="AutoApRadioDetails" url="https://localhost/webacs/api/v3/data/AutoApRadioDetails/15">
<autoApRadioDetailsDTO displayName="String value" id="15" uuid="String value">
<adminStatus>UNKNOWN</adminStatus>
<antennaAzimAngle>15.0</antennaAzimAngle>
<antennaElevAngle>15.0</antennaElevAngle>
<antennaGain>15</antennaGain>
<antennaName>String value</antennaName>
<apName>String value</apName>
<channelNumber>UNKNOWN</channelNumber>
<ifDescr>String value</ifDescr>
<nativePowerUseStandard>true</nativePowerUseStandard>
<operBand>UNKNOWN</operBand>
<operStatus>DOWN</operStatus>
<phyType>UNKNOWN</phyType>
<powerLevel>15</powerLevel>
<radioRole>UNKNOWN</radioRole>
<antennaDiversity>String value</antennaDiversity>
<antennaMode>String value</antennaMode>
<antennaType>String value</antennaType>
<apIpAddress>String value</apIpAddress>
<baseRadioMac>String value</baseRadioMac>
<channelControl>String value</channelControl>
<clientCount>String value</clientCount>
<ethernetMac>String value</ethernetMac>
<radioMac>String value</radioMac>
<radioType>String value</radioType>
</autoApRadioDetailsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v3/data/AutoApRadioDetails/15.json
{
"queryResponse" : {
"@type" : "AutoApRadioDetails",
"@requestUrl" : "https://localhost/webacs/api/v3/data/AutoApRadioDetails/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://localhost/webacs/api/v3/data",
"entity" : [ {
"@dtoType" : "autoApRadioDetailsDTO",
"@type" : "AutoApRadioDetails",
"@url" : "https://localhost/webacs/api/v3/data/AutoApRadioDetails/15",
"autoApRadioDetailsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"adminStatus" : "UNKNOWN",
"antennaAzimAngle" : 15.0,
"antennaDiversity" : "String value",
"antennaElevAngle" : 15.0,
"antennaGain" : 15,
"antennaMode" : "String value",
"antennaName" : "String value",
"antennaType" : "String value",
"apIpAddress" : "String value",
"apName" : "String value",
"baseRadioMac" : "String value",
"channelControl" : "String value",
"channelNumber" : "UNKNOWN",
"clientCount" : "String value",
"ethernetMac" : "String value",
"ifDescr" : "String value",
"nativePowerUseStandard" : true,
"operBand" : "UNKNOWN",
"operStatus" : "DOWN",
"phyType" : "UNKNOWN",
"powerLevel" : 15,
"radioMac" : "String value",
"radioRole" : "UNKNOWN",
"radioType" : "String value"
}
} ]
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
DevNet Discussions
Resource URL
/webacs/api/v4/data/AutoApRadioDetails
Updated
Since version 4 types of attributes apIpAddress, clientCount have been changed. Attributes antennaDiversity, antennaMode, antennaType, and channelControl have been removed because these attributes are not collected for Autonomous AP radios.
Response Parameters
adminStatus
RadioAdminStatusEnum
|
Administrative status of the radio interface
Allowed values:
UNKNOWN
ENABLE
DISABLE
|
antennaAzimAngle
Float
|
Displays the horizontal angle of the antenna
|
antennaElevAngle
Float
|
Displays the elevation angle of the antenna.
|
antennaGain
Integer
|
The external antenna gain, measured in 0.5 dBi units. This is the raw value from device. It is different from displayed in the UI. An integer value 7 means 7 x 0.5 = 3.5 dBm of gain.
|
antennaName
String
|
|
apIpAddress
InetAddress
|
IP address of the access point
|
apName
String
|
|
baseRadioMac
MacAddress
|
|
channelNumber
ChannelNumberEnum
|
Current operational channel number
Allowed values:
UNKNOWN
_1
_2
_3
_4
_5
_6
_7
_8
_9
_10
_11
_12
_13
_14
_20
_21
_22
_23
_24
_25
_26
_34
_36
_38
_40
_42
_44
_46
_48
_52
_56
_60
_64
_100
_104
_108
_112
_116
_120
_124
_128
_132
_136
_140
_144
_149
_153
_157
_161
_165
_169
_173
|
clientCount
int
|
Client count connected to the radio interface
|
ethernetMac
MacAddress
|
MAC address of the ethernet interface on the AP
|
ifDescr
String
|
|
nativePowerUseStandard
boolean
|
Native power use standard
|
operBand
Cd11HtPhyOperBandEnum
|
802.11 operational band
Allowed values:
UNKNOWN
BAND24GHZ
BAND5GHZ
|
operStatus
RadioOperStatusEnum
|
Operational status of the radio interface
Allowed values:
DOWN
UP
NOTASSOCIATED
UNKNOWN
|
phyType
Dot11PhyTypeEnum
|
802.11 phy type
Allowed values:
UNKNOWN
FHSS
DSSS
IRBASEBAND
OFDM
HRDSSS
ERP
HT
|
powerLevel
Integer
|
|
radioMac
MacAddress
|
|
radioRole
AutoApRadioRoleEnum
|
Radio role
Allowed values:
UNKNOWN
WGB
BRIDGE
CLIENT
ROOT
REPEATER
APBRIDGE
APREPEATER
IBSS
NRBRIDGE
APBRBRIDGE
SCANNER
|
radioType
AutoApRadioTypeEnum
|
Radio type
Allowed values:
802.11a
802.11b/g
802.11b/g/n
802.11a/n
Unknown
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Payload
https://localhost/webacs/api/v4/data/AutoApRadioDetails/15
<?xml version="1.0" ?>
<queryResponse type="AutoApRadioDetails" responseType="getEntity" requestUrl="https://localhost/webacs/api/v4/data/AutoApRadioDetails/15" rootUrl="https://localhost/webacs/api/v4/data">
<entity dtoType="autoApRadioDetailsDTO" type="AutoApRadioDetails" url="https://localhost/webacs/api/v4/data/AutoApRadioDetails/15">
<autoApRadioDetailsDTO displayName="String value" id="15" uuid="String value">
<adminStatus>UNKNOWN</adminStatus>
<antennaAzimAngle>15.0</antennaAzimAngle>
<antennaElevAngle>15.0</antennaElevAngle>
<antennaGain>15</antennaGain>
<antennaName>String value</antennaName>
<apName>String value</apName>
<channelNumber>UNKNOWN</channelNumber>
<ifDescr>String value</ifDescr>
<nativePowerUseStandard>true</nativePowerUseStandard>
<operBand>UNKNOWN</operBand>
<operStatus>DOWN</operStatus>
<phyType>UNKNOWN</phyType>
<powerLevel>15</powerLevel>
<radioRole>UNKNOWN</radioRole>
<apIpAddress>
<address>192.168.115.243</address>
</apIpAddress>
<baseRadioMac>
<octets>000a959d6816</octets>
</baseRadioMac>
<clientCount>1</clientCount>
<ethernetMac>
<octets>000a959d6816</octets>
</ethernetMac>
<radioMac>
<octets>000a959d6816</octets>
</radioMac>
<radioType>802.11a</radioType>
</autoApRadioDetailsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v4/data/AutoApRadioDetails/15.json
{
"queryResponse" : {
"@type" : "AutoApRadioDetails",
"@requestUrl" : "https://localhost/webacs/api/v4/data/AutoApRadioDetails/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://localhost/webacs/api/v4/data",
"entity" : [ {
"@dtoType" : "autoApRadioDetailsDTO",
"@type" : "AutoApRadioDetails",
"@url" : "https://localhost/webacs/api/v4/data/AutoApRadioDetails/15",
"autoApRadioDetailsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"adminStatus" : "UNKNOWN",
"antennaAzimAngle" : 15.0,
"antennaElevAngle" : 15.0,
"antennaGain" : 15,
"antennaName" : "String value",
"apIpAddress" : {
"address" : "192.168.115.243"
},
"apName" : "String value",
"baseRadioMac" : {
"octets" : "000a959d6816"
},
"channelNumber" : "UNKNOWN",
"clientCount" : 1,
"ethernetMac" : {
"octets" : "000a959d6816"
},
"ifDescr" : "String value",
"nativePowerUseStandard" : true,
"operBand" : "UNKNOWN",
"operStatus" : "DOWN",
"phyType" : "UNKNOWN",
"powerLevel" : 15,
"radioMac" : {
"octets" : "000a959d6816"
},
"radioRole" : "UNKNOWN",
"radioType" : "802.11a"
}
} ]
}
}