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 |
DELETE .
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
POSTStarts a client testing session if one is not already running. [tags: DMA] RequestRepresentations
Response
GETGets the last completed connection test report list if available (previous test has completed running and results waiting". [tags: DMA] RequestResponse
|
POSTRequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
session-id | xs:string | server session ID |
DELETEEnd a specific server test session, if one exists. RequestResponse
|
Name | Type | Description |
---|---|---|
ip-address | xs:string | IP address for ping. |
GETping|arping to verify that the Polycom RealPresence DMA system’s servers can communicate with another device in the network. In addition to the command output, the arping command returns an exit code: 0 indicates that no other device responded to the IP address inquiry while "> 0" indicates that a device did respond to the IP address inquiry. [tags: DMA] RequestQuery Parameters
Response
|
GETShows overview of each server’s current status, including CPU and memory usage, number of tasks, and list of running processes. [tags: DMA] RequestResponse
|
Name | Type | Description |
---|---|---|
ip-address | xs:string | IP address for traceroute. |
GETUse Traceroute to see the route that the servers use to reach the address you specify and the latency (round trip) for each hop. [tags: DMA] RequestResponse
|
POSTStart a dto consistency check. [tags: DMA] Response
|
GETIt gives NTP status of the server. [tags: DMA] RequestResponse
|
GETI/O Stats to see CPU resource allocation and read/write statistics for each server. [tags: DMA] RequestResponse
|
GETSAR to see a complete system activity report (from the preceding midnight to the current time) for each server. [tags: DMA] RequestResponse
|
DELETERequestRepresentations
Response
GETGet information of the last successful network packet capture. [tags: DMA] Response
GETProvide network packet captured data to download as GZIP file containing pcap and pcap-filter text files. [tags: DMA] RequestResponse
|
POSTStart a network packet capture. [tags: DMA] RequestRepresentations
Response
|
POSTStop the network packet capture. [tags: DMA] Response
|
POSTResets the DMA back to its factory defaults configuration. The system must not be in a supercluster nor have high availability enabled. The configuration including the admin password will be reset to its initial installation state. [tags: DMA] Response
|