Represents an Access Point (Autonomous, Unified or Thirdparty) associated with a virtual domain.
Since Product Version: 3.2
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
Yes
|
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/VDAssociatedAccessPoints
To filter entities based on device groups, use Group Based Filtering as documented on the Filtering page on the Home page. Example: ?.group=myrouters
Response Parameters
controllerIp
String
|
Registered Controller IP Address
|
ipAddress
String
|
|
macAddress
String
|
|
mneId
Long
|
|
model
String
|
|
name
String
|
|
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.56.58.149/webacs/api/v1/data/VDAssociatedAccessPoints/15
<?xml version="1.0" ?>
<queryResponse type="VDAssociatedAccessPoints" responseType="getEntity" requestUrl="https://10.56.58.149/webacs/api/v1/data/VDAssociatedAccessPoints/15" rootUrl="https://10.56.58.149/webacs/api/v1/data">
<entity dtoType="vDAssociatedAccessPointsDTO" type="VDAssociatedAccessPoints" url="https://10.56.58.149/webacs/api/v1/data/VDAssociatedAccessPoints/15">
<vdAssociatedAccessPointsDTO displayName="String value" id="15" uuid="String value">
<controllerIp>String value</controllerIp>
<ipAddress>String value</ipAddress>
<macAddress>String value</macAddress>
<mneId>15</mneId>
<model>String value</model>
<name>String value</name>
</vdAssociatedAccessPointsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://10.56.58.149/webacs/api/v1/data/VDAssociatedAccessPoints/15.json
{
"queryResponse" : {
"@type" : "VDAssociatedAccessPoints",
"@responseType" : "getEntity",
"@requestUrl" : "https : \/\/10.56.58.149\/webacs\/api\/v1\/data\/VDAssociatedAccessPoints\/15",
"@rootUrl" : "https : \/\/10.56.58.149\/webacs\/api\/v1\/data",
"entity" : {
"@dtoType" : "vDAssociatedAccessPointsDTO",
"@type" : "VDAssociatedAccessPoints",
"@url" : "https : \/\/10.56.58.149\/webacs\/api\/v1\/data\/VDAssociatedAccessPoints\/15",
"vdAssociatedAccessPointsDTO" : {
"@displayName" : "String value",
"@id" : "15",
"@uuid" : "String value",
"controllerIp" : "String value",
"ipAddress" : "String value",
"macAddress" : "String value",
"mneId" : 15,
"model" : "String value",
"name" : "String value"
}
}
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
Yes
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v2/data/VDAssociatedAccessPoints
To filter entities based on device groups, use Group Based Filtering as documented on the Filtering page on the Home page. Example: ?.group=myrouters
Unmodified
This resource has not been modified since the previous API version.
Response Parameters
controllerIp
String
|
Registered Controller IP Address
|
ipAddress
String
|
|
macAddress
String
|
|
mneId
Long
|
|
model
String
|
|
name
String
|
|
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.56.58.149/webacs/api/v2/data/VDAssociatedAccessPoints/15
<?xml version="1.0" ?>
<queryResponse type="VDAssociatedAccessPoints" responseType="getEntity" requestUrl="https://10.56.58.149/webacs/api/v2/data/VDAssociatedAccessPoints/15" rootUrl="https://10.56.58.149/webacs/api/v2/data">
<entity dtoType="vDAssociatedAccessPointsDTO" type="VDAssociatedAccessPoints" url="https://10.56.58.149/webacs/api/v2/data/VDAssociatedAccessPoints/15">
<vdAssociatedAccessPointsDTO displayName="String value" id="15" uuid="String value">
<controllerIp>String value</controllerIp>
<ipAddress>String value</ipAddress>
<macAddress>String value</macAddress>
<mneId>15</mneId>
<model>String value</model>
<name>String value</name>
</vdAssociatedAccessPointsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://10.56.58.149/webacs/api/v2/data/VDAssociatedAccessPoints/15.json
{
"queryResponse" : {
"@type" : "VDAssociatedAccessPoints",
"@requestUrl" : "https://10.56.58.149/webacs/api/v2/data/VDAssociatedAccessPoints/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://10.56.58.149/webacs/api/v2/data",
"entity" : [ {
"@dtoType" : "vDAssociatedAccessPointsDTO",
"@type" : "VDAssociatedAccessPoints",
"@url" : "https://10.56.58.149/webacs/api/v2/data/VDAssociatedAccessPoints/15",
"vdAssociatedAccessPointsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"controllerIp" : "String value",
"ipAddress" : "String value",
"macAddress" : "String value",
"mneId" : 15,
"model" : "String value",
"name" : "String value"
}
} ]
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
Yes
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v3/data/VDAssociatedAccessPoints
To filter entities based on device groups, use Group Based Filtering as documented on the Filtering page on the Home page. Example: ?.group=myrouters
Unmodified
This resource has not been modified since the previous API version.
Response Parameters
controllerIp
String
|
Registered Controller IP Address
|
ipAddress
String
|
|
macAddress
String
|
|
mneId
Long
|
|
model
String
|
|
name
String
|
|
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.56.58.149/webacs/api/v3/data/VDAssociatedAccessPoints/15
<?xml version="1.0" ?>
<queryResponse type="VDAssociatedAccessPoints" responseType="getEntity" requestUrl="https://10.56.58.149/webacs/api/v3/data/VDAssociatedAccessPoints/15" rootUrl="https://10.56.58.149/webacs/api/v3/data">
<entity dtoType="vDAssociatedAccessPointsDTO" type="VDAssociatedAccessPoints" url="https://10.56.58.149/webacs/api/v3/data/VDAssociatedAccessPoints/15">
<vdAssociatedAccessPointsDTO displayName="String value" id="15" uuid="String value">
<controllerIp>String value</controllerIp>
<ipAddress>String value</ipAddress>
<macAddress>String value</macAddress>
<mneId>15</mneId>
<model>String value</model>
<name>String value</name>
</vdAssociatedAccessPointsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://10.56.58.149/webacs/api/v3/data/VDAssociatedAccessPoints/15.json
{
"queryResponse" : {
"@type" : "VDAssociatedAccessPoints",
"@requestUrl" : "https://10.56.58.149/webacs/api/v3/data/VDAssociatedAccessPoints/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://10.56.58.149/webacs/api/v3/data",
"entity" : [ {
"@dtoType" : "vDAssociatedAccessPointsDTO",
"@type" : "VDAssociatedAccessPoints",
"@url" : "https://10.56.58.149/webacs/api/v3/data/VDAssociatedAccessPoints/15",
"vdAssociatedAccessPointsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"controllerIp" : "String value",
"ipAddress" : "String value",
"macAddress" : "String value",
"mneId" : 15,
"model" : "String value",
"name" : "String value"
}
} ]
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
Yes
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v4/data/VDAssociatedAccessPoints
To filter entities based on device groups, use Group Based Filtering as documented on the Filtering page on the Home page. Example: ?.group=myrouters
Unmodified
This resource has not been modified since the previous API version.
Response Parameters
controllerIp
String
|
Registered Controller IP Address
|
ipAddress
String
|
|
macAddress
String
|
|
mneId
Long
|
|
model
String
|
|
name
String
|
|
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.56.58.149/webacs/api/v4/data/VDAssociatedAccessPoints/15
<?xml version="1.0" ?>
<queryResponse type="VDAssociatedAccessPoints" responseType="getEntity" requestUrl="https://10.56.58.149/webacs/api/v4/data/VDAssociatedAccessPoints/15" rootUrl="https://10.56.58.149/webacs/api/v4/data">
<entity dtoType="vDAssociatedAccessPointsDTO" type="VDAssociatedAccessPoints" url="https://10.56.58.149/webacs/api/v4/data/VDAssociatedAccessPoints/15">
<vdAssociatedAccessPointsDTO displayName="String value" id="15" uuid="String value">
<controllerIp>String value</controllerIp>
<ipAddress>String value</ipAddress>
<macAddress>String value</macAddress>
<mneId>15</mneId>
<model>String value</model>
<name>String value</name>
</vdAssociatedAccessPointsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://10.56.58.149/webacs/api/v4/data/VDAssociatedAccessPoints/15.json
{
"queryResponse" : {
"@type" : "VDAssociatedAccessPoints",
"@requestUrl" : "https://10.56.58.149/webacs/api/v4/data/VDAssociatedAccessPoints/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://10.56.58.149/webacs/api/v4/data",
"entity" : [ {
"@dtoType" : "vDAssociatedAccessPointsDTO",
"@type" : "VDAssociatedAccessPoints",
"@url" : "https://10.56.58.149/webacs/api/v4/data/VDAssociatedAccessPoints/15",
"vdAssociatedAccessPointsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"controllerIp" : "String value",
"ipAddress" : "String value",
"macAddress" : "String value",
"mneId" : 15,
"model" : "String value",
"name" : "String value"
}
} ]
}
}