createPublicIpInstance
- Print
- PDF
createPublicIpInstance
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Creates a public IP instance.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
serverInstanceNo | N | String | Server instance number to assign a public IP instance to. Get available values by using the getPublicIpTargetServerInstanceList action. | |
publicIpDescription | N | String | Min: 10, Max: 1000 | Public IP description |
regionNo | N | String | Region number Get available values by using the getRegionList action. | |
zoneNo | N | String | Zone number Get available values by using the getZoneList action. Default: The first zone of the region. |
Response
Response body
Examples
Request example
Response example
Error codes
Errors that may occur while using this action are listed below. For information on common errors, refer to NAVER Cloud Platform API.
HTTP response code | Return code | Return message |
---|---|---|
400 | 10101 | Unable to request for public IP. You may request as many public IPs as the number of server in possession. |
400 | 24300 | The length constraints of the parameter description (memo) were violated. The minimum length is 0 byte, the maximum, 1,000 bytes. |
400 | 24094 | The line for internet access of server does not correspond with which of Public IP. |
400 | 25101 | The server is currently being operated. so public IP is unable to be associated with the server. |
400 | 28100 | Another public IP is already associated with the server. |
Was this article helpful?