Home
Version 3
Domains (deprecated) API

Domains (deprecated) API

List all Domains (deprecated)

GET /v2/domains

Request

Route

GET /v2/domains

Parameters

Name Description Valid Values Example Values
q Parameters used to filter the result set.
Format queries as <filter><op><value>
Valid ops: : >= <= < > IN
Valid filters: name, owning_organization_guid, space_guid
  • q=filter:value
  • q=filter>value
  • q=filter IN a,b,c
page Page of results to fetch
results-per-page Number of results per page
order-direction Order of the results: asc (default) or desc
inline-relations-depth 0 - don't inline any relations and return URLs. Otherwise, inline to depth N.
orphan-relations 0 - de-duplicate object entries in response
exclude-relations comma-delimited list of relations to drop from response
include-relations comma-delimited list of the only relations to include in response

Body

Name Description Default Valid Values Example Values
guid The guid of the domain.
name The name of the domain.
  • example.com
  • foo.example.com
wildcard Allow routes with non-empty hosts
  • true
  • false
owning_organization_guid The organization that owns the domain. If not specified, the domain is shared.

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxMCIsImVtYWlsIjoiZW1haWwtMjQyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjc0ODA4NjZ9.dT_ijGsLC22fngn_6C2qFqb4u-u-yxHHNZT9V5Fkxis
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/domains" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxMCIsImVtYWlsIjoiZW1haWwtMjQyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjc0ODA4NjZ9.dT_ijGsLC22fngn_6C2qFqb4u-u-yxHHNZT9V5Fkxis" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "total_results": 4,
  "total_pages": 1,
  "prev_url": null,
  "next_url": null,
  "resources": [
    {
      "metadata": {
        "guid": "4c0d8867-d1bb-4cc1-917b-1ef4b34b2228",
        "url": "/v2/domains/4c0d8867-d1bb-4cc1-917b-1ef4b34b2228",
        "created_at": "2015-03-20T18:27:46Z",
        "updated_at": null
      },
      "entity": {
        "name": "customer-app-domain1.com"
      }
    },
    {
      "metadata": {
        "guid": "22ef0219-441e-4fd9-9767-472fde60af54",
        "url": "/v2/domains/22ef0219-441e-4fd9-9767-472fde60af54",
        "created_at": "2015-03-20T18:27:46Z",
        "updated_at": null
      },
      "entity": {
        "name": "customer-app-domain2.com"
      }
    },
    {
      "metadata": {
        "guid": "72d27a2f-4cfa-4346-81e7-5df331ff3b87",
        "url": "/v2/domains/72d27a2f-4cfa-4346-81e7-5df331ff3b87",
        "created_at": "2015-03-20T18:27:46Z",
        "updated_at": null
      },
      "entity": {
        "name": "vcap.me",
        "owning_organization_guid": "e59d2a58-a54a-4e7d-91b7-9c66c625215f",
        "owning_organization_url": "/v2/organizations/e59d2a58-a54a-4e7d-91b7-9c66c625215f",
        "spaces_url": "/v2/domains/72d27a2f-4cfa-4346-81e7-5df331ff3b87/spaces"
      }
    },
    {
      "metadata": {
        "guid": "749003f4-8e91-4df4-b7d3-5aa65dfc8658",
        "url": "/v2/domains/749003f4-8e91-4df4-b7d3-5aa65dfc8658",
        "created_at": "2015-03-20T18:27:46Z",
        "updated_at": null
      },
      "entity": {
        "name": "domain-51.example.com"
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 8ec8d285-398b-4d94-8c23-18cccdb1e31d
X-Cf-Warnings: Endpoint+deprecated
Content-Length: 1563
X-Content-Type-Options: nosniff