Resources | Methods |
---|---|
https://localhost:8443/api/rest/conntest/client |
DELETE
Stop any connection testing currently running.
POST Starts a client testing session if one is not already running. GET Gets the last completed connection test report list if available (previous test has completed running and results waiting". |
https://localhost:8443/api/rest/conntest/server |
POST .
|
https://localhost:8443/api/rest/conntest/server/{session-id} |
DELETE
End a specific server test session, if one exists.
|
https://localhost:8443/api/rest/troubleshooting-utilities |
|
https://localhost:8443/api/rest/troubleshooting-utilities/ping/{ip-address} |
GET
ping|arping to verify that the Polycom RealPresence DMA system’s servers can communicate with another device in the network.
|
https://localhost:8443/api/rest/troubleshooting-utilities/top |
GET
Shows overview of each server’s current status, including CPU and memory usage, number of tasks,
and list of running processes.
|
https://localhost:8443/api/rest/troubleshooting-utilities/traceroute/{ip-address} |
GET
Use Traceroute to see the route that the servers use to reach the address you specify and the latency
(round trip) for each hop.
|
https://localhost:8443/api/rest/troubleshooting-utilities/dto-consistency-check |
POST
Start a dto consistency check.
|
https://localhost:8443/api/rest/troubleshooting-utilities/ntp-status |
GET
It gives NTP status of the server.
|
https://localhost:8443/api/rest/troubleshooting-utilities/io-stats |
GET
I/O Stats to see CPU resource allocation and read/write statistics for each server.
|
https://localhost:8443/api/rest/troubleshooting-utilities/sar |
GET
SAR to see a complete system activity report (from the preceding midnight to the current time) for each server.
|
https://localhost:8443/api/rest/troubleshooting-utilities/network-packet-capture |
GET
Get information of the last successful network packet capture.
GET Provide network packet captured data to download as GZIP file containing pcap and pcap-filter text files. |
https://localhost:8443/api/rest/troubleshooting-utilities/network-packet-capture/start |
POST
Start a network packet capture.
|
https://localhost:8443/api/rest/troubleshooting-utilities/network-packet-capture/stop |
POST
Stop the network packet capture.
|
https://localhost:8443/api/rest/troubleshooting-utilities/reset-to-defaults |
POST
Resets the DMA back to its factory defaults configuration.
|
DELETEStop any connection testing currently running. [tags: DMA] RequestResponse
|