Sites

List Sites

get/sites

Query parameters

limitinteger

Limit Sites returned

page_cursorstring

Next/Prev page cursor

namestring

Filter to the Site with this exact name

Response

Site Response

Example response

{
  "data": [
    {
      "id": "42a7f82f-831a-4a9d-8f17-c66c2bb6e205",
      "name": "vpc-us-east"
    },
    {
      "id": "6301d7d2-4938-4123-87de-282c01cca656",
      "name": "vpc-us-west"
    }
  ],
  "metadata": {
    "limit": 10,
    "next_page": "98776234123",
    "prev_page": "123123425",
    "total": 100
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.