Private Subnet

List private subnets in a location

get/project/{project_id}/location/{location}/private-subnet

Path parameters

project_idstring required
Example:pjkkmx0f2vke4h36nk9cm8v8q0

ID of the project

locationstring required
Example:eu-central-h1

The Ubicloud location/region

Query parameters

start_afterstring

Pagination - Start after

page_sizeinteger

Pagination - Page size

order_columnstring

Pagination - Order column

Response

A list of Private Subnets

countinteger required

Example response

{
  "items": [
    {
      "firewalls": [
        {
          "firewall_rules": [
            {
              "id": "fraz0q3vbrpa7pkg7zbmah9csn"
            }
          ],
          "id": "fwfg7td83em22qfw9pq5xyfqb7"
        }
      ],
      "id": "ps3dngttwvje2kmr2sn8x12x4r"
    }
  ]
}