1234567891011121314151617181920212223242526272829303132333435363738 |
- ###
- POST http://127.0.0.1:9081/plugins/sources
- Content-Type: application/json
- {"name":"random2","file":"http://127.0.0.1/plugins/sources/random2.zip","callback":""}
- ###
- GET http://127.0.0.1:9081/plugins/sources
- ###
- DELETE http://127.0.0.1:9081/plugins/sources/random2
- ###
- POST http://127.0.0.1:9081/plugins/sinks
- Content-Type: application/json
- {"name":"random2","file":"http://127.0.0.1/plugins/sources/random2.zip","callback":""}
- ###
- GET http://127.0.0.1:9081/plugins/sinks
- ###
- DELETE http://127.0.0.1:9081/plugins/sinks/random2
- ###
- POST http://127.0.0.1:9081/plugins/functions
- Content-Type: application/json
- {"name":"random2","file":"http://127.0.0.1/plugins/sources/random2.zip","callback":""}
- ###
- GET http://127.0.0.1:9081/plugins/functions
- ###
- DELETE http://127.0.0.1:9081/plugins/functions/random2
- ###2217
|