35 lines
403 B
Plaintext
35 lines
403 B
Plaintext
|
|
@url=http://localhost:12340
|
||
|
|
@accept=Accept: application/json
|
||
|
|
@content-type=Content-Type: application/json
|
||
|
|
|
||
|
|
|
||
|
|
###
|
||
|
|
GET {{url}}/ping
|
||
|
|
{{accept}}
|
||
|
|
|
||
|
|
###
|
||
|
|
GET {{url}}/list
|
||
|
|
{{accept}}
|
||
|
|
|
||
|
|
###
|
||
|
|
GET {{url}}/list?name=notepad
|
||
|
|
{{accept}}
|
||
|
|
|
||
|
|
###
|
||
|
|
GET {{url}}/listps
|
||
|
|
{{accept}}
|
||
|
|
|
||
|
|
###
|
||
|
|
GET {{url}}/listps?name=Notepad
|
||
|
|
{{accept}}
|
||
|
|
|
||
|
|
###
|
||
|
|
POST {{url}}/stop
|
||
|
|
{{accept}}
|
||
|
|
{{content-type}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"Id": 4900,
|
||
|
|
"ProcessName": "Taskmgr"
|
||
|
|
}
|