接口功能介绍
vpn用户服务查看
接口约束
支持集群模式资源池。
URI
GET /v4/vpn/ipsec-user-service/list
路径参数
无
Query参数
无
请求参数
请求header参数
无
请求body参数
get请求包含body参数,报文头指定application/json,且body结构对象需要转json。
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
regionID | 是 | String | 资源池ID | b342b77ef26b11ecb0ac0242ac110002 | |
queryContent | 否 | String | Query Content模糊查询 | ipsec111 | |
projectID | 否 | String | project ID | 0 | |
ipsecServiceName | 否 | String | IPSCE 服务名称 | ipsec111 | |
ipsecServiceID | 否 | String | vpn用户服务ID | 35d5fa99-c040-4bb0-806a-8be317cc4d89 | |
pageSize | 否 | Integer | 每页行数 | 1 | |
pageNo | 否 | Integer | 页码 | 1 |
响应参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
statusCode | 否 | Integer | 返回状态码 取值范围: 800:成功 900:失败 |
800 | |
errorCode | 否 | String | 业务细分码,为product.module.code三段式码 | ||
message | 否 | String | 失败时的错误描述,一般为英文描述 | ||
description | 否 | String | 失败时的错误描述,一般为中文描述 | ||
returnObj | 否 | Object | 返回对象 | returnObj |
表returnObj
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
totalCount | 否 | Integer | 查询的总记录数 | 3 | |
currentCount | 否 | Integer | 当前页记录数 | 2 | |
totalPage | 否 | Integer | 总页数 | 2 | |
logMark | 否 | String | 链路追踪ID | 74cb2e66-1f95-45da-aac5-ee013470fd96 | |
results | 否 | Array of Objects | 列表 | results |
表results
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
ipsecServiceName | 否 | String | IPSCE SERVICE名称 | ipsec111 | |
ipsecServiceID | 否 | String | vpn用户服务ID | 35d5fa99-c040-4bb0-806a-8be317cc4d89 | |
ipAddress | 否 | String | IPAddress | 111.0.0.1 | |
createTime | 否 | String | create time | 2023-06-21 01:39:01 | |
vpnConnectionID | 否 | String | vpn connection ID | 908dhfa99-c040-4bb0-806a-8be317cc4d89 |
请求示例
请求url
无
请求头header
无
请求体body
{
"regionID":"b342b77ef26b11ecb0ac0242ac110002"
}
响应示例
{
"returnObj":{
"totalCount":1,
"currentCount":1,
"totalPage":1,
"results":[
{
"vpnConnectionID":"",
"ipsecServiceName":"111",
"ipAddress":"111.0.0.1",
"createTime":"2023-06-21 01:39:01",
"ipsecServiceID":"35d5fa99-c040-4bb0-806a-8be317cc4d89"
}
],
"logMark":"162252068449"
},
"errorCode":"",
"message":"success",
"description":"",
"statusCode":800
}
状态码
状态码 | 含义 |
---|---|
800 | 请求成功 |
900 | 请求未成功 |
错误码
errorCode | 含义 |
---|---|
Openapi.PatternCheck.NotValid | 请求参数无效 |