mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-25 04:10:55 +08:00
[API节点]支持HTTP API
This commit is contained in:
@@ -13,6 +13,9 @@ message APINode {
|
||||
string description = 7;
|
||||
bytes httpJSON = 8;
|
||||
bytes httpsJSON = 9;
|
||||
bool RestIsOn = 13;
|
||||
bytes restHTTPJSON = 14;
|
||||
bytes restHTTPSJSON = 15;
|
||||
bytes accessAddrsJSON = 10;
|
||||
repeated string accessAddrs = 11;
|
||||
bytes statusJSON = 12;
|
||||
|
||||
Reference in New Issue
Block a user