Allocates a new public IP address in the project.
POST
/v1/projects/:projectId/public-ipsThis operation is asynchronous. The CommandId in the response is an internal identifier
and is not queryable via any public endpoint. To observe completion, poll the public IPs list
(GET .../public-ips): the new address appears there with its Operation and
OperationStatus fields, and is ready once OperationStatus leaves InProgress.
Request
Responses
- 202
- 400
- 404
- 409
The allocation request was accepted and is being processed in the background.
The request body failed validation (for example, an invalid tariff).
The project or referenced tariff was not found.
Another operation is already in progress. Poll until it clears, then retry.