Hello!
I'm using Polycom Edge E220 ( 8.1.2.1128 software) and VVX 250 (6.4.4.3178).
While trying to restart phones via REST API I'm getting
# curl -k -X GET -H "Content-Type: application/JSON" https://Polycom:pass@ip_address/api/v1/mgmt/safeRestart<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>404 Not Found</title></head><body>
The document requested was not found on this server.</body></html>While calling other API's like api/v1/mgmt/pcPort/info, everything works as expected.
Do I miss something except enabling
apps.restapi.enabled="1"parameter?
Thanks in advance!