Skip to content

Instantly share code, notes, and snippets.

@nota-ja
Created August 12, 2014 09:58
Show Gist options
  • Save nota-ja/868901f46d3715675b72 to your computer and use it in GitHub Desktop.
Save nota-ja/868901f46d3715675b72 to your computer and use it in GitHub Desktop.
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::CloudController::AppSecurityGroupsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "delete"}
####### DELETE /v2/apps/:guid/events/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/apps/:guid/routes/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/apps/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/billing_events/:guid {:controller => "VCAP::CloudController::BillingEventsController", :action => "delete"}
####### DELETE /v2/buildpacks/:guid {:controller => "VCAP::CloudController::BuildpacksController", :action => "delete"}
####### DELETE /v2/domains/:guid {:controller => "VCAP::CloudController::DomainsController", :action => "delete"}
####### DELETE /v2/domains/:guid/spaces/:other_id {:controller => "VCAP::CloudController::DomainsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/events/:guid {:controller => "VCAP::CloudController::EventsController", :action => "delete"}
####### DELETE /v2/organizations/:guid {:controller => "VCAP::CloudController::OrganizationsController", :action => "delete"}
####### DELETE /v2/organizations/:guid/app_events/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/organizations/:guid/auditors/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/organizations/:guid/billing_managers/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/organizations/:guid/domains/:domain_guid {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@app/controllers/runtime/organizations_controller.rb:53>"}
####### DELETE /v2/organizations/:guid/domains/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/organizations/:guid/managers/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/organizations/:guid/private_domains/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/organizations/:guid/spaces/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/organizations/:guid/users/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/private_domains/:guid {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "delete"}
####### DELETE /v2/quota_definitions/:guid {:controller => "VCAP::CloudController::QuotaDefinitionsController", :action => "delete"}
####### DELETE /v2/routes/:guid {:controller => "VCAP::CloudController::RoutesController", :action => "delete"}
####### DELETE /v2/routes/:guid/apps/:other_id {:controller => "VCAP::CloudController::RoutesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/service_auth_tokens/:guid {:controller => "VCAP::CloudController::ServiceAuthTokensController", :action => "delete"}
####### DELETE /v2/service_bindings/:guid {:controller => "VCAP::CloudController::ServiceBindingsController", :action => "delete"}
####### DELETE /v2/service_brokers/:guid {:controller => "VCAP::CloudController::ServiceBrokersController", :action => "delete"}
####### DELETE /v2/service_instances/:guid {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "delete"}
####### DELETE /v2/service_instances/:guid {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "delete"}
####### DELETE /v2/service_instances/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/service_plan_visibilities/:guid {:controller => "VCAP::CloudController::ServicePlanVisibilitiesController", :action => "delete"}
####### DELETE /v2/service_plans/:guid {:controller => "VCAP::CloudController::ServicePlansController", :action => "delete"}
####### DELETE /v2/service_plans/:guid/service_instances/:other_id {:controller => "VCAP::CloudController::ServicePlansController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/services/:guid {:controller => "VCAP::CloudController::ServicesController", :action => "delete"}
####### DELETE /v2/services/:guid/service_plans/:other_id {:controller => "VCAP::CloudController::ServicesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/shared_domains/:guid {:controller => "VCAP::CloudController::SharedDomainsController", :action => "delete"}
####### DELETE /v2/spaces/:guid {:controller => "VCAP::CloudController::SpacesController", :action => "delete"}
####### DELETE /v2/spaces/:guid/app_events/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/spaces/:guid/app_security_groups/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/spaces/:guid/apps/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/spaces/:guid/auditors/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/spaces/:guid/developers/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/spaces/:guid/domains/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/spaces/:guid/events/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/spaces/:guid/managers/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/spaces/:guid/routes/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/spaces/:guid/service_instances/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/tasks/:guid {:controller => "VCAP::CloudController::TasksController", :action => "delete"}
####### DELETE /v2/user_provided_service_instances/:guid {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "delete"}
####### DELETE /v2/user_provided_service_instances/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/users/:guid {:controller => "VCAP::CloudController::UsersController", :action => "delete"}
####### DELETE /v2/users/:guid/audited_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/users/:guid/audited_spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/users/:guid/billing_managed_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/users/:guid/managed_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/users/:guid/managed_spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/users/:guid/organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### DELETE /v2/users/:guid/spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:61>"}
####### GET /bulk/apps {:controller => "VCAP::CloudController::LegacyBulk", :action => "bulk_apps"}
####### GET /bulk/counts {:controller => "VCAP::CloudController::LegacyBulk", :action => "bulk_user_count"}
####### GET /info {:controller => "VCAP::CloudController::LegacyInfo", :action => "info"}
####### GET /info/services {:controller => "VCAP::CloudController::LegacyInfo", :action => "service_info"}
####### GET /services {:controller => "VCAP::CloudController::LegacyService", :action => "enumerate"}
####### GET /services/:name {:controller => "VCAP::CloudController::LegacyService", :action => "read"}
####### GET /services/v1/offerings {:controller => "VCAP::CloudController::LegacyService", :action => "enumerate_offerings"}
####### GET /services/v1/offerings/:label_and_version {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "get"}
####### GET /services/v1/offerings/:label_and_version/:provider {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "get"}
####### GET /services/v1/offerings/:label_and_version/:provider/handles {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "list_handles"}
####### GET /services/v1/offerings/:label_and_version/handles {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "list_handles"}
####### GET /staging/apps/:guid {:controller => "VCAP::CloudController::StagingsController", :action => "download_app"}
####### GET /staging/buildpack_cache/:guid/download {:controller => "VCAP::CloudController::StagingsController", :action => "download_buildpack_cache"}
####### GET /staging/droplets/:guid/download {:controller => "VCAP::CloudController::StagingsController", :action => "download_droplet"}
####### GET /v2/app_events {:controller => "VCAP::CloudController::AppEventsController", :action => "enumerate"}
####### GET /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "read"}
####### GET /v2/app_security_groups {:controller => "VCAP::CloudController::AppSecurityGroupsController", :action => "enumerate"}
####### GET /v2/app_security_groups/:guid {:controller => "VCAP::CloudController::AppSecurityGroupsController", :action => "read"}
####### GET /v2/app_security_groups/:guid/spaces {:controller => "VCAP::CloudController::AppSecurityGroupsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/app_usage_events {:controller => "VCAP::CloudController::AppUsageEventsController", :action => "enumerate"}
####### GET /v2/app_usage_events/:guid {:controller => "VCAP::CloudController::AppUsageEventsController", :action => "read"}
####### GET /v2/apps {:controller => "VCAP::CloudController::AppsController", :action => "enumerate"}
####### GET /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "read"}
####### GET /v2/apps/:guid/crashes {:controller => "VCAP::CloudController::CrashesController", :action => "crashes"}
####### GET /v2/apps/:guid/download {:controller => "VCAP::CloudController::AppBitsDownloadController", :action => "download"}
####### GET /v2/apps/:guid/env {:controller => "VCAP::CloudController::AppsController", :action => "read_env"}
####### GET /v2/apps/:guid/events {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/apps/:guid/instances {:controller => "VCAP::CloudController::InstancesController", :action => "instances"}
####### GET /v2/apps/:guid/instances/:instance_id/files {:controller => "VCAP::CloudController::FilesController", :action => "files"}
####### GET /v2/apps/:guid/instances/:instance_id/files/* {:controller => "VCAP::CloudController::FilesController", :action => "files"}
####### GET /v2/apps/:guid/routes {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/apps/:guid/service_bindings {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/apps/:guid/stats {:controller => "VCAP::CloudController::StatsController", :action => "stats"}
####### GET /v2/apps/:guid/summary {:controller => "VCAP::CloudController::AppSummariesController", :action => "summary"}
####### GET /v2/billing_events {:controller => "VCAP::CloudController::BillingEventsController", :action => "enumerate"}
####### GET /v2/billing_events/:guid {:controller => "VCAP::CloudController::BillingEventsController", :action => "read"}
####### GET /v2/buildpacks {:controller => "VCAP::CloudController::BuildpacksController", :action => "enumerate"}
####### GET /v2/buildpacks/:guid {:controller => "VCAP::CloudController::BuildpacksController", :action => "read"}
####### GET /v2/buildpacks/:guid/download {:controller => "VCAP::CloudController::BuildpackBitsController", :action => "download"}
####### GET /v2/domains {:controller => "VCAP::CloudController::DomainsController", :action => "enumerate"}
####### GET /v2/domains/:guid {:controller => "VCAP::CloudController::DomainsController", :action => "read"}
####### GET /v2/domains/:guid/spaces {:controller => "VCAP::CloudController::DomainsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/events {:controller => "VCAP::CloudController::EventsController", :action => "enumerate"}
####### GET /v2/events/:guid {:controller => "VCAP::CloudController::EventsController", :action => "read"}
####### GET /v2/info {:controller => "VCAP::CloudController::InfoController", :action => "read"}
####### GET /v2/jobs/:guid {:controller => "VCAP::CloudController::JobsController", :action => "read"}
####### GET /v2/managed_service_instances/:guid {:controller => "VCAP::CloudController::ManagedServiceInstancesController", :action => "read"}
####### GET /v2/organizations {:controller => "VCAP::CloudController::OrganizationsController", :action => "enumerate"}
####### GET /v2/organizations/:guid {:controller => "VCAP::CloudController::OrganizationsController", :action => "read"}
####### GET /v2/organizations/:guid/app_events {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/organizations/:guid/auditors {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/organizations/:guid/billing_managers {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/organizations/:guid/domains {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/organizations/:guid/managers {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/organizations/:guid/private_domains {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/organizations/:guid/spaces {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/organizations/:guid/summary {:controller => "VCAP::CloudController::OrganizationSummariesController", :action => "summary"}
####### GET /v2/organizations/:guid/users {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/private_domains {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "enumerate"}
####### GET /v2/private_domains/:guid {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "read"}
####### GET /v2/quota_definitions {:controller => "VCAP::CloudController::QuotaDefinitionsController", :action => "enumerate"}
####### GET /v2/quota_definitions/:guid {:controller => "VCAP::CloudController::QuotaDefinitionsController", :action => "read"}
####### GET /v2/routes {:controller => "VCAP::CloudController::RoutesController", :action => "enumerate"}
####### GET /v2/routes/:guid {:controller => "VCAP::CloudController::RoutesController", :action => "read"}
####### GET /v2/routes/:guid/apps {:controller => "VCAP::CloudController::RoutesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/service_auth_tokens {:controller => "VCAP::CloudController::ServiceAuthTokensController", :action => "enumerate"}
####### GET /v2/service_auth_tokens/:guid {:controller => "VCAP::CloudController::ServiceAuthTokensController", :action => "read"}
####### GET /v2/service_bindings {:controller => "VCAP::CloudController::ServiceBindingsController", :action => "enumerate"}
####### GET /v2/service_bindings/:guid {:controller => "VCAP::CloudController::ServiceBindingsController", :action => "read"}
####### GET /v2/service_brokers {:controller => "VCAP::CloudController::ServiceBrokersController", :action => "enumerate"}
####### GET /v2/service_instances {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "enumerate"}
####### GET /v2/service_instances/:guid {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "read"}
####### GET /v2/service_instances/:guid {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "read"}
####### GET /v2/service_instances/:guid/permissions {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "permissions"}
####### GET /v2/service_instances/:guid/service_bindings {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/service_instances/:service_guid/snapshots {:controller => "VCAP::CloudController::SnapshotsController", :action => "index"}
####### GET /v2/service_plan_visibilities {:controller => "VCAP::CloudController::ServicePlanVisibilitiesController", :action => "enumerate"}
####### GET /v2/service_plan_visibilities/:guid {:controller => "VCAP::CloudController::ServicePlanVisibilitiesController", :action => "read"}
####### GET /v2/service_plans {:controller => "VCAP::CloudController::ServicePlansController", :action => "enumerate"}
####### GET /v2/service_plans/:guid {:controller => "VCAP::CloudController::ServicePlansController", :action => "read"}
####### GET /v2/service_plans/:guid/service_instances {:controller => "VCAP::CloudController::ServicePlansController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/service_usage_events {:controller => "VCAP::CloudController::ServiceUsageEventsController", :action => "enumerate"}
####### GET /v2/service_usage_events/:guid {:controller => "VCAP::CloudController::ServiceUsageEventsController", :action => "read"}
####### GET /v2/services {:controller => "VCAP::CloudController::ServicesController", :action => "enumerate"}
####### GET /v2/services/:guid {:controller => "VCAP::CloudController::ServicesController", :action => "read"}
####### GET /v2/services/:guid/service_plans {:controller => "VCAP::CloudController::ServicesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/shared_domains {:controller => "VCAP::CloudController::SharedDomainsController", :action => "enumerate"}
####### GET /v2/shared_domains/:guid {:controller => "VCAP::CloudController::SharedDomainsController", :action => "read"}
####### GET /v2/spaces {:controller => "VCAP::CloudController::SpacesController", :action => "enumerate"}
####### GET /v2/spaces/:guid {:controller => "VCAP::CloudController::SpacesController", :action => "read"}
####### GET /v2/spaces/:guid/app_events {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/spaces/:guid/app_security_groups {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/spaces/:guid/apps {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/spaces/:guid/auditors {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/spaces/:guid/developers {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/spaces/:guid/domains {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/spaces/:guid/events {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/spaces/:guid/managers {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/spaces/:guid/routes {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/spaces/:guid/service_instances {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/spaces/:guid/service_instances {:controller => "VCAP::CloudController::SpacesController", :action => "enumerate_service_instances"}
####### GET /v2/spaces/:guid/services {:controller => "VCAP::CloudController::SpacesController", :action => "enumerate_services"}
####### GET /v2/spaces/:guid/summary {:controller => "VCAP::CloudController::SpaceSummariesController", :action => "summary"}
####### GET /v2/stacks {:controller => "VCAP::CloudController::StacksController", :action => "enumerate"}
####### GET /v2/stacks/:guid {:controller => "VCAP::CloudController::StacksController", :action => "read"}
####### GET /v2/tasks {:controller => "VCAP::CloudController::TasksController", :action => "enumerate"}
####### GET /v2/tasks/:guid {:controller => "VCAP::CloudController::TasksController", :action => "read"}
####### GET /v2/user_provided_service_instances {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "enumerate"}
####### GET /v2/user_provided_service_instances/:guid {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "read"}
####### GET /v2/user_provided_service_instances/:guid/service_bindings {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/users {:controller => "VCAP::CloudController::UsersController", :action => "enumerate"}
####### GET /v2/users/:guid {:controller => "VCAP::CloudController::UsersController", :action => "read"}
####### GET /v2/users/:guid/audited_organizations {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/users/:guid/audited_spaces {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/users/:guid/billing_managed_organizations {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/users/:guid/managed_organizations {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/users/:guid/managed_spaces {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/users/:guid/organizations {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/users/:guid/spaces {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:53>"}
####### GET /v2/users/:guid/summary {:controller => "VCAP::CloudController::UserSummariesController", :action => "summary"}
####### POST /services {:controller => "VCAP::CloudController::LegacyService", :action => "create"}
####### POST /services/v1/offerings {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "create_offering"}
####### POST /services/v1/offerings/:label_and_version/:provider/handles/:id {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "update_handle"}
####### POST /services/v1/offerings/:label_and_version/handles/:id {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "update_handle"}
####### POST /staging/buildpack_cache/:guid/upload {:controller => "VCAP::CloudController::StagingsController", :action => "upload_buildpack_cache"}
####### POST /staging/droplets/:guid/upload {:controller => "VCAP::CloudController::StagingsController", :action => "upload_droplet"}
####### POST /v2/app_events {:controller => "VCAP::CloudController::AppEventsController", :action => "create"}
####### POST /v2/app_security_groups {:controller => "VCAP::CloudController::AppSecurityGroupsController", :action => "create"}
####### POST /v2/app_usage_events/destructively_purge_all_and_reseed_started_apps {:controller => "VCAP::CloudController::AppUsageEventsController", :action => "reset"}
####### POST /v2/apps {:controller => "VCAP::CloudController::AppsController", :action => "create"}
####### POST /v2/apps/:guid/restage {:controller => "VCAP::CloudController::RestagesController", :action => "restage"}
####### POST /v2/billing_events {:controller => "VCAP::CloudController::BillingEventsController", :action => "create"}
####### POST /v2/buildpacks {:controller => "VCAP::CloudController::BuildpacksController", :action => "create"}
####### POST /v2/domains {:controller => "VCAP::CloudController::DomainsController", :action => "create"}
####### POST /v2/events {:controller => "VCAP::CloudController::EventsController", :action => "create"}
####### POST /v2/organizations {:controller => "VCAP::CloudController::OrganizationsController", :action => "create"}
####### POST /v2/private_domains {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "create"}
####### POST /v2/quota_definitions {:controller => "VCAP::CloudController::QuotaDefinitionsController", :action => "create"}
####### POST /v2/routes {:controller => "VCAP::CloudController::RoutesController", :action => "create"}
####### POST /v2/service_auth_tokens {:controller => "VCAP::CloudController::ServiceAuthTokensController", :action => "create"}
####### POST /v2/service_bindings {:controller => "VCAP::CloudController::ServiceBindingsController", :action => "create"}
####### POST /v2/service_bindings {:controller => "VCAP::CloudController::ServiceBindingsController", :action => "create"}
####### POST /v2/service_brokers {:controller => "VCAP::CloudController::ServiceBrokersController", :action => "create"}
####### POST /v2/service_instances {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "create"}
####### POST /v2/service_instances {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "create"}
####### POST /v2/service_plan_visibilities {:controller => "VCAP::CloudController::ServicePlanVisibilitiesController", :action => "create"}
####### POST /v2/service_plans {:controller => "VCAP::CloudController::ServicePlansController", :action => "create"}
####### POST /v2/service_usage_events/destructively_purge_all_and_reseed_existing_instances {:controller => "VCAP::CloudController::ServiceUsageEventsController", :action => "reset"}
####### POST /v2/services {:controller => "VCAP::CloudController::ServicesController", :action => "create"}
####### POST /v2/shared_domains {:controller => "VCAP::CloudController::SharedDomainsController", :action => "create"}
####### POST /v2/snapshots {:controller => "VCAP::CloudController::SnapshotsController", :action => "create"}
####### POST /v2/spaces {:controller => "VCAP::CloudController::SpacesController", :action => "create"}
####### POST /v2/tasks {:controller => "VCAP::CloudController::TasksController", :action => "create"}
####### POST /v2/user_provided_service_instances {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "create"}
####### POST /v2/users {:controller => "VCAP::CloudController::UsersController", :action => "create"}
####### PUT /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "update"}
####### PUT /v2/app_security_groups/:guid {:controller => "VCAP::CloudController::AppSecurityGroupsController", :action => "update"}
####### PUT /v2/app_security_groups/:guid/spaces/:other_id {:controller => "VCAP::CloudController::AppSecurityGroupsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "update"}
####### PUT /v2/apps/:guid/bits {:controller => "VCAP::CloudController::AppBitsUploadController", :action => "upload"}
####### PUT /v2/apps/:guid/events/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/apps/:guid/routes/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/apps/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/billing_events/:guid {:controller => "VCAP::CloudController::BillingEventsController", :action => "update"}
####### PUT /v2/buildpacks/:guid {:controller => "VCAP::CloudController::BuildpacksController", :action => "update"}
####### PUT /v2/buildpacks/:guid/bits {:controller => "VCAP::CloudController::BuildpackBitsController", :action => "upload"}
####### PUT /v2/domains/:guid {:controller => "VCAP::CloudController::DomainsController", :action => "update"}
####### PUT /v2/domains/:guid/spaces/:other_id {:controller => "VCAP::CloudController::DomainsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/events/:guid {:controller => "VCAP::CloudController::EventsController", :action => "update"}
####### PUT /v2/organizations/:guid {:controller => "VCAP::CloudController::OrganizationsController", :action => "update"}
####### PUT /v2/organizations/:guid/app_events/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/organizations/:guid/auditors/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/organizations/:guid/billing_managers/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/organizations/:guid/domains/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/organizations/:guid/managers/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/organizations/:guid/private_domains/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/organizations/:guid/spaces/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/organizations/:guid/users/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/private_domains/:guid {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "update"}
####### PUT /v2/quota_definitions/:guid {:controller => "VCAP::CloudController::QuotaDefinitionsController", :action => "update"}
####### PUT /v2/resource_match {:controller => "VCAP::CloudController::ResourceMatchesController", :action => "match"}
####### PUT /v2/routes/:guid {:controller => "VCAP::CloudController::RoutesController", :action => "update"}
####### PUT /v2/routes/:guid/apps/:other_id {:controller => "VCAP::CloudController::RoutesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/service_auth_tokens/:guid {:controller => "VCAP::CloudController::ServiceAuthTokensController", :action => "update"}
####### PUT /v2/service_bindings/:guid {:controller => "VCAP::CloudController::ServiceBindingsController", :action => "update"}
####### PUT /v2/service_brokers/:guid {:controller => "VCAP::CloudController::ServiceBrokersController", :action => "update"}
####### PUT /v2/service_instances/:guid {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "update"}
####### PUT /v2/service_instances/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/service_plan_visibilities/:guid {:controller => "VCAP::CloudController::ServicePlanVisibilitiesController", :action => "update"}
####### PUT /v2/service_plans/:guid {:controller => "VCAP::CloudController::ServicePlansController", :action => "update"}
####### PUT /v2/service_plans/:guid/service_instances/:other_id {:controller => "VCAP::CloudController::ServicePlansController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/service_plans/:service_plan_guid/service_instances {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "bulk_update"}
####### PUT /v2/services/:guid {:controller => "VCAP::CloudController::ServicesController", :action => "update"}
####### PUT /v2/services/:guid/service_plans/:other_id {:controller => "VCAP::CloudController::ServicesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/shared_domains/:guid {:controller => "VCAP::CloudController::SharedDomainsController", :action => "update"}
####### PUT /v2/spaces/:guid {:controller => "VCAP::CloudController::SpacesController", :action => "update"}
####### PUT /v2/spaces/:guid/app_events/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/spaces/:guid/app_security_groups/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/spaces/:guid/apps/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/spaces/:guid/auditors/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/spaces/:guid/developers/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/spaces/:guid/domains/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/spaces/:guid/events/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/spaces/:guid/managers/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/spaces/:guid/routes/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/spaces/:guid/service_instances/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/tasks/:guid {:controller => "VCAP::CloudController::TasksController", :action => "update"}
####### PUT /v2/user_provided_service_instances/:guid {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "update"}
####### PUT /v2/user_provided_service_instances/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/users/:guid {:controller => "VCAP::CloudController::UsersController", :action => "update"}
####### PUT /v2/users/:guid/audited_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/users/:guid/audited_spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/users/:guid/billing_managed_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/users/:guid/managed_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/users/:guid/managed_spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/users/:guid/organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
####### PUT /v2/users/:guid/spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:@lib/cloud_controller/rest_controller/routes.rb:57>"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment