Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Cloud Foundry API</title>
<meta charset="utf-8">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"></link>
<style>
body {
margin-left: auto;
margin-right: auto;
Defined route: 'get' '/v2/spaces/:guid/services' -> 'VCAP::CloudController::SpacesController': 'enumerate_services' / {}
Defined route: 'get' '/v2/spaces/:guid/service_instances' -> 'VCAP::CloudController::SpacesController': 'enumerate_service_instances' / {}
Defined route: 'post' '/v2/spaces' -> 'VCAP::CloudController::SpacesController': 'create' / {}
Defined route: 'get' '/v2/spaces' -> 'VCAP::CloudController::SpacesController': 'enumerate' / {}
Defined route: 'get' '/v2/spaces/:guid' -> 'VCAP::CloudController::SpacesController': 'read' / {}
Defined route: 'put' '/v2/spaces/:guid' -> 'VCAP::CloudController::SpacesController': 'update' / {}
Defined route: 'delete' '/v2/spaces/:guid' -> 'VCAP::CloudController::SpacesController': 'delete' / {}
Defined route: 'get' '/v2/spaces/:guid/developers' -> 'VCAP::CloudController::SpacesController': '' / {#<Proc:0x000000030fb128@/home/nsnt/gitrepos/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:52>}
Defined route: 'put' '/v2/spaces/:guid/developers/:o
@nota-ja
nota-ja / ccdb-tables.txt
Created March 16, 2014 17:08
Tables in CCDB
| app_events |
| app_usage_events |
| apps |
| apps_routes |
| billing_events |
| buildpacks |
| delayed_jobs |
| domains |
| domains_organizations |
| droplets |
@nota-ja
nota-ja / ccng-routes.v172.txt
Created August 12, 2014 09:56
Cloud Foundry's Cloud Controller NG routes (submoduled from cf-release v172)
####### DELETE /services/:name {:controller => "VCAP::CloudController::LegacyService", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version/:provider {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "delete"}
####### DELETE /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "delete"}
####### DELETE /v2/apps/:guid/events/:other_id {:controller => "VCAP::CloudController::Ap
@nota-ja
nota-ja / ccng-routes.v173.txt
Created August 12, 2014 09:58
Cloud Foundry's Cloud Controller NG routes (submoduled from cf-release v173)
####### DELETE /services/:name {:controller => "VCAP::CloudController::LegacyService", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version/:provider {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "delete"}
####### DELETE /v2/app_security_groups/:guid {:controller => "VCAP::CloudController::AppSecurityGroupsController", :action => "delete"}
####### DELETE /v2/app_security_groups/:guid/spaces/:other_id {:controller => "VCAP::CloudC
@nota-ja
nota-ja / ccng-routes.v175.txt
Created August 12, 2014 10:00
Cloud Foundry's Cloud Controller NG routes (submoduled from cf-release v175)
####### DELETE /services/:name {:controller => "VCAP::CloudController::LegacyService", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version/:provider {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "delete"}
####### DELETE /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "delete"}
####### DELETE /v2/apps/:guid/events/:other_id {:controller => "VCAP::CloudController::Ap
@nota-ja
nota-ja / ccng-routes.v176.txt
Created August 12, 2014 10:02
Cloud Foundry's Cloud Controller NG routes (submoduled from cf-release v176)
####### DELETE /services/:name {:controller => "VCAP::CloudController::LegacyService", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version/:provider {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "delete"}
####### DELETE /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "delete"}
####### DELETE /v2/apps/:guid/events/:other_id {:controller => "VCAP::CloudController::Ap
@nota-ja
nota-ja / ccng-routes.v177.txt
Created August 12, 2014 10:05
Cloud Foundry's Cloud Controller NG routes (submoduled from cf-release v177)
####### DELETE /services/:name {:controller => "VCAP::CloudController::LegacyService", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version/:provider {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "delete"}
####### DELETE /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "delete"}
####### DELETE /v2/apps/:guid/events/:other_id {:controller => "VCAP::CloudController::Ap
@nota-ja
nota-ja / ccng-routes.v178.txt
Created August 14, 2014 11:48
Cloud Foundry's Cloud Controller NG routes (submoduled from cf-release v178) (I feel very strange because this is identical to v172)
####### DELETE /services/:name {:controller => "VCAP::CloudController::LegacyService", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version/:provider {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "delete"}
####### DELETE /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "delete"}
####### DELETE /v2/apps/:guid/events/:other_id {:controller => "VCAP::CloudController::Ap
@nota-ja
nota-ja / ccng-routes.v179.txt
Last active August 29, 2015 14:05
Cloud Foundry's Cloud Controller NG routes (submoduled from cf-release v179)
####### DELETE /services/:name {:controller => "VCAP::CloudController::LegacyService", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /services/v1/offerings/:label_and_version/:provider {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "delete"}
####### DELETE /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "delete"}
####### DELETE /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "delete"}
####### DELETE /v2/apps/:guid/events/:other_id {:controller => "VCAP::CloudController::Ap