Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

REST query

Body example

Response states

Description

/cdn/connection/reset_inbound

Code Block
languagejs
themeRDark
{
 "nodeId":"192.168.1.65"
}




200 – OK

404 - Node not found

Reset inbound connection from this node

/cdn/connection/reset_outbound

Code Block
languagejs
themeRDark
{
 "nodeId":"192.168.1.65"
}




200 – OK

404 - Node not found

Reset outbound connection to this node

/cdn/connection/reset_all

200 – OK

Reset all CDN connections on this node (since build 5.2.1222)

Parameters

Parameter

Description

Example

nodeId

Node id (IP address) to reset connection with

192.168.1.65

...