Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
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/HistoricalClientCounts
Response Parameters
authCount
int
|
Total authenticated client count on the element in last collection time
|
collectionTime
long
|
The time collection of this record was finished, measured in milliseconds since the Unix epoch.
|
count
int
|
Total client count on the element in last collection time
|
dot11aAuthCount
int
|
Number of authenticated clients using 802.11a
|
dot11aCount
int
|
Number of clients using 802.11a
|
dot11acAuthCount
int
|
Number of authenticated clients using 802.11ac
|
dot11acCount
int
|
Number of clients using 802.11ac
|
dot11ax2_4AuthCount
int
|
Number of authenticated clients using 802.11ax on 2.4 GHz band
|
dot11ax2_4Count
int
|
Number of clients using 802.11ax in 2.4 GHz band
|
dot11ax5AuthCount
int
|
Number of authenticated clients using 802.11ax on 5 GHz band
|
dot11ax5Count
int
|
Number of clients using 802.11ax in 5GHz band
|
dot11bAuthCount
int
|
Number of authenticated clients using 802.11b
|
dot11bCount
int
|
Number of clients using 802.11b
|
dot11gAuthCount
int
|
Number of authenticated clients using 802.11g
|
dot11gCount
int
|
Number of clients using 802.11g
|
dot11n2_4AuthCount
int
|
Number of authenticated clients using 802.11n on 2.4 GHz band
|
dot11n2_4Count
int
|
Number of clients using 802.11n in 2.4 GHz band
|
dot11n5AuthCount
int
|
Number of authenticated clients using 802.11n on 5 GHz band
|
dot11n5Count
int
|
Number of clients using 802.11n in 5GHz band
|
key
String
|
Key represents the element
|
subkey
String
|
Subkey is used to further categorize client count
|
type
ClientCountTypeEnum
|
|
wgbAuthCount
int
|
Number of authenticated clients connected as WGB or wired guest
|
wgbCount
int
|
Number of clients connected as WGB or wired guest
|
wired100MAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 100Mbps port
|
wired100MCount
int
|
Number of wired clients connected to wired switch on 100Mbps port
|
wired10GAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 10Gbps port
|
wired10GCount
int
|
Number of wired clients connected to wired switch on 10Gbps port
|
wired10MAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 10Mbps port
|
wired10MCount
int
|
Number of wired clients connected to wired switch on 10Mbps port
|
wired1GAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 1Gbps port
|
wired1GCount
int
|
Number of wired clients connected to wired switch on 1Gbps port
|
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://10.64.80.159/webacs/api/v1/data/HistoricalClientCounts/15
<?xml version="1.0" ?>
<queryResponse type="HistoricalClientCounts" responseType="getEntity" requestUrl="https://10.64.80.159/webacs/api/v1/data/HistoricalClientCounts/15" rootUrl="https://10.64.80.159/webacs/api/v1/data">
<entity dtoType="historicalClientCountsDTO" type="HistoricalClientCounts" url="https://10.64.80.159/webacs/api/v1/data/HistoricalClientCounts/15">
<historicalClientCountsDTO displayName="String value" id="15" uuid="String value">
<authCount>1</authCount>
<collectionTime>2</collectionTime>
<count>1</count>
<dot11aAuthCount>1</dot11aAuthCount>
<dot11aCount>1</dot11aCount>
<dot11acAuthCount>1</dot11acAuthCount>
<dot11acCount>1</dot11acCount>
<dot11ax2_4AuthCount>1</dot11ax2_4AuthCount>
<dot11ax2_4Count>1</dot11ax2_4Count>
<dot11ax5AuthCount>1</dot11ax5AuthCount>
<dot11ax5Count>1</dot11ax5Count>
<dot11bAuthCount>1</dot11bAuthCount>
<dot11bCount>1</dot11bCount>
<dot11gAuthCount>1</dot11gAuthCount>
<dot11gCount>1</dot11gCount>
<dot11n2_4AuthCount>1</dot11n2_4AuthCount>
<dot11n2_4Count>1</dot11n2_4Count>
<dot11n5AuthCount>1</dot11n5AuthCount>
<dot11n5Count>1</dot11n5Count>
<key>String value</key>
<subkey>String value</subkey>
<type>DEVICE</type>
<wgbAuthCount>1</wgbAuthCount>
<wgbCount>1</wgbCount>
<wired100MAuthCount>1</wired100MAuthCount>
<wired100MCount>1</wired100MCount>
<wired10GAuthCount>1</wired10GAuthCount>
<wired10GCount>1</wired10GCount>
<wired10MAuthCount>1</wired10MAuthCount>
<wired10MCount>1</wired10MCount>
<wired1GAuthCount>1</wired1GAuthCount>
<wired1GCount>1</wired1GCount>
</historicalClientCountsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://10.64.80.159/webacs/api/v1/data/HistoricalClientCounts/15.json
{
"queryResponse" : {
"@type" : "HistoricalClientCounts",
"@responseType" : "getEntity",
"@requestUrl" : "https : \/\/10.64.80.159\/webacs\/api\/v1\/data\/HistoricalClientCounts\/15",
"@rootUrl" : "https : \/\/10.64.80.159\/webacs\/api\/v1\/data",
"entity" : {
"@dtoType" : "historicalClientCountsDTO",
"@type" : "HistoricalClientCounts",
"@url" : "https : \/\/10.64.80.159\/webacs\/api\/v1\/data\/HistoricalClientCounts\/15",
"historicalClientCountsDTO" : {
"@displayName" : "String value",
"@id" : "15",
"@uuid" : "String value",
"authCount" : 1,
"collectionTime" : 2,
"count" : 1,
"dot11aAuthCount" : 1,
"dot11aCount" : 1,
"dot11acAuthCount" : 1,
"dot11acCount" : 1,
"dot11ax2_4AuthCount" : 1,
"dot11ax2_4Count" : 1,
"dot11ax5AuthCount" : 1,
"dot11ax5Count" : 1,
"dot11bAuthCount" : 1,
"dot11bCount" : 1,
"dot11gAuthCount" : 1,
"dot11gCount" : 1,
"dot11n2_4AuthCount" : 1,
"dot11n2_4Count" : 1,
"dot11n5AuthCount" : 1,
"dot11n5Count" : 1,
"key" : "String value",
"subkey" : "String value",
"type" : "DEVICE",
"wgbAuthCount" : 1,
"wgbCount" : 1,
"wired100MAuthCount" : 1,
"wired100MCount" : 1,
"wired10GAuthCount" : 1,
"wired10GCount" : 1,
"wired10MAuthCount" : 1,
"wired10MCount" : 1,
"wired1GAuthCount" : 1,
"wired1GCount" : 1
}
}
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v2/data/HistoricalClientCounts
Unmodified
This resource has not been modified since the previous API version.
Response Parameters
authCount
int
|
Total authenticated client count on the element in last collection time
|
collectionTime
long
|
The time collection of this record was finished, measured in milliseconds since the Unix epoch.
|
count
int
|
Total client count on the element in last collection time
|
dot11aAuthCount
int
|
Number of authenticated clients using 802.11a
|
dot11aCount
int
|
Number of clients using 802.11a
|
dot11acAuthCount
int
|
Number of authenticated clients using 802.11ac
|
dot11acCount
int
|
Number of clients using 802.11ac
|
dot11ax2_4AuthCount
int
|
Number of authenticated clients using 802.11ax on 2.4 GHz band
|
dot11ax2_4Count
int
|
Number of clients using 802.11ax in 2.4 GHz band
|
dot11ax5AuthCount
int
|
Number of authenticated clients using 802.11ax on 5 GHz band
|
dot11ax5Count
int
|
Number of clients using 802.11ax in 5GHz band
|
dot11bAuthCount
int
|
Number of authenticated clients using 802.11b
|
dot11bCount
int
|
Number of clients using 802.11b
|
dot11gAuthCount
int
|
Number of authenticated clients using 802.11g
|
dot11gCount
int
|
Number of clients using 802.11g
|
dot11n2_4AuthCount
int
|
Number of authenticated clients using 802.11n on 2.4 GHz band
|
dot11n2_4Count
int
|
Number of clients using 802.11n in 2.4 GHz band
|
dot11n5AuthCount
int
|
Number of authenticated clients using 802.11n on 5 GHz band
|
dot11n5Count
int
|
Number of clients using 802.11n in 5GHz band
|
key
String
|
Key represents the element
|
subkey
String
|
Subkey is used to further categorize client count
|
type
ClientCountTypeEnum
|
|
wgbAuthCount
int
|
Number of authenticated clients connected as WGB or wired guest
|
wgbCount
int
|
Number of clients connected as WGB or wired guest
|
wired100MAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 100Mbps port
|
wired100MCount
int
|
Number of wired clients connected to wired switch on 100Mbps port
|
wired10GAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 10Gbps port
|
wired10GCount
int
|
Number of wired clients connected to wired switch on 10Gbps port
|
wired10MAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 10Mbps port
|
wired10MCount
int
|
Number of wired clients connected to wired switch on 10Mbps port
|
wired1GAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 1Gbps port
|
wired1GCount
int
|
Number of wired clients connected to wired switch on 1Gbps port
|
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://10.64.80.159/webacs/api/v2/data/HistoricalClientCounts/15
<?xml version="1.0" ?>
<queryResponse type="HistoricalClientCounts" responseType="getEntity" requestUrl="https://10.64.80.159/webacs/api/v2/data/HistoricalClientCounts/15" rootUrl="https://10.64.80.159/webacs/api/v2/data">
<entity dtoType="historicalClientCountsDTO" type="HistoricalClientCounts" url="https://10.64.80.159/webacs/api/v2/data/HistoricalClientCounts/15">
<historicalClientCountsDTO displayName="String value" id="15" uuid="String value">
<authCount>1</authCount>
<collectionTime>2</collectionTime>
<count>1</count>
<dot11aAuthCount>1</dot11aAuthCount>
<dot11aCount>1</dot11aCount>
<dot11acAuthCount>1</dot11acAuthCount>
<dot11acCount>1</dot11acCount>
<dot11ax2_4AuthCount>1</dot11ax2_4AuthCount>
<dot11ax2_4Count>1</dot11ax2_4Count>
<dot11ax5AuthCount>1</dot11ax5AuthCount>
<dot11ax5Count>1</dot11ax5Count>
<dot11bAuthCount>1</dot11bAuthCount>
<dot11bCount>1</dot11bCount>
<dot11gAuthCount>1</dot11gAuthCount>
<dot11gCount>1</dot11gCount>
<dot11n2_4AuthCount>1</dot11n2_4AuthCount>
<dot11n2_4Count>1</dot11n2_4Count>
<dot11n5AuthCount>1</dot11n5AuthCount>
<dot11n5Count>1</dot11n5Count>
<key>String value</key>
<subkey>String value</subkey>
<type>DEVICE</type>
<wgbAuthCount>1</wgbAuthCount>
<wgbCount>1</wgbCount>
<wired100MAuthCount>1</wired100MAuthCount>
<wired100MCount>1</wired100MCount>
<wired10GAuthCount>1</wired10GAuthCount>
<wired10GCount>1</wired10GCount>
<wired10MAuthCount>1</wired10MAuthCount>
<wired10MCount>1</wired10MCount>
<wired1GAuthCount>1</wired1GAuthCount>
<wired1GCount>1</wired1GCount>
</historicalClientCountsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://10.64.80.159/webacs/api/v2/data/HistoricalClientCounts/15.json
{
"queryResponse" : {
"@type" : "HistoricalClientCounts",
"@requestUrl" : "https://10.64.80.159/webacs/api/v2/data/HistoricalClientCounts/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://10.64.80.159/webacs/api/v2/data",
"entity" : [ {
"@dtoType" : "historicalClientCountsDTO",
"@type" : "HistoricalClientCounts",
"@url" : "https://10.64.80.159/webacs/api/v2/data/HistoricalClientCounts/15",
"historicalClientCountsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"authCount" : 1,
"collectionTime" : 2,
"count" : 1,
"dot11aAuthCount" : 1,
"dot11aCount" : 1,
"dot11acAuthCount" : 1,
"dot11acCount" : 1,
"dot11ax2_4AuthCount" : 1,
"dot11ax2_4Count" : 1,
"dot11ax5AuthCount" : 1,
"dot11ax5Count" : 1,
"dot11bAuthCount" : 1,
"dot11bCount" : 1,
"dot11gAuthCount" : 1,
"dot11gCount" : 1,
"dot11n2_4AuthCount" : 1,
"dot11n2_4Count" : 1,
"dot11n5AuthCount" : 1,
"dot11n5Count" : 1,
"key" : "String value",
"subkey" : "String value",
"type" : "DEVICE",
"wgbAuthCount" : 1,
"wgbCount" : 1,
"wired100MAuthCount" : 1,
"wired100MCount" : 1,
"wired10GAuthCount" : 1,
"wired10GCount" : 1,
"wired10MAuthCount" : 1,
"wired10MCount" : 1,
"wired1GAuthCount" : 1,
"wired1GCount" : 1
}
} ]
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v3/data/HistoricalClientCounts
Unmodified
This resource has not been modified since the previous API version.
Response Parameters
authCount
int
|
Total authenticated client count on the element in last collection time
|
collectionTime
long
|
The time collection of this record was finished, measured in milliseconds since the Unix epoch.
|
count
int
|
Total client count on the element in last collection time
|
dot11aAuthCount
int
|
Number of authenticated clients using 802.11a
|
dot11aCount
int
|
Number of clients using 802.11a
|
dot11acAuthCount
int
|
Number of authenticated clients using 802.11ac
|
dot11acCount
int
|
Number of clients using 802.11ac
|
dot11ax2_4AuthCount
int
|
Number of authenticated clients using 802.11ax on 2.4 GHz band
|
dot11ax2_4Count
int
|
Number of clients using 802.11ax in 2.4 GHz band
|
dot11ax5AuthCount
int
|
Number of authenticated clients using 802.11ax on 5 GHz band
|
dot11ax5Count
int
|
Number of clients using 802.11ax in 5GHz band
|
dot11bAuthCount
int
|
Number of authenticated clients using 802.11b
|
dot11bCount
int
|
Number of clients using 802.11b
|
dot11gAuthCount
int
|
Number of authenticated clients using 802.11g
|
dot11gCount
int
|
Number of clients using 802.11g
|
dot11n2_4AuthCount
int
|
Number of authenticated clients using 802.11n on 2.4 GHz band
|
dot11n2_4Count
int
|
Number of clients using 802.11n in 2.4 GHz band
|
dot11n5AuthCount
int
|
Number of authenticated clients using 802.11n on 5 GHz band
|
dot11n5Count
int
|
Number of clients using 802.11n in 5GHz band
|
key
String
|
Key represents the element
|
subkey
String
|
Subkey is used to further categorize client count
|
type
ClientCountTypeEnum
|
|
wgbAuthCount
int
|
Number of authenticated clients connected as WGB or wired guest
|
wgbCount
int
|
Number of clients connected as WGB or wired guest
|
wired100MAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 100Mbps port
|
wired100MCount
int
|
Number of wired clients connected to wired switch on 100Mbps port
|
wired10GAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 10Gbps port
|
wired10GCount
int
|
Number of wired clients connected to wired switch on 10Gbps port
|
wired10MAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 10Mbps port
|
wired10MCount
int
|
Number of wired clients connected to wired switch on 10Mbps port
|
wired1GAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 1Gbps port
|
wired1GCount
int
|
Number of wired clients connected to wired switch on 1Gbps port
|
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://10.64.80.159/webacs/api/v3/data/HistoricalClientCounts/15
<?xml version="1.0" ?>
<queryResponse type="HistoricalClientCounts" responseType="getEntity" requestUrl="https://10.64.80.159/webacs/api/v3/data/HistoricalClientCounts/15" rootUrl="https://10.64.80.159/webacs/api/v3/data">
<entity dtoType="historicalClientCountsDTO" type="HistoricalClientCounts" url="https://10.64.80.159/webacs/api/v3/data/HistoricalClientCounts/15">
<historicalClientCountsDTO displayName="String value" id="15" uuid="String value">
<authCount>1</authCount>
<collectionTime>2</collectionTime>
<count>1</count>
<dot11aAuthCount>1</dot11aAuthCount>
<dot11aCount>1</dot11aCount>
<dot11acAuthCount>1</dot11acAuthCount>
<dot11acCount>1</dot11acCount>
<dot11ax2_4AuthCount>1</dot11ax2_4AuthCount>
<dot11ax2_4Count>1</dot11ax2_4Count>
<dot11ax5AuthCount>1</dot11ax5AuthCount>
<dot11ax5Count>1</dot11ax5Count>
<dot11bAuthCount>1</dot11bAuthCount>
<dot11bCount>1</dot11bCount>
<dot11gAuthCount>1</dot11gAuthCount>
<dot11gCount>1</dot11gCount>
<dot11n2_4AuthCount>1</dot11n2_4AuthCount>
<dot11n2_4Count>1</dot11n2_4Count>
<dot11n5AuthCount>1</dot11n5AuthCount>
<dot11n5Count>1</dot11n5Count>
<key>String value</key>
<subkey>String value</subkey>
<type>DEVICE</type>
<wgbAuthCount>1</wgbAuthCount>
<wgbCount>1</wgbCount>
<wired100MAuthCount>1</wired100MAuthCount>
<wired100MCount>1</wired100MCount>
<wired10GAuthCount>1</wired10GAuthCount>
<wired10GCount>1</wired10GCount>
<wired10MAuthCount>1</wired10MAuthCount>
<wired10MCount>1</wired10MCount>
<wired1GAuthCount>1</wired1GAuthCount>
<wired1GCount>1</wired1GCount>
</historicalClientCountsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://10.64.80.159/webacs/api/v3/data/HistoricalClientCounts/15.json
{
"queryResponse" : {
"@type" : "HistoricalClientCounts",
"@requestUrl" : "https://10.64.80.159/webacs/api/v3/data/HistoricalClientCounts/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://10.64.80.159/webacs/api/v3/data",
"entity" : [ {
"@dtoType" : "historicalClientCountsDTO",
"@type" : "HistoricalClientCounts",
"@url" : "https://10.64.80.159/webacs/api/v3/data/HistoricalClientCounts/15",
"historicalClientCountsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"authCount" : 1,
"collectionTime" : 2,
"count" : 1,
"dot11aAuthCount" : 1,
"dot11aCount" : 1,
"dot11acAuthCount" : 1,
"dot11acCount" : 1,
"dot11ax2_4AuthCount" : 1,
"dot11ax2_4Count" : 1,
"dot11ax5AuthCount" : 1,
"dot11ax5Count" : 1,
"dot11bAuthCount" : 1,
"dot11bCount" : 1,
"dot11gAuthCount" : 1,
"dot11gCount" : 1,
"dot11n2_4AuthCount" : 1,
"dot11n2_4Count" : 1,
"dot11n5AuthCount" : 1,
"dot11n5Count" : 1,
"key" : "String value",
"subkey" : "String value",
"type" : "DEVICE",
"wgbAuthCount" : 1,
"wgbCount" : 1,
"wired100MAuthCount" : 1,
"wired100MCount" : 1,
"wired10GAuthCount" : 1,
"wired10GCount" : 1,
"wired10MAuthCount" : 1,
"wired10MCount" : 1,
"wired1GAuthCount" : 1,
"wired1GCount" : 1
}
} ]
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v4/data/HistoricalClientCounts
Unmodified
This resource has not been modified since the previous API version.
Response Parameters
authCount
int
|
Total authenticated client count on the element in last collection time
|
collectionTime
long
|
The time collection of this record was finished, measured in milliseconds since the Unix epoch.
|
count
int
|
Total client count on the element in last collection time
|
dot11aAuthCount
int
|
Number of authenticated clients using 802.11a
|
dot11aCount
int
|
Number of clients using 802.11a
|
dot11acAuthCount
int
|
Number of authenticated clients using 802.11ac
|
dot11acCount
int
|
Number of clients using 802.11ac
|
dot11ax2_4AuthCount
int
|
Number of authenticated clients using 802.11ax on 2.4 GHz band
|
dot11ax2_4Count
int
|
Number of clients using 802.11ax in 2.4 GHz band
|
dot11ax5AuthCount
int
|
Number of authenticated clients using 802.11ax on 5 GHz band
|
dot11ax5Count
int
|
Number of clients using 802.11ax in 5GHz band
|
dot11bAuthCount
int
|
Number of authenticated clients using 802.11b
|
dot11bCount
int
|
Number of clients using 802.11b
|
dot11gAuthCount
int
|
Number of authenticated clients using 802.11g
|
dot11gCount
int
|
Number of clients using 802.11g
|
dot11n2_4AuthCount
int
|
Number of authenticated clients using 802.11n on 2.4 GHz band
|
dot11n2_4Count
int
|
Number of clients using 802.11n in 2.4 GHz band
|
dot11n5AuthCount
int
|
Number of authenticated clients using 802.11n on 5 GHz band
|
dot11n5Count
int
|
Number of clients using 802.11n in 5GHz band
|
key
String
|
Key represents the element
|
subkey
String
|
Subkey is used to further categorize client count
|
type
ClientCountTypeEnum
|
|
wgbAuthCount
int
|
Number of authenticated clients connected as WGB or wired guest
|
wgbCount
int
|
Number of clients connected as WGB or wired guest
|
wired100MAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 100Mbps port
|
wired100MCount
int
|
Number of wired clients connected to wired switch on 100Mbps port
|
wired10GAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 10Gbps port
|
wired10GCount
int
|
Number of wired clients connected to wired switch on 10Gbps port
|
wired10MAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 10Mbps port
|
wired10MCount
int
|
Number of wired clients connected to wired switch on 10Mbps port
|
wired1GAuthCount
int
|
Number of authenticated wired clients connected to wired switch on 1Gbps port
|
wired1GCount
int
|
Number of wired clients connected to wired switch on 1Gbps port
|
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://10.64.80.159/webacs/api/v4/data/HistoricalClientCounts/15
<?xml version="1.0" ?>
<queryResponse type="HistoricalClientCounts" responseType="getEntity" requestUrl="https://10.64.80.159/webacs/api/v4/data/HistoricalClientCounts/15" rootUrl="https://10.64.80.159/webacs/api/v4/data">
<entity dtoType="historicalClientCountsDTO" type="HistoricalClientCounts" url="https://10.64.80.159/webacs/api/v4/data/HistoricalClientCounts/15">
<historicalClientCountsDTO displayName="String value" id="15" uuid="String value">
<authCount>1</authCount>
<collectionTime>2</collectionTime>
<count>1</count>
<dot11aAuthCount>1</dot11aAuthCount>
<dot11aCount>1</dot11aCount>
<dot11acAuthCount>1</dot11acAuthCount>
<dot11acCount>1</dot11acCount>
<dot11ax2_4AuthCount>1</dot11ax2_4AuthCount>
<dot11ax2_4Count>1</dot11ax2_4Count>
<dot11ax5AuthCount>1</dot11ax5AuthCount>
<dot11ax5Count>1</dot11ax5Count>
<dot11bAuthCount>1</dot11bAuthCount>
<dot11bCount>1</dot11bCount>
<dot11gAuthCount>1</dot11gAuthCount>
<dot11gCount>1</dot11gCount>
<dot11n2_4AuthCount>1</dot11n2_4AuthCount>
<dot11n2_4Count>1</dot11n2_4Count>
<dot11n5AuthCount>1</dot11n5AuthCount>
<dot11n5Count>1</dot11n5Count>
<key>String value</key>
<subkey>String value</subkey>
<type>DEVICE</type>
<wgbAuthCount>1</wgbAuthCount>
<wgbCount>1</wgbCount>
<wired100MAuthCount>1</wired100MAuthCount>
<wired100MCount>1</wired100MCount>
<wired10GAuthCount>1</wired10GAuthCount>
<wired10GCount>1</wired10GCount>
<wired10MAuthCount>1</wired10MAuthCount>
<wired10MCount>1</wired10MCount>
<wired1GAuthCount>1</wired1GAuthCount>
<wired1GCount>1</wired1GCount>
</historicalClientCountsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://10.64.80.159/webacs/api/v4/data/HistoricalClientCounts/15.json
{
"queryResponse" : {
"@type" : "HistoricalClientCounts",
"@requestUrl" : "https://10.64.80.159/webacs/api/v4/data/HistoricalClientCounts/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://10.64.80.159/webacs/api/v4/data",
"entity" : [ {
"@dtoType" : "historicalClientCountsDTO",
"@type" : "HistoricalClientCounts",
"@url" : "https://10.64.80.159/webacs/api/v4/data/HistoricalClientCounts/15",
"historicalClientCountsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"authCount" : 1,
"collectionTime" : 2,
"count" : 1,
"dot11aAuthCount" : 1,
"dot11aCount" : 1,
"dot11acAuthCount" : 1,
"dot11acCount" : 1,
"dot11ax2_4AuthCount" : 1,
"dot11ax2_4Count" : 1,
"dot11ax5AuthCount" : 1,
"dot11ax5Count" : 1,
"dot11bAuthCount" : 1,
"dot11bCount" : 1,
"dot11gAuthCount" : 1,
"dot11gCount" : 1,
"dot11n2_4AuthCount" : 1,
"dot11n2_4Count" : 1,
"dot11n5AuthCount" : 1,
"dot11n5Count" : 1,
"key" : "String value",
"subkey" : "String value",
"type" : "DEVICE",
"wgbAuthCount" : 1,
"wgbCount" : 1,
"wired100MAuthCount" : 1,
"wired100MCount" : 1,
"wired10GAuthCount" : 1,
"wired10GCount" : 1,
"wired10MAuthCount" : 1,
"wired10MCount" : 1,
"wired1GAuthCount" : 1,
"wired1GCount" : 1
}
} ]
}
}