mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 12:20:27 +08:00
增加根据IP名单代号查找IP名单ID的接口
This commit is contained in:
@@ -4230,6 +4230,15 @@
|
||||
"user"
|
||||
],
|
||||
"isDeprecated": false
|
||||
},
|
||||
{
|
||||
"name": "findIPListIdWithCode",
|
||||
"requestMessageName": "FindIPListIdWithCodeRequest",
|
||||
"responseMessageName": "FindIPListIdWithCodeResponse",
|
||||
"code": "rpc findIPListIdWithCode(FindIPListIdWithCodeRequest) returns (FindIPListIdWithCodeResponse);",
|
||||
"doc": "根据IP名单代号获取IP名单ID",
|
||||
"roles": [],
|
||||
"isDeprecated": false
|
||||
}
|
||||
],
|
||||
"filename": "service_ip_list.proto",
|
||||
@@ -19387,6 +19396,16 @@
|
||||
"code": "message FindIPLibraryFileResponse {\n\tIPLibraryFile ipLibraryFile = 1;\n}",
|
||||
"doc": ""
|
||||
},
|
||||
{
|
||||
"name": "FindIPListIdWithCodeRequest",
|
||||
"code": "message FindIPListIdWithCodeRequest {\n\tstring code = 1; // IP名单代号\n}",
|
||||
"doc": "根据IP名单代号获取IP名单ID"
|
||||
},
|
||||
{
|
||||
"name": "FindIPListIdWithCodeResponse",
|
||||
"code": "message FindIPListIdWithCodeResponse {\n\tint64 ipListId = 1; // IP名单ID\n}",
|
||||
"doc": ""
|
||||
},
|
||||
{
|
||||
"name": "FindLatestDeployFilesRequest",
|
||||
"code": "message FindLatestDeployFilesRequest {\n\n}",
|
||||
|
||||
Reference in New Issue
Block a user