Files
platform/test/test-api.http

82 lines
1.6 KiB
HTTP

### remote
GET http://110.40.82.250:18702/server/index/getToken/key/juipbyjdapiverify
### remote
GET http://103.139.212.110:9989/api/auto_query
token: PhdnRF3z6VF2sPgygTSl1Xx6QJN0yFIK.anVpcA==.MTc0MzE2ODAwMQ==
### remote
POST http://103.139.212.110:9989/api/connect
token: PhdnRF3z6VF2sPgygTSl1Xx6QJN0yFIK.anVpcA==.MTc0MzE2ODAwMQ==
Content-Type: application/json
{
"uuid": "7a17e8b4-cdc3-4500-bf16-4a665991a7f6",
"auto_config": [
{
"count": 1
}
]
}
### gateway
GET http://api:123456@110.40.82.248:9990/port/active/
### gateway
POST http://api:123456@110.40.82.248:9990/port/configs
Content-Type: application/json
//[
// {
// "port": 10000,
// "status": true,
// "userpass": "mIfSlXIBwVUrKqObNdTzvB:cyDaGtfeBlhRfojTYJP2tR",
// "auto_edge_config": {
// "count": 1
// }
// }
//]
[
{
"port": 10000,
"status": false,
"edge": []
}
]
###
POST http://localhost:8080/api/auth/token
Content-Type: application/json
{
"client_id": "test",
"client_secret": "test",
"grant_type": "client_credentials"
}
> {%
client.global.set("access_token", response.body.access_token);
client.global.set("refresh_token", response.body.refresh_token);
%}
###
POST http://localhost:8080/api/channel/create
Authorization: Bearer {{access_token}}
Content-Type: application/json
Accept: application/json
{
"resource_id": 1,
"protocol": "http",
"auth_type": 1,
"count": 1,
"prov": "",
"city": "",
"isp": "",
"result_type": "text",
"result_separator": "both"
}
###