查看终端节点列表 请求示例 GET /v4/vpce/listendpoint?regionID81f7728662dd11ec810800155d307d5b 请求体body 响应示例 json { "statusCode": 800, "errorCode": "SUCCESS", "message": "success", "description": "", "returnObj": { "endpoints": [ { "ID": "a200932241db466dbd3201ff51bff327", "endpointServiceID": "fab93dbd84ba4b07a55dc6f5d5789b27", "type": "interface", "name": "test", "vpcID": "vpcbxlui8nvd9", "vpcAddress": "192.168.20.11", "whitelist": "10.150.0.0/24,10.150.0.0/25", "status": 1, "description": null, "endpointObj": { "subnetID": "subnetwhm7dbxzki", "portID": "porthgoj5cy8d6", "ip": "192.168.20.11", "enableDns": 0, "dnsNames": [ "" ] }, "createdTime": "20220707T09:29:55Z", "updatedTime": "20221012T08:15:57Z" }, { "ID": "9f7d0009fc2c43128d980d1fe0316430", "endpointServiceID": "544a83d3f2214f72acc970228ed51d13", "type": "interface", "name": "test", "vpcID": "vpcbxlui8nvd9", "vpcAddress": "192.168.20.16", "whitelist": "10.150.0.0/24,10.150.1.0/24", "status": 1, "description": null, "endpointObj": { "subnetID": "subnetwhm7dbxzki", "portID": "port0fxxwzt03j", "ip": "192.168.20.16", "enableDns": 0, "dnsNames": [ "" ] }, "createdTime": "20220705T09:05:25Z", "updatedTime": "20221013T05:53:15Z" } ] }, "currentCount": 2, "totalCount": 11, "totalPage": 6 }