Skip to main content

Reserve a public IP with Orange

POST 

/projects/:projectId/zones/:zoneName/publicipaddresses

Create a public IP address.

Request

Path Parameters

    projectId stringrequired

    Project Identifier

    zoneName stringrequired

    Zone name

Header Parameters

    X-API-Key string

    Your SIU token if you use this API through Orange Developer.

    Authorization string

    Bearer access token authentication if you use this API through Orange Developer or Orange Developer Inside.

    X-Requester-Id string

    Your SIU Id if you use this API through Orange Developer Inside.

Body

required

Attributes to create a public IP address.

    description string

    Public IP Address resource description.

    tags

    object

    Tags associated with the Public IP Address resource.

    property name* string
    family stringrequired

    Possible values: [ipv4, ipv6]

    Default value: ipv4

    IP Family Enum (ipv6 not available yet).

Responses

Created

Response Headers

  • X-Job-Href

    string

    Href of the asynchronous job that will process the request, in order to track its status.

  • X-Retry-After

    integer

    The number of seconds to wait before checking the status of the job.

Schema

    id uuidrequired

    Resource identifier.

    hRef urirequired

    Hypertext reference of the resource.

Loading...