Sha256: 7232483c226dae36c0e9437261228c5661a084d266ade98f071c6e703958f29a

Contents?: true

Size: 1.46 KB

Versions: 10

Compression:

Stored size: 1.46 KB

Contents

{
  "guid":"application-id-1",
  "name":"application-name-1",
  "state":"STARTED",
  "memory":128,
  "instances":1,
  "routes":[
    { "guid": "route-id",
      "host": "host",
      "domain": { "guid": "domain-id", "name": "app-domain.com", "owning_organization_guid": "organization-id"}
    },
    { "guid": "route-id-2",
      "host": null,
      "domain": { "guid": "domain-id", "name": "app-domain.com", "owning_organization_guid": "organization-id"}
    },
    { "guid": "route-id-3",
      "host": "host-3",
      "domain": { "guid": "domain-id-3", "name": "vcap.me", "owning_organization_guid": null}
    }
  ],
  "running_instances":0,
  "services":[{
    "guid":"service-instance-id-1",
    "name":"service-name-1",
    "dashboard_url":"https://dev3cloudfoundry.appdirect.com/api/custom/cloudfoundry/v1/services/service-instance-id-1/sso",
    "service_plan": {
      "guid":"service-plan-id-1",
      "name":"300",
      "service":{
        "guid":"paid-postgresql-id-1",
        "provider":"core",
        "label":"postgresql",
        "version":"9.0"
      }
    }
  }],
  "space_guid":"space-id-1",
  "environment_json":{},
  "file_descriptors":256,
  "disk_quota":256,
  "available_domains":[
    {"guid":"domain-id", "name":"app-domain.com", "owning_organization_guid":"organization-id"},
    {"guid":"domain-id-2", "name":"app-domain-2.com", "owning_organization_guid":"organization-id"},
    {"guid":"domain-id-3", "name":"vcap.me", "owning_organization_guid":null}
  ]
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cfoundry-2.2.0rc3 spec/fixtures/fake_cc_application_summary.json
cfoundry-2.2.0.rc2 spec/fixtures/fake_cc_application_summary.json
cfoundry-2.2.0.rc1 spec/fixtures/fake_cc_application_summary.json
cfoundry-2.1.2.rc1 spec/fixtures/fake_cc_application_summary.json
cfoundry-2.1.1 spec/fixtures/fake_cc_application_summary.json
cfoundry-2.1.0 spec/fixtures/fake_cc_application_summary.json
cfoundry-2.0.2 spec/fixtures/fake_cc_application_summary.json
cfoundry-2.0.1.rc1 spec/fixtures/fake_cc_application_summary.json
cfoundry-2.0.0 spec/fixtures/fake_cc_application_summary.json
cfoundry-1.5.3 spec/fixtures/fake_cc_application_summary.json