Query service network interface card details
Updated at:2025-10-16
Description
Query service network interface card details
Request structure
Plain Text
1 GET /v{version}/endpoint/{endpointId} HTTP/1.1
2 Host: bcc.bj.baidubce.com
3 Authorization: authorization string
Request headers
There are no special headers required beyond the common headers.
Request parameters
| Parameter name | Types | Whether required | Parameter location | Description |
|---|---|---|---|---|
| version | String | Yes | URL parameter | API version number |
| endpointId | String | Yes | URL parameter | Service network interface card ID |
Response headers
No special headers are required beyond the standard ones.
Response parameters
| Parameter name | Types | Description |
|---|---|---|
| endpointId | String | Service network interface card ID |
| name | String | Name of the service network interface card |
| ipAddress | String | IP of the service network interface card |
| status | String | Service network interface card status, value range: available/dead, indicating mountable/unmountable, respectively |
| service | String | Service-specific domain name |
| subnetId | String | Subnet ID |
| description | String | Description |
| createTime | String | Creation time |
| productType | String | Payment type |
| vpcId | String | VPC ID |
| tags | List<[TagModel](VPC/API Reference/Appendix.md#TagModel)> | Tag |
Request example
Plain Text
1 GET /v1/endpoint/endpoint-11b09ce6 HTTP/1.1
2 Host: bcc.bj.baidubce.com
3 Authorization: authorization string
Response example
Plain Text
1 HTTP/1.1 200 OK
2 x-bce-request-id: 1214cca7 4ad5 451d 9215 71cb844c0a50
3 Date: Thu, 16 Mar 2017 06:29:48 GMT
4 Content Type: application/json;charset=UTF 8
5 Server: BWS
6
7{
8 "endpointId': "endpoint-11a09ce9",
9 "name": "name",
10 "ipAddress": "192.168.0.5",
11 "status": "available",
12 "service": "www.test.com",
13 "subnetId": "sbn-crqu2vxzj049",
14 "createTime": "2019-03-07T02:35:31Z",
15 "description": "",
16 "productType": "postpay",
17 "vpcId": "vpc-q1hcnhf7nmve",
18 "tags": [
19 {
20 "tagKey": "hikwnf",
21 "tagValue": "nwklwmflk"
22 }
23 ]
24}
