Cisco Evolved Programmable Network Manager API
Evolved Programmable Network Manager API Documentation

DELETE trapReceiverService/receiver

Resource Information

Rate Limiting?

Yes

Sorting?

No

Paging?

No

Filtering?

No

Response Formats

xml

json

User Group

NBI Write

HTTP Methods

DELETE

Delete a trap destination configuration

Since Product Version: 3.0

Resource URL

/webacs/api/v1/op/trapReceiverService/receiver

Request Parameters

Type Attribute Name Source Description

String

id required

query

Response Parameters

Type Attribute Name Description

String

result

The operation result message

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 Response Payload

https://172.25.123.114/webacs/api/v1/op/trapReceiverService/receiver

<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="../../../../pages/common/login.jsp.html" rootUrl="https://172.25.123.114/webacs/api/v1/op/">
  <trapReceiverOutput>
    <result>String value</result>
  </trapReceiverOutput>
</mgmtResponse>

Sample JSON Response Payload

https://172.25.123.114/webacs/api/v1/op/trapReceiverService/receiver.json

{
  "mgmtResponse" : {
    "@responseType" : "operation",
    "@requestUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/trapReceiverService\/receiver",
    "@rootUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/",
    "trapReceiverOutput" : {
      "result" : "String value"
    }
  }
}