Aller au contenu principal

Find public IP by searching criteria

GET 

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

Return public IPs that match all searching criteria. Criteria are project identifier, public IP status (used or not) and public IP name.

Request

Path Parameters

    projectId stringrequired

    Project Identifier

    zoneName stringrequired

    Zone name

Query Parameters

    isUsed boolean

    is used or not searching criteria

    provisioningState BasicStateEnum

    Possible values: [creating, updating, deleting, active, error]

    State of the searched public IP address.

    offset int32

    Default value: 0

    Requested pagination of response. The parameter offset is the index of the first element to retrieve. Zero is the first element of the collection.

    limit int32

    Possible values: >= 1

    Default value: 100

    Requested pagination of response. The parameter limit is the maximum number of elements to retrieve (it can be greater than the actual available number of items).

    sort string

    Possible values: <= 100 characters, Value must match regular expression -?[A-Za-z0-9]+(?:,[A-Za-z0-9]+)*

    The list of field names to sort the result. Prefixing a field name with a "-" sign will indicate a descending order.

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.

Responses

Ok

Response Headers

  • X-Total-Count

    integer

    Returns Pagination of response. The total number of items in the collection, after application of filters if any.

  • X-Result-Count

    integer

    The actual number of items contained in the response body. Note that it can be less than the requested "limit".

Schema

  • Array [

  • hRef stringrequired

    hRef to the Public IP Address.

    id uuidrequired

    Public IP Address id.

    description string

    Description of the Public IP Address.

    tags

    object

    Tags

    property name* string
    createdDate date-timerequired

    creation date of the Public IP Address.

    lastModifiedDate date-timerequired

    date of the last modification.

    lastRequester stringrequired

    Identifier of the user of the last create/delete operation requested on the resource.

    provisioningState BasicStateEnum (string)required

    Possible values: [creating, updating, deleting, active, error]

    Provisioning state of the resource. Possible state:

    • creating: resource creation in progress
    • updating: resource update in progress
    • deleting: resource deletion in progress
    • active: resource created/updated successfully
    • error: resource in error because the last creation/update/deletion failed
    family stringrequired

    Possible values: [ipv4, ipv6]

    Default value: ipv4

    IP Family Enum (ipv6 not available yet).

    publicIpAddress string

    Allocated public IP address.

    isUsed boolean

    Flag indicating if the public IP address is already used on an interface of a VM.

  • ]

Loading...