Querying an EIP
Function
This API is used to query a specific EIP.
URI
GET /v1/{project_id}/publicips/{publicip_id}
Name |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Specifies the project ID. For details about how to obtain a project ID, see Obtaining a Project ID. |
publicip_id |
Yes |
Specifies the unique identifier of an EIP. |
Request Message
Response Message
- Response parameter
Table 2 Response parameter Name
Type
Description
publicip
Object
Specifies the EIP object. For details, see Table 3.
Table 3 Description of the publicip field Name
Type
Description
id
String
Specifies the unique identifier of an EIP.
status
String
- Specifies the EIP status.
- Possible values are as follows:
- FREEZED (Frozen)
- BIND_ERROR (Binding failed)
- BINDING (Binding)
- PENDING_DELETE (Releasing)
- PENDING_CREATE (Assigning)
- PENDING_UPDATE (Updating)
- DOWN (Unbound)
- ACTIVE (Bound)
- ELB (Bound to a load balancer)
- ERROR (Exceptions)
type
String
- Specifies the EIP type.
- The value can be 5_bgp.
- Constraints:
- The configured value must be supported by the system.
- publicip_id is an IPv4 port. If publicip_type is not specified, the default value is 5_bgp.
private_ip_address
String
- Specifies the private IP address bound to the EIP.
- This parameter is returned only when a private IP address is bound to the EIP.
port_id
String
- Specifies the port ID.
- This parameter is returned only when a port is associated with the EIP.
tenant_id
String
Specifies the project ID.
create_time
String
Specifies the time (UTC) when the EIP is assigned.
bandwidth_id
String
Specifies the ID of the EIP bandwidth.
bandwidth_size
Integer
Specifies the bandwidth (Mbit/s).
bandwidth_share_type
String
- Specifies the EIP bandwidth type.
- The value can be PER or WHOLE.
- PER: Dedicated bandwidth
- WHOLE: Shared bandwidth
- Example response
{ "publicip": { "id": "2ec9b78d-9368-46f3-8f29-d1a95622a568", "status": "DOWN", "type": "5_bgp", "public_ip_address": "161.xx.xx.12", "tenant_id": "8b7e35ad379141fc9df3e178bd64f55c", "private_ip_address": "192.168.10.5", "create_time": "2015-07-16 04:32:50", "bandwidth_id": "49c8825b-bed9-46ff-9416-704b96d876a2", "bandwidth_share_type": "PER", "bandwidth_size": 10, //The EIP bandwidth size is 10 Mbit/s. "ip_version": 4 } }
Status Code
See Status Codes.
Error Code
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot