The CreatorCon Call for Content is officially open! Get started here.

Deleting a MAC address on Cisco ISE with REST API from the ServiceNow

Yohei3
Tera Contributor

Hi,
I am trying to delete a MAC address on Cisco ISE with REST API from ServiceNow, but below error was returned and I cannot do. The request and response were shown below.

1)Header:
Accept: application/json
Accept-Encoding:gzip, deflate, br
Connection: keep-alive
Content-Type:application/json

2)Authentication: BASIC

3)Method: DELETE

4)URL:

https://<IP address>/ers/config/endpoint/<ID for MAC address>

5)Response:
HTTP Status 501 : Not Implemented
Message: DELETE method is not supported in CPM
Description: The server does not support the functionality required to fulfill the request.

Note)
I did not mention the details, but I was able to add a MAC address with REST API from Servicenow, so adding is working but deleting is not working.


According to the response, deleting seems not to be supported.
However, Cisco SE was able to delete it through the postman, which is one of the REST API tools.
The point is that postman can delete it but the Servicenow cannot do.
Is there anyone who tried to delete the same way or faced the similar situation?

Regards,

1 ACCEPTED SOLUTION

Thank you for sharing the screenshot. Could you please confirm whether you are using the same endpoint that the SE team is using. 

 

Also Please inform SE team to check the logs as per the guide in the link below

https://developer.cisco.com/docs/identity-services-engine/latest/#!troubleshooting/verification

 

You can try access the swagger page of SE device using the link below after updating the IP and port of the ISE device. 

https://{iseip}:{port}/api/swagger-ui/index.html


Thanks & Regards,
Vasanth

View solution in original post

5 REPLIES 5

Thank you for confirming the resolution. Please mark my answer correct if that helps you. So that this thread will be closed and helpful for other readers.


Thanks & Regards,
Vasanth