All Products
Search
Document Center

ENS:CreateEipInstance

Last Updated:Jul 26, 2024

Applies for an elastic IP address (EIP).

Operation description

  • You can call this operation up to 5,000 times per second per account.
  • You can call this operation up to 50 times per second per user.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ens:CreateEipInstancecreate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
EnsRegionIdstringYes

The ID of the Edge Node Service (ENS) node.

cn-suzhou-telecom
BandwidthlongNo

The maximum bandwidth of the EIP. Default value: 5. Valid values: 5 to 10000. Unit: Mbit/s.

5
InstanceChargeTypestringYes

The billing method of the EIP. Set the value to PostPaid.

PostPaid
InternetChargeTypestringYes

The metering method of the EIP. Set the value to 95BandwidthByMonth.

95BandwidthByMonth
NamestringNo

The name of the EIP.

EIP1
IspstringNo

The Internet service provider. Valid values:

  • cmcc: China Mobile.
  • unicom: China Unicom.
  • telecom: China Telecom.
cmcc
DescriptionstringNo

The description of the EIP.

yourDescription

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

9DB6123F-470D-510A-A9EB-EBA799340452
AllocationIdstring

The ID of the EIP.

eip-25877c70gddh****

Examples

Sample success responses

JSONformat

{
  "RequestId": "9DB6123F-470D-510A-A9EB-EBA799340452",
  "AllocationId": "eip-25877c70gddh****"
}

Error codes

HTTP status codeError codeError messageDescription
400ens.interface.errorFailed to call API.-
400ResourceNotAvailableResource you requested is not available in this node.The specified node does not support VPC.
400NoPermissionPermission denied.-
400InvalidParameter.%sThe specified field %s invalid. Please check it again.-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-06-27The Error code has changedView Change Details
2023-11-14The request parameters of the API has changedView Change Details