Sha256: a48067437cdc78b1842443023c9eec589b2d6c9adc506b02c4bf5649abdc000e

Contents?: true

Size: 1.71 KB

Versions: 9

Compression:

Stored size: 1.71 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",
        "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": "development",
              "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

9 entries across 9 versions & 1 rubygems

Version Path
cfoundry-0.5.3.rc7 spec/fixtures/fake_cc_organization_domains.json
cfoundry-0.6.0 spec/fixtures/fake_cc_organization_domains.json
cfoundry-0.6.0.rc6 spec/fixtures/fake_cc_organization_domains.json
cfoundry-0.6.0.rc5 spec/fixtures/fake_cc_organization_domains.json
cfoundry-0.5.3.rc6 spec/fixtures/fake_cc_organization_domains.json
cfoundry-0.6.0.rc4 spec/fixtures/fake_cc_organization_domains.json
cfoundry-0.6.0.rc3 spec/fixtures/fake_cc_organization_domains.json
cfoundry-0.6.0.rc2 spec/fixtures/fake_cc_organization_domains.json
cfoundry-0.6.0.rc1 spec/fixtures/fake_cc_organization_domains.json