Represents detail information of a wireless access points. It includes basic attributes, inventory, CDP, client and other information.
Resource URL
/webacs/api/v1/data/AccessPointDetailsResponse Parameters
Type | Attribute Name | Description |
---|---|---|
ApAdminStatusEnum |
adminStatus |
AP Admin Status Allowed values: |
ApTypeEnum |
apType |
AP Type Allowed values: |
autonomousAP |
contains attributes specific to autonomous AP |
|
cdp |
CDP Neighbor Information |
|
String |
clientCount |
total client count on both radio bands |
String |
clientCount_2_4GHz |
client count on 2.4 GHz radio band |
int |
clientCount_5GHz |
client count on 5 GHz radio band |
String |
ethernetMac |
AP Ethernet MAC Address |
String |
ipAddress |
AP IP Address |
String |
macAddress |
Base Radio MAC address |
String |
mapLocation |
Map Location |
String |
model |
AP Model |
String |
name |
AP Name |
String |
serialNumber |
Serial Number |
String |
softwareVersion |
Software Version |
AlarmSeverityEnum |
status |
AP alarm status Allowed values: |
String |
type |
AP Type (CAPWEP or Autonomous) |
unifiedApInfo |
contains attributes specific to Unified (CAPWAP) AP |
|
long |
upTime |
AP Up Time in milliseconds |
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://10.194.172.75/webacs/api/v1/data/AccessPointDetails/42
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <queryResponse rootUrl="/webacs/data" requestUrl="https://10.194.172.75/webacs/api/v1/data/AccessPointDetails/42" responseType="getEntity"> <entity url="/webacs/data/className/15" type="className" dtoType="accessPointDetailsDTO_$$_javassist_2261"> <accessPointDetailsDTO id="15" displayName="String value"> <adminStatus>UNKNOWN</adminStatus> <apType>AP5212</apType> <autonomousAP> <description>String value</description> <reachable>true</reachable> <sysLocation>String value</sysLocation> <sysObjectId>String value</sysObjectId> <wgbStatus>true</wgbStatus> </autonomousAP> <cdp> <capabilities>String value</capabilities> <duplex>String value</duplex> <interfaceSpeed>String value</interfaceSpeed> <localPort>String value</localPort> <neighborIpAddress>String value</neighborIpAddress> <neighborName>String value</neighborName> <neighborPort>String value</neighborPort> <platform>String value</platform> </cdp> <clientCount>String value</clientCount> <clientCount_2_4GHz>String value</clientCount_2_4GHz> <clientCount_5GHz>1</clientCount_5GHz> <ethernetMac>String value</ethernetMac> <ipAddress>String value</ipAddress> <macAddress>String value</macAddress> <mapLocation>String value</mapLocation> <model>String value</model> <name>String value</name> <serialNumber>String value</serialNumber> <softwareVersion>String value</softwareVersion> <status>CRITICAL</status> <type>String value</type> <unifiedApInfo> <apCertType>1</apCertType> <apMode>String value</apMode> <apStaticEnabled>1</apStaticEnabled> <bootVersion>String value</bootVersion> <capwapJoinTakenTime>2</capwapJoinTakenTime> <capwapUpTime>2</capwapUpTime> <controllerIpAddress>String value</controllerIpAddress> <controllerName>String value</controllerName> <contryCode>String value</contryCode> <encryptionEnabled>true</encryptionEnabled> <flexConnectMode>true</flexConnectMode> <iosVersion>String value</iosVersion> <linkLatencyEnabled>true</linkLatencyEnabled> <poeStatus>String value</poeStatus> <portNumber>1</portNumber> <powerInjectorState>1</powerInjectorState> <preStandardState>1</preStandardState> <primaryMwar>String value</primaryMwar> <rogueDetectionEnabled>true</rogueDetectionEnabled> <secondaryMwar>String value</secondaryMwar> <sshEnabled>true</sshEnabled> <statisticsTimer>1</statisticsTimer> <telnetEnabled>true</telnetEnabled> <tertiaryMwar>String value</tertiaryMwar> <WIPSEnabled>String value</WIPSEnabled> </unifiedApInfo> <upTime>2</upTime> </accessPointDetailsDTO> </entity> </queryResponse>
Sample JSON Payload
https://10.194.172.75/webacs/api/v1/data/AccessPointDetails/42.json
{ "queryResponse" : { "@rootUrl" : "\/webacs\/data", "@requestUrl" : "https : \/\/10.194.172.75\/webacs\/api\/v1\/data\/AccessPointDetails\/42", "@responseType" : "getEntity", "entity" : { "@url" : "\/webacs\/data\/className\/15", "@type" : "className", "@dtoType" : "accessPointDetailsDTO_$$_javassist_2261", "accessPointDetailsDTO" : { "@id" : "15", "@displayName" : "String value", "adminStatus" : "UNKNOWN", "apType" : "AP5212", "autonomousAP" : { "description" : "String value", "reachable" : true, "sysLocation" : "String value", "sysObjectId" : "String value", "wgbStatus" : true }, "cdp" : { "capabilities" : "String value", "duplex" : "String value", "interfaceSpeed" : "String value", "localPort" : "String value", "neighborIpAddress" : "String value", "neighborName" : "String value", "neighborPort" : "String value", "platform" : "String value" }, "clientCount" : "String value", "clientCount_2_4GHz" : "String value", "clientCount_5GHz" : 1, "ethernetMac" : "String value", "ipAddress" : "String value", "macAddress" : "String value", "mapLocation" : "String value", "model" : "String value", "name" : "String value", "serialNumber" : "String value", "softwareVersion" : "String value", "status" : "CRITICAL", "type" : "String value", "unifiedApInfo" : { "apCertType" : 1, "apMode" : "String value", "apStaticEnabled" : 1, "bootVersion" : "String value", "capwapJoinTakenTime" : 2, "capwapUpTime" : 2, "controllerIpAddress" : "String value", "controllerName" : "String value", "contryCode" : "String value", "encryptionEnabled" : true, "flexConnectMode" : true, "iosVersion" : "String value", "linkLatencyEnabled" : true, "poeStatus" : "String value", "portNumber" : 1, "powerInjectorState" : 1, "preStandardState" : 1, "primaryMwar" : "String value", "rogueDetectionEnabled" : true, "secondaryMwar" : "String value", "sshEnabled" : true, "statisticsTimer" : 1, "telnetEnabled" : true, "tertiaryMwar" : "String value", "WIPSEnabled" : "String value" }, "upTime" : 2 } } } }