Sha256: 6517300c16f7b127577e64c03bb5ab4b94d563ce335eaf6d60d8da3d68813321

Contents?: true

Size: 1.79 KB

Versions: 65

Compression:

Stored size: 1.79 KB

Contents

{
  "total_results": 1,
  "total_pages": 1,
  "prev_url": null,
  "next_url": null,
  "resources": [
    {
      "metadata": {
        "guid": "domain-id-1",
        "url": "/v2/domains/domain-id-1",
        "created_at": "2012-09-19 21:03:47 +0000",
        "updated_at": null
      },
      "entity": {
        "name": "domain.com",
        "owning_organization_guid": null,
        "wildcard": true,
        "spaces_url": "/v2/domains/domain-id-1/spaces",
        "spaces": []
      }
    },
    {
      "metadata": {
        "guid": "domain-id-2",
        "url": "/v2/domains/domain-id-2",
        "created_at": "2012-09-19 21:03:47 +0000",
        "updated_at": null
      },
      "entity": {
        "name": "domain2.com",
        "owning_organization_guid": "organization-id-1",
        "owning_organization_url": "/v2/organizations/organization-id-1",
        "wildcard": true,
        "spaces_url": "/v2/domains/domain-id-2/spaces",
        "spaces": [
          {
            "metadata": {
              "guid": "space-id-1",
              "url": "/v2/spaces/space-id-1",
              "created_at": "2013-03-11 12:17:38 -0700",
              "updated_at": null
            },
            "entity": {
              "name": "space-name-1",
              "organization_guid": "organization-id-1",
              "developers_url": "/v2/spaces/space-id-1/developers",
              "managers_url": "/v2/spaces/space-id-1/managers",
              "auditors_url": "/v2/spaces/space-id-1/auditors",
              "apps_url": "/v2/spaces/space-id-1/apps",
              "domains_url": "/v2/spaces/space-id-1/domains",
              "service_instances_url": "/v2/spaces/space-id-1/service_instances",
              "organization_url": "/v2/organizations/organization-id-1"
            }
          }
        ]
      }
    }
  ]
}

Version data entries

65 entries across 65 versions & 3 rubygems

Version Path
new_cfoundry-4.9.4 spec/fixtures/fake_cc_organization_domains.json
new_cfoundry-4.9.3 spec/fixtures/fake_cc_organization_domains.json
ncfoundry-4.9.4 spec/fixtures/fake_cc_organization_domains.json
ncfoundry-4.9.3 spec/fixtures/fake_cc_organization_domains.json
ncfoundry-4.9.2 spec/fixtures/fake_cc_organization_domains.json
new_cfoundry-4.9.2 spec/fixtures/fake_cc_organization_domains.json
new_cfoundry-4.9.1 spec/fixtures/fake_cc_organization_domains.json
new_cfoundry-4.9.0 spec/fixtures/fake_cc_organization_domains.json
new_cfoundry-4.8.3 spec/fixtures/fake_cc_organization_domains.json
new_cfoundry-4.8.2 spec/fixtures/fake_cc_organization_domains.json
cfoundry-4.7.2.rc1 spec/fixtures/fake_cc_organization_domains.json
cfoundry-4.7.1 spec/fixtures/fake_cc_organization_domains.json
cfoundry-4.7.1.rc1 spec/fixtures/fake_cc_organization_domains.json
cfoundry-4.7.0 spec/fixtures/fake_cc_organization_domains.json
cfoundry-4.6.3.rc3 spec/fixtures/fake_cc_organization_domains.json
cfoundry-4.6.3.rc2 spec/fixtures/fake_cc_organization_domains.json
cfoundry-4.6.3.rc1 spec/fixtures/fake_cc_organization_domains.json
cfoundry-4.6.2 spec/fixtures/fake_cc_organization_domains.json
cfoundry-4.6.1 spec/fixtures/fake_cc_organization_domains.json
cfoundry-4.6.0 spec/fixtures/fake_cc_organization_domains.json