Versions Compared

Key

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

...

/cdn/connection/reset_inbound

ЗапросОтвет
Code Block
languagejs
themeRDark
POST /rest-api/cdn/connection/reset_inbound HTTP/1.1
Content-Length: 15                                   
Content-Type: application/json                       
Host: test.flashphoner.com:8081                       
                                                     
{                                                    
	"nodeId": "192.168.1.207"
}
Code Block
languagejs
themeRDark
HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Content-Type: application/json

/cdn/connection/reset_

...

outbound

ЗапросОтвет
Code Block
languagejs
themeRDark
POST /rest-api/cdn/connection/reset_
all
outbound HTTP/1.1
Content-Length: 
0
15                                   
Content-Type: application/json                       
Host: test.flashphoner.com:8081                       
Code Block
languagejs
themeRDark
HTTP/1.1
 
200
 
OK Access-Control-Allow-Origin:
 
* Content-Type:
 
application/json

/cdn/connection/reset_outbound

ЗапросОтвет Code Block
languagejs
themeRDark
POST
 
/rest-api/cdn/connection/reset_outbound
 
HTTP/1.1 Content-Length:
 
15
                                   
Content-Type:
 
application/json
          
{             
Host:
 
test.flashphoner.com:8081
                       
               
	"nodeId": "192.168.1.207"
}
Code Block
languagejs
themeRDark
HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Content-Type: application/json

/cdn/connection/reset_all

ЗапросОтвет
Code Block
languagejs
themeRDark
POST /rest-api/cdn/connection/reset_all HTTP/1.1
Content-Length: 0                              
{     
Content-Type: application/json                       
Host: test.flashphoner.com:8081                      
	"nodeId": "192.168.1.207"
}
Code Block
languagejs
themeRDark
HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Content-Type: application/json

...