An operation to delete unified AP and third party AP by names.
Since Product Version: 2.2
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
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/op/apService/deleteAp
Request Payload Parameters
Response Parameters
failure
ApOperationResultStatus[]
|
A list of access point names that fail in the operation
|
id
Long
|
|
message
String
|
A system generated message
|
name
String
|
|
status
String
|
An operation result status
|
|
operation
AccessPointOperationEnum
|
The name of the performed operation
|
success
ApOperationResultStatus[]
|
A list of access point names that succeed in the operation
|
id
Long
|
|
message
String
|
A system generated message
|
name
String
|
|
status
String
|
An operation result status
|
|
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 Request Payload
https://localhost/webacs/api/v1/op/apService/deleteAp
<?xml version="1.0" ?>
<apCandidate>
<apNames>
<apName>String value</apName>
</apNames>
</apCandidate>
Sample JSON Request Payload
https://localhost/webacs/api/v1/op/apService/deleteAp.json
{
"apCandidate" : {
"apNames" : {
"apName" : "String value"
}
}
}
Sample XML Response Payload
https://localhost/webacs/api/v1/op/apService/deleteAp
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/apService/deleteAp" rootUrl="https://localhost/webacs/api/v1/op">
<apOperationResult>
<failure>
<failure>
<id>15</id>
<message>String value</message>
<name>String value</name>
<status>String value</status>
</failure>
</failure>
<operation>DELETEAP</operation>
<success>
<success>
<id>15</id>
<message>String value</message>
<name>String value</name>
<status>String value</status>
</success>
</success>
</apOperationResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v1/op/apService/deleteAp.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/apService\/deleteAp",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op",
"apOperationResult" : {
"failure" : {
"failure" : {
"id" : 15,
"message" : "String value",
"name" : "String value",
"status" : "String value"
}
},
"operation" : "DELETEAP",
"success" : {
"success" : {
"id" : 15,
"message" : "String value",
"name" : "String value",
"status" : "String value"
}
}
}
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v2/op/apService/deleteAp
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
Response Parameters
failure
ApOperationResultStatus[]
|
A list of access point names that fail in the operation
|
id
Long
|
|
message
String
|
A system generated message
|
name
String
|
|
status
String
|
An operation result status
|
|
operation
AccessPointOperationEnum
|
The name of the performed operation
|
success
ApOperationResultStatus[]
|
A list of access point names that succeed in the operation
|
id
Long
|
|
message
String
|
A system generated message
|
name
String
|
|
status
String
|
An operation result status
|
|
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 Request Payload
https://localhost/webacs/api/v2/op/apService/deleteAp
<?xml version="1.0" ?>
<apCandidate>
<apNames>
<apName>String value</apName>
</apNames>
</apCandidate>
Sample JSON Request Payload
https://localhost/webacs/api/v2/op/apService/deleteAp.json
{
"apCandidate" : {
"apNames" : {
"apName" : [ "String value" ]
}
}
}
Sample XML Response Payload
https://localhost/webacs/api/v2/op/apService/deleteAp
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/apService/deleteAp" rootUrl="https://localhost/webacs/api/v2/op">
<apOperationResult>
<failure>
<failure>
<id>15</id>
<message>String value</message>
<name>String value</name>
<status>String value</status>
</failure>
</failure>
<operation>DELETEAP</operation>
<success>
<success>
<id>15</id>
<message>String value</message>
<name>String value</name>
<status>String value</status>
</success>
</success>
</apOperationResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v2/op/apService/deleteAp.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/apService/deleteAp",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v2/op",
"apOperationResult" : [ {
"failure" : {
"failure" : [ {
"id" : 15,
"message" : "String value",
"name" : "String value",
"status" : "String value"
} ]
},
"operation" : "DELETEAP",
"success" : {
"success" : [ {
"id" : 15,
"message" : "String value",
"name" : "String value",
"status" : "String value"
} ]
}
} ]
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v3/op/apService/deleteAp
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
Response Parameters
failure
ApOperationResultStatus[]
|
A list of access point names that fail in the operation
|
id
Long
|
|
message
String
|
A system generated message
|
name
String
|
|
status
String
|
An operation result status
|
|
operation
AccessPointOperationEnum
|
The name of the performed operation
|
success
ApOperationResultStatus[]
|
A list of access point names that succeed in the operation
|
id
Long
|
|
message
String
|
A system generated message
|
name
String
|
|
status
String
|
An operation result status
|
|
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 Request Payload
https://localhost/webacs/api/v3/op/apService/deleteAp
<?xml version="1.0" ?>
<apCandidate>
<apNames>
<apName>String value</apName>
<apName>Another string value</apName>
</apNames>
</apCandidate>
Sample JSON Request Payload
https://localhost/webacs/api/v3/op/apService/deleteAp.json
{
"apCandidate" : {
"apNames" : {
"apName" : [ "String value", "Another string value" ]
}
}
}
Sample XML Response Payload
https://localhost/webacs/api/v3/op/apService/deleteAp
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/apService/deleteAp" rootUrl="https://localhost/webacs/api/v3/op">
<apOperationResult>
<failure>
<failure>
<id>15</id>
<message>String value</message>
<name>String value</name>
<status>String value</status>
</failure>
<failure>
<id>25</id>
<message>Another string value</message>
<name>Another string value</name>
<status>Another string value</status>
</failure>
</failure>
<operation>DELETEAP</operation>
<success>
<success>
<id>15</id>
<message>String value</message>
<name>String value</name>
<status>String value</status>
</success>
<success>
<id>25</id>
<message>Another string value</message>
<name>Another string value</name>
<status>Another string value</status>
</success>
</success>
</apOperationResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v3/op/apService/deleteAp.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/apService/deleteAp",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v3/op",
"apOperationResult" : [ {
"failure" : {
"failure" : [ {
"id" : 15,
"message" : "String value",
"name" : "String value",
"status" : "String value"
}, {
"id" : 25,
"message" : "Another string value",
"name" : "Another string value",
"status" : "Another string value"
} ]
},
"operation" : "DELETEAP",
"success" : {
"success" : [ {
"id" : 15,
"message" : "String value",
"name" : "String value",
"status" : "String value"
}, {
"id" : 25,
"message" : "Another string value",
"name" : "Another string value",
"status" : "Another string value"
} ]
}
} ]
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v4/op/apService/deleteAp
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
Response Parameters
failure
ApOperationResultStatus[]
|
A list of access point names that fail in the operation
|
id
Long
|
|
message
String
|
A system generated message
|
name
String
|
|
status
String
|
An operation result status
|
|
operation
AccessPointOperationEnum
|
The name of the performed operation
|
success
ApOperationResultStatus[]
|
A list of access point names that succeed in the operation
|
id
Long
|
|
message
String
|
A system generated message
|
name
String
|
|
status
String
|
An operation result status
|
|
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 Request Payload
https://localhost/webacs/api/v4/op/apService/deleteAp
<?xml version="1.0" ?>
<apCandidate>
<apNames>
<apName>String value</apName>
<apName>Another string value</apName>
</apNames>
</apCandidate>
Sample JSON Request Payload
https://localhost/webacs/api/v4/op/apService/deleteAp.json
{
"apCandidate" : {
"apNames" : {
"apName" : [ "String value", "Another string value" ]
}
}
}
Sample XML Response Payload
https://localhost/webacs/api/v4/op/apService/deleteAp
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v4/op/apService/deleteAp" rootUrl="https://localhost/webacs/api/v4/op">
<apOperationResult>
<failure>
<failure>
<id>15</id>
<message>String value</message>
<name>String value</name>
<status>String value</status>
</failure>
<failure>
<id>25</id>
<message>Another string value</message>
<name>Another string value</name>
<status>Another string value</status>
</failure>
</failure>
<operation>DELETEAP</operation>
<success>
<success>
<id>15</id>
<message>String value</message>
<name>String value</name>
<status>String value</status>
</success>
<success>
<id>25</id>
<message>Another string value</message>
<name>Another string value</name>
<status>Another string value</status>
</success>
</success>
</apOperationResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v4/op/apService/deleteAp.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v4/op/apService/deleteAp",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v4/op",
"apOperationResult" : [ {
"failure" : {
"failure" : [ {
"id" : 15,
"message" : "String value",
"name" : "String value",
"status" : "String value"
}, {
"id" : 25,
"message" : "Another string value",
"name" : "Another string value",
"status" : "Another string value"
} ]
},
"operation" : "DELETEAP",
"success" : {
"success" : [ {
"id" : 15,
"message" : "String value",
"name" : "String value",
"status" : "String value"
}, {
"id" : 25,
"message" : "Another string value",
"name" : "Another string value",
"status" : "Another string value"
} ]
}
} ]
}
}