Ingress Allocation

Cluster wide allocation state of IP address allocation pool.

Retrieve the ingress allocation

SecurityaccessToken
Request
query Parameters
fields
string

Retrieve only requested fields from the resource

See section fields

site
string

Send the request to the specfifed site

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

503

Service Unavailable (strongbox sealed)

get/v1/state/system/cluster/ingress-allocation
Response samples
site-wide:
  ingress-ipv4-address-allocation:
    total-summary:
      unallocated: 253
      allocated: 1
    per-label-summary:
      - labels:
          scope: local
        unallocated: 126
        allocated: 1
      - labels:
          scope: global
        unallocated: 127
        allocated: 0
    unallocated:
      - range: 198.51.100.2-198.51.100.127
        labels:
          scope: local
      - range: 198.51.100.128-198.51.100.254
        labels:
          scope: global
    allocated:
      tenants:
        - name: acme
          applications:
            - name: my-app
              service-instances:
                - name: my-srv-1
                  addresses:
                    - 198.51.100.1
hosts:
  - cluster-hostname: gothenburg-bergakungen-001
    network-interfaces:
      - name: default
        ingress-ipv4-address-allocation:
          total-summary:
            unallocated: 7
            allocated: 1
          per-label-summary:
            - labels:
                scope: local
              unallocated: 7
              allocated: 1
          unallocated:
            - range: 203.0.113.225-203.0.113.231
              labels:
                scope: local
          allocated:
            tenants:
              - name: acme
                applications:
                  - name: my-other-app
                    service-instances:
                      - name: my-srv-1
                        addresses:
                          - 203.0.113.224
          active-pool: interface-specific