Skip to content

Instantly share code, notes, and snippets.

@nota-ja
Created April 11, 2017 05:49
Show Gist options
  • Save nota-ja/d6a29229f21b863ba643ca584ef9e5e3 to your computer and use it in GitHub Desktop.
Save nota-ja/d6a29229f21b863ba643ca584ef9e5e3 to your computer and use it in GitHub Desktop.
Routes Info for Cloud Foundry Cloud Controller NG API v2.79.0 (corresponds to cf-release v255)
####### POST /internal/apps/:process_guid/crashed {:controller => "VCAP::CloudController::AppCrashedController", :action => "crashed_with_auth"}
####### POST /internal/v4/apps/:process_guid/crashed {:controller => "VCAP::CloudController::AppCrashedController", :action => "crashed"}
####### GET /internal/bulk/apps {:controller => "VCAP::CloudController::BulkAppsController", :action => "bulk_apps"}
####### POST /internal/bulk/apps {:controller => "VCAP::CloudController::BulkAppsController", :action => "filtered_bulk_apps"}
####### GET /internal/v3/bulk/task_states {:controller => "VCAP::CloudController::BulkTasksController", :action => "bulk_task_states"}
####### POST /internal/dea/hm9000/start/:app_guid {:controller => "VCAP::CloudController::Dea::HM9000Controller", :action => "start"}
####### POST /internal/dea/hm9000/stop/:app_guid {:controller => "VCAP::CloudController::Dea::HM9000Controller", :action => "stop"}
####### POST /internal/dea/staging/:process_guid/completed {:controller => "VCAP::CloudController::Dea::StagingCompletionController", :action => "completed"}
####### GET /internal/v2/droplets/:guid/:droplet_checksum/download {:controller => "VCAP::CloudController::DownloadDropletsController", :action => "download_droplet"}
####### GET /internal/buildpacks {:controller => "VCAP::CloudController::ListBuildpacksController", :action => "list"}
####### GET /internal/log_access/:guid {:controller => "VCAP::CloudController::LogAccessController", :action => "lookup"}
####### POST /internal/v3/staging/:staging_guid/droplet_completed {:controller => "VCAP::CloudController::StagingCompletionController", :action => "droplet_completed"}
####### GET /internal/v4/syslog_drain_urls {:controller => "VCAP::CloudController::SyslogDrainUrlsInternalController", :action => "list"}
####### POST /internal/v3/tasks/:task_guid/completed {:controller => "VCAP::CloudController::TasksCompletionController", :action => "v3_complete_task"}
####### POST /internal/v4/tasks/:task_guid/completed {:controller => "VCAP::CloudController::TasksCompletionController", :action => "v4_complete_task"}
####### GET /v2/apps/:guid/download {:controller => "VCAP::CloudController::AppBitsDownloadController", :action => "download"}
####### PUT /v2/apps/:guid/bits {:controller => "VCAP::CloudController::AppBitsUploadController", :action => "upload"}
####### POST /v2/apps/:guid/copy_bits {:controller => "VCAP::CloudController::AppBitsUploadController", :action => "copy_app_bits"}
####### POST /v2/app_events {:controller => "VCAP::CloudController::AppEventsController", :action => "create"}
####### GET /v2/app_events {:controller => "VCAP::CloudController::AppEventsController", :action => "enumerate"}
####### GET /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "read"}
####### PUT /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "update"}
####### DELETE /v2/app_events/:guid {:controller => "VCAP::CloudController::AppEventsController", :action => "delete"}
####### GET /v2/apps/:guid/summary {:controller => "VCAP::CloudController::AppSummariesController", :action => "summary"}
####### GET /v2/app_usage_events {:controller => "VCAP::CloudController::AppUsageEventsController", :action => "enumerate"}
####### GET /v2/app_usage_events/:guid {:controller => "VCAP::CloudController::AppUsageEventsController", :action => "read"}
####### POST /v2/app_usage_events/destructively_purge_all_and_reseed_started_apps {:controller => "VCAP::CloudController::AppUsageEventsController", :action => "reset"}
####### GET /v2/apps/:guid/env {:controller => "VCAP::CloudController::AppsController", :action => "read_env"}
####### GET /v2/apps/:guid/droplet/download {:controller => "VCAP::CloudController::AppsController", :action => "download_droplet"}
####### PUT /v2/apps/:guid/droplet/upload {:controller => "VCAP::CloudController::AppsController", :action => "upload_droplet"}
####### PUT /v2/apps/:app_guid/routes/:route_guid {:controller => "VCAP::CloudController::AppsController", :action => "add_route"}
####### DELETE /v2/apps/:app_guid/routes/:route_guid {:controller => "VCAP::CloudController::AppsController", :action => "remove_route"}
####### DELETE /v2/apps/:app_guid/service_bindings/:service_binding_guid {:controller => "VCAP::CloudController::AppsController", :action => "remove_service_binding"}
####### GET /v2/apps/:guid/permissions {:controller => "VCAP::CloudController::AppsController", :action => "permissions"}
####### POST /v2/apps {:controller => "VCAP::CloudController::AppsController", :action => "create"}
####### GET /v2/apps {:controller => "VCAP::CloudController::AppsController", :action => "enumerate"}
####### GET /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "read"}
####### PUT /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "update"}
####### DELETE /v2/apps/:guid {:controller => "VCAP::CloudController::AppsController", :action => "delete"}
####### GET /v2/apps/:guid/routes {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb968b42958@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/apps/:guid/events {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb968b40720@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/apps/:guid/events/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb968602df8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/apps/:guid/events/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb968600f30@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/apps/:guid/service_bindings {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb9685fb288@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/apps/:guid/route_mappings {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb9685f3f88@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /internal/apps/:guid/ssh_access/:index {:controller => "VCAP::CloudController::AppsSSHController", :action => "ssh_access_with_index"}
####### GET /internal/apps/:guid/ssh_access {:controller => "VCAP::CloudController::AppsSSHController", :action => "ssh_access"}
####### PUT /v2/buildpacks/:guid/bits {:controller => "VCAP::CloudController::BuildpackBitsController", :action => "upload"}
####### GET /v2/buildpacks/:guid/download {:controller => "VCAP::CloudController::BuildpackBitsController", :action => "download"}
####### DELETE /v2/blobstores/buildpack_cache {:controller => "VCAP::CloudController::BuildpacksCacheController", :action => "delete"}
####### POST /v2/buildpacks {:controller => "VCAP::CloudController::BuildpacksController", :action => "create"}
####### GET /v2/buildpacks {:controller => "VCAP::CloudController::BuildpacksController", :action => "enumerate"}
####### GET /v2/buildpacks/:guid {:controller => "VCAP::CloudController::BuildpacksController", :action => "read"}
####### PUT /v2/buildpacks/:guid {:controller => "VCAP::CloudController::BuildpacksController", :action => "update"}
####### DELETE /v2/buildpacks/:guid {:controller => "VCAP::CloudController::BuildpacksController", :action => "delete"}
####### GET /v2/apps/:guid/crashes {:controller => "VCAP::CloudController::CrashesController", :action => "crashes"}
####### POST /v2/domains {:controller => "VCAP::CloudController::DomainsController", :action => "create"}
####### GET /v2/domains {:controller => "VCAP::CloudController::DomainsController", :action => "enumerate"}
####### GET /v2/domains/:guid {:controller => "VCAP::CloudController::DomainsController", :action => "read"}
####### PUT /v2/domains/:guid {:controller => "VCAP::CloudController::DomainsController", :action => "update"}
####### DELETE /v2/domains/:guid {:controller => "VCAP::CloudController::DomainsController", :action => "delete"}
####### GET /v2/domains/:guid/spaces {:controller => "VCAP::CloudController::DomainsController", :action => "#<Proc:0x007fb968529ee0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/domains/:guid/spaces/:other_id {:controller => "VCAP::CloudController::DomainsController", :action => "#<Proc:0x007fb968523158@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/domains/:guid/spaces/:other_id {:controller => "VCAP::CloudController::DomainsController", :action => "#<Proc:0x007fb968521380@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/config/environment_variable_groups/staging {:controller => "VCAP::CloudController::EnvironmentVariableGroupsController", :action => "read_staging"}
####### PUT /v2/config/environment_variable_groups/staging {:controller => "VCAP::CloudController::EnvironmentVariableGroupsController", :action => "update_staging"}
####### GET /v2/config/environment_variable_groups/running {:controller => "VCAP::CloudController::EnvironmentVariableGroupsController", :action => "read_running"}
####### PUT /v2/config/environment_variable_groups/running {:controller => "VCAP::CloudController::EnvironmentVariableGroupsController", :action => "update_running"}
####### POST /v2/events {:controller => "VCAP::CloudController::EventsController", :action => "create"}
####### GET /v2/events {:controller => "VCAP::CloudController::EventsController", :action => "enumerate"}
####### GET /v2/events/:guid {:controller => "VCAP::CloudController::EventsController", :action => "read"}
####### PUT /v2/events/:guid {:controller => "VCAP::CloudController::EventsController", :action => "update"}
####### DELETE /v2/events/:guid {:controller => "VCAP::CloudController::EventsController", :action => "delete"}
####### GET /v2/config/feature_flags {:controller => "VCAP::CloudController::FeatureFlagsController", :action => "enumerate"}
####### GET /v2/config/feature_flags/:name {:controller => "VCAP::CloudController::FeatureFlagsController", :action => "read"}
####### PUT /v2/config/feature_flags/:name {:controller => "VCAP::CloudController::FeatureFlagsController", :action => "update_feature_flag"}
####### 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/info {:controller => "VCAP::CloudController::InfoController", :action => "read"}
####### GET /v2/apps/:guid/instances {:controller => "VCAP::CloudController::InstancesController", :action => "instances"}
####### DELETE /v2/apps/:guid/instances/:index {:controller => "VCAP::CloudController::InstancesController", :action => "kill_instance"}
####### GET /v2/jobs/:guid {:controller => "VCAP::CloudController::JobsController", :action => "read"}
####### GET /v2/organizations/:guid/summary {:controller => "VCAP::CloudController::OrganizationSummariesController", :action => "summary"}
####### GET /v2/organizations/:guid/user_roles {:controller => "VCAP::CloudController::OrganizationsController", :action => "enumerate_user_roles"}
####### GET /v2/organizations/:guid/services {:controller => "VCAP::CloudController::OrganizationsController", :action => "enumerate_services"}
####### GET /v2/organizations/:guid/instance_usage {:controller => "VCAP::CloudController::OrganizationsController", :action => "get_instance_usage"}
####### GET /v2/organizations/:guid/memory_usage {:controller => "VCAP::CloudController::OrganizationsController", :action => "get_memory_usage"}
####### PUT /v2/organizations/:guid/users/:user_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "add_user_by_user_id"}
####### PUT /v2/organizations/:guid/users {:controller => "VCAP::CloudController::OrganizationsController", :action => "add_user_by_username"}
####### PUT /v2/organizations/:guid/managers/:user_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "add_manager_by_user_id"}
####### PUT /v2/organizations/:guid/managers {:controller => "VCAP::CloudController::OrganizationsController", :action => "add_manager_by_username"}
####### PUT /v2/organizations/:guid/billing_managers/:user_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "add_billing_manager_by_user_id"}
####### PUT /v2/organizations/:guid/billing_managers {:controller => "VCAP::CloudController::OrganizationsController", :action => "add_billing_manager_by_username"}
####### PUT /v2/organizations/:guid/auditors/:user_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "add_auditor_by_user_id"}
####### PUT /v2/organizations/:guid/auditors {:controller => "VCAP::CloudController::OrganizationsController", :action => "add_auditor_by_username"}
####### DELETE /v2/organizations/:guid/users/:user_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "remove_user_by_user_id"}
####### DELETE /v2/organizations/:guid/users {:controller => "VCAP::CloudController::OrganizationsController", :action => "remove_user_by_username"}
####### DELETE /v2/organizations/:guid/managers/:user_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "remove_manager_by_user_id"}
####### DELETE /v2/organizations/:guid/managers {:controller => "VCAP::CloudController::OrganizationsController", :action => "remove_manager_by_username"}
####### DELETE /v2/organizations/:guid/billing_managers/:user_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "remove_billing_manager_by_user_id"}
####### DELETE /v2/organizations/:guid/billing_managers {:controller => "VCAP::CloudController::OrganizationsController", :action => "remove_billing_manager_by_username"}
####### DELETE /v2/organizations/:guid/auditors/:user_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "remove_auditor_by_user_id"}
####### DELETE /v2/organizations/:guid/auditors {:controller => "VCAP::CloudController::OrganizationsController", :action => "remove_auditor_by_username"}
####### DELETE /v2/organizations/:guid/default_isolation_segment {:controller => "VCAP::CloudController::OrganizationsController", :action => "delete_default_isolation_segment"}
####### PUT /v2/organizations/:guid/private_domains/:domain_guid {:controller => "VCAP::CloudController::OrganizationsController", :action => "share_domain"}
####### DELETE /v2/organizations/:guid/domains/:domain_guid {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb968a1ac10@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/organizations_controller.rb:306>"}
####### POST /v2/organizations {:controller => "VCAP::CloudController::OrganizationsController", :action => "create"}
####### GET /v2/organizations {:controller => "VCAP::CloudController::OrganizationsController", :action => "enumerate"}
####### GET /v2/organizations/:guid {:controller => "VCAP::CloudController::OrganizationsController", :action => "read"}
####### PUT /v2/organizations/:guid {:controller => "VCAP::CloudController::OrganizationsController", :action => "update"}
####### DELETE /v2/organizations/:guid {:controller => "VCAP::CloudController::OrganizationsController", :action => "delete"}
####### GET /v2/organizations/:guid/spaces {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb968453048@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/organizations/:guid/spaces/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb96844ba78@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/organizations/:guid/spaces/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9689fb7e8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/domains {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9689f8bd8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### DELETE /v2/organizations/:guid/domains/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9684403d0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/private_domains {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9684397b0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/organizations/:guid/private_domains/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9684314c0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/organizations/:guid/private_domains/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb96842ae18@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/users {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb968428ac8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/organizations/:guid/users/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb96841a298@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/organizations/:guid/users/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9684181a0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/managers {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9689f0e60@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/organizations/:guid/managers/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9689e8328@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/organizations/:guid/managers/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9689e0fb0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/billing_managers {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9689da7c8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/organizations/:guid/billing_managers/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb968412700@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/organizations/:guid/billing_managers/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9689d3018@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/auditors {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb96840ba18@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/organizations/:guid/auditors/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb968403098@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/organizations/:guid/auditors/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb968400ff0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/app_events {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9689ca6c0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/organizations/:guid/app_events/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb966045598@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/organizations/:guid/app_events/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9683fa1f0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/space_quota_definitions {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9683f2dd8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/organizations/:guid/space_quota_definitions/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9689c3488@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/organizations/:guid/space_quota_definitions/:other_id {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb9689c04e0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### POST /v2/private_domains {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "create"}
####### GET /v2/private_domains {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "enumerate"}
####### GET /v2/private_domains/:guid {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "read"}
####### PUT /v2/private_domains/:guid {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "update"}
####### DELETE /v2/private_domains/:guid {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "delete"}
####### GET /v2/private_domains/:guid/shared_organizations {:controller => "VCAP::CloudController::PrivateDomainsController", :action => "#<Proc:0x007fb9683c9a00@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### POST /v2/quota_definitions {:controller => "VCAP::CloudController::QuotaDefinitionsController", :action => "create"}
####### GET /v2/quota_definitions {:controller => "VCAP::CloudController::QuotaDefinitionsController", :action => "enumerate"}
####### GET /v2/quota_definitions/:guid {:controller => "VCAP::CloudController::QuotaDefinitionsController", :action => "read"}
####### PUT /v2/quota_definitions/:guid {:controller => "VCAP::CloudController::QuotaDefinitionsController", :action => "update"}
####### DELETE /v2/quota_definitions/:guid {:controller => "VCAP::CloudController::QuotaDefinitionsController", :action => "delete"}
####### PUT /v2/resource_match {:controller => "VCAP::CloudController::ResourceMatchesController", :action => "match"}
####### POST /v2/apps/:guid/restage {:controller => "VCAP::CloudController::RestagesController", :action => "restage"}
####### GET / {:controller => "VCAP::CloudController::RootController", :action => "read"}
####### POST /v2/route_mappings {:controller => "VCAP::CloudController::RouteMappingsController", :action => "create"}
####### GET /v2/route_mappings {:controller => "VCAP::CloudController::RouteMappingsController", :action => "enumerate"}
####### GET /v2/route_mappings/:guid {:controller => "VCAP::CloudController::RouteMappingsController", :action => "read"}
####### PUT /v2/route_mappings/:guid {:controller => "VCAP::CloudController::RouteMappingsController", :action => "update"}
####### DELETE /v2/route_mappings/:guid {:controller => "VCAP::CloudController::RouteMappingsController", :action => "delete"}
####### GET /v2/routes/reserved/domain/:domain_guid {:controller => "VCAP::CloudController::RoutesController", :action => "route_reserved"}
####### GET /v2/routes/reserved/domain/:domain_guid/host/:host {:controller => "VCAP::CloudController::RoutesController", :action => "http_route_reserved"}
####### PUT /v2/routes/:route_guid/apps/:app_guid {:controller => "VCAP::CloudController::RoutesController", :action => "add_app"}
####### DELETE /v2/routes/:route_guid/apps/:app_guid {:controller => "VCAP::CloudController::RoutesController", :action => "remove_app"}
####### POST /v2/routes {:controller => "VCAP::CloudController::RoutesController", :action => "create"}
####### GET /v2/routes {:controller => "VCAP::CloudController::RoutesController", :action => "enumerate"}
####### GET /v2/routes/:guid {:controller => "VCAP::CloudController::RoutesController", :action => "read"}
####### PUT /v2/routes/:guid {:controller => "VCAP::CloudController::RoutesController", :action => "update"}
####### DELETE /v2/routes/:guid {:controller => "VCAP::CloudController::RoutesController", :action => "delete"}
####### GET /v2/routes/:guid/apps {:controller => "VCAP::CloudController::RoutesController", :action => "#<Proc:0x007fb968210380@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/routes/:guid/route_mappings {:controller => "VCAP::CloudController::RoutesController", :action => "#<Proc:0x007fb968208658@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/config/running_security_groups {:controller => "VCAP::CloudController::SecurityGroupRunningDefaultsController", :action => "enumerate"}
####### PUT /v2/config/running_security_groups/:guid {:controller => "VCAP::CloudController::SecurityGroupRunningDefaultsController", :action => "update"}
####### DELETE /v2/config/running_security_groups/:guid {:controller => "VCAP::CloudController::SecurityGroupRunningDefaultsController", :action => "delete"}
####### GET /v2/config/staging_security_groups {:controller => "VCAP::CloudController::SecurityGroupStagingDefaultsController", :action => "enumerate"}
####### PUT /v2/config/staging_security_groups/:guid {:controller => "VCAP::CloudController::SecurityGroupStagingDefaultsController", :action => "update"}
####### DELETE /v2/config/staging_security_groups/:guid {:controller => "VCAP::CloudController::SecurityGroupStagingDefaultsController", :action => "delete"}
####### POST /v2/security_groups {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "create"}
####### GET /v2/security_groups {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "enumerate"}
####### GET /v2/security_groups/:guid {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "read"}
####### PUT /v2/security_groups/:guid {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "update"}
####### DELETE /v2/security_groups/:guid {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "delete"}
####### GET /v2/security_groups/:guid/spaces {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "#<Proc:0x007fb9681d1748@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/security_groups/:guid/spaces/:other_id {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "#<Proc:0x007fb9681cac90@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/security_groups/:guid/spaces/:other_id {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "#<Proc:0x007fb9681c86e8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/security_groups/:guid/staging_spaces {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "#<Proc:0x007fb9688b1fe0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/security_groups/:guid/staging_spaces/:other_id {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "#<Proc:0x007fb9681c2ba8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/security_groups/:guid/staging_spaces/:other_id {:controller => "VCAP::CloudController::SecurityGroupsController", :action => "#<Proc:0x007fb9681bb8a8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/shared_domains {:controller => "VCAP::CloudController::SharedDomainsController", :action => "enumerate_shared_domains"}
####### GET /v2/shared_domains/:guid {:controller => "VCAP::CloudController::SharedDomainsController", :action => "get_shared_domain"}
####### POST /v2/shared_domains {:controller => "VCAP::CloudController::SharedDomainsController", :action => "create"}
####### GET /v2/shared_domains {:controller => "VCAP::CloudController::SharedDomainsController", :action => "enumerate"}
####### GET /v2/shared_domains/:guid {:controller => "VCAP::CloudController::SharedDomainsController", :action => "read"}
####### PUT /v2/shared_domains/:guid {:controller => "VCAP::CloudController::SharedDomainsController", :action => "update"}
####### DELETE /v2/shared_domains/:guid {:controller => "VCAP::CloudController::SharedDomainsController", :action => "delete"}
####### POST /v2/space_quota_definitions {:controller => "VCAP::CloudController::SpaceQuotaDefinitionsController", :action => "create"}
####### GET /v2/space_quota_definitions {:controller => "VCAP::CloudController::SpaceQuotaDefinitionsController", :action => "enumerate"}
####### GET /v2/space_quota_definitions/:guid {:controller => "VCAP::CloudController::SpaceQuotaDefinitionsController", :action => "read"}
####### PUT /v2/space_quota_definitions/:guid {:controller => "VCAP::CloudController::SpaceQuotaDefinitionsController", :action => "update"}
####### DELETE /v2/space_quota_definitions/:guid {:controller => "VCAP::CloudController::SpaceQuotaDefinitionsController", :action => "delete"}
####### GET /v2/space_quota_definitions/:guid/spaces {:controller => "VCAP::CloudController::SpaceQuotaDefinitionsController", :action => "#<Proc:0x007fb968173b48@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/space_quota_definitions/:guid/spaces/:other_id {:controller => "VCAP::CloudController::SpaceQuotaDefinitionsController", :action => "#<Proc:0x007fb968170d58@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/space_quota_definitions/:guid/spaces/:other_id {:controller => "VCAP::CloudController::SpaceQuotaDefinitionsController", :action => "#<Proc:0x007fb968169918@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/spaces/:guid/summary {:controller => "VCAP::CloudController::SpaceSummariesController", :action => "summary"}
####### GET /v2/spaces/:guid/user_roles {:controller => "VCAP::CloudController::SpacesController", :action => "enumerate_user_roles"}
####### GET /v2/spaces/:guid/services {:controller => "VCAP::CloudController::SpacesController", :action => "enumerate_services"}
####### GET /v2/spaces/:guid/service_instances {:controller => "VCAP::CloudController::SpacesController", :action => "enumerate_service_instances"}
####### PUT /v2/spaces/:guid/managers/:user_id {:controller => "VCAP::CloudController::SpacesController", :action => "add_manager_by_user_id"}
####### PUT /v2/spaces/:guid/managers {:controller => "VCAP::CloudController::SpacesController", :action => "add_manager_by_username"}
####### PUT /v2/spaces/:guid/developers/:user_id {:controller => "VCAP::CloudController::SpacesController", :action => "add_developer_by_user_id"}
####### PUT /v2/spaces/:guid/developers {:controller => "VCAP::CloudController::SpacesController", :action => "add_developer_by_username"}
####### PUT /v2/spaces/:guid/auditors/:user_id {:controller => "VCAP::CloudController::SpacesController", :action => "add_auditor_by_user_id"}
####### PUT /v2/spaces/:guid/auditors {:controller => "VCAP::CloudController::SpacesController", :action => "add_auditor_by_username"}
####### DELETE /v2/spaces/:guid/managers {:controller => "VCAP::CloudController::SpacesController", :action => "remove_manager_by_username"}
####### DELETE /v2/spaces/:guid/managers/:user_id {:controller => "VCAP::CloudController::SpacesController", :action => "remove_manager_by_user_id"}
####### DELETE /v2/spaces/:guid/developers {:controller => "VCAP::CloudController::SpacesController", :action => "remove_developer_by_username"}
####### DELETE /v2/spaces/:guid/developers/:user_id {:controller => "VCAP::CloudController::SpacesController", :action => "remove_developer_by_user_id"}
####### DELETE /v2/spaces/:guid/auditors {:controller => "VCAP::CloudController::SpacesController", :action => "remove_auditor_by_username"}
####### DELETE /v2/spaces/:guid/auditors/:user_id {:controller => "VCAP::CloudController::SpacesController", :action => "remove_auditor_by_user_id"}
####### DELETE /v2/spaces/:guid/isolation_segment {:controller => "VCAP::CloudController::SpacesController", :action => "delete_isolation_segment"}
####### POST /v2/spaces {:controller => "VCAP::CloudController::SpacesController", :action => "create"}
####### GET /v2/spaces {:controller => "VCAP::CloudController::SpacesController", :action => "enumerate"}
####### GET /v2/spaces/:guid {:controller => "VCAP::CloudController::SpacesController", :action => "read"}
####### PUT /v2/spaces/:guid {:controller => "VCAP::CloudController::SpacesController", :action => "update"}
####### DELETE /v2/spaces/:guid {:controller => "VCAP::CloudController::SpacesController", :action => "delete"}
####### GET /v2/spaces/:guid/developers {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9647e86f8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/spaces/:guid/developers/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9647e0c28@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/spaces/:guid/developers/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb968032bd0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/spaces/:guid/managers {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb968030920@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/spaces/:guid/managers/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb968028090@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/spaces/:guid/managers/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb968022078@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/spaces/:guid/auditors {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb96801b638@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/spaces/:guid/auditors/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb968013cf8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/spaces/:guid/auditors/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9680105a8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/spaces/:guid/apps {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9647da030@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/spaces/:guid/routes {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9647d26f0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/spaces/:guid/domains {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9647ca860@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/spaces/:guid/domains/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9680095c8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/spaces/:guid/domains/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9657f3228@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/spaces/:guid/service_instances {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9657f0aa0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/spaces/:guid/app_events {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9647c1738@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/spaces/:guid/events {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb968001d00@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/spaces/:guid/security_groups {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9657ee430@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/spaces/:guid/security_groups/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9647ba848@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/spaces/:guid/security_groups/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9657e5b00@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/spaces/:guid/staging_security_groups {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9657de2b0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/spaces/:guid/staging_security_groups/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9647a8c38@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/spaces/:guid/staging_security_groups/:other_id {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb9657d5098@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/stacks {:controller => "VCAP::CloudController::StacksController", :action => "enumerate"}
####### GET /v2/stacks/:guid {:controller => "VCAP::CloudController::StacksController", :action => "read"}
####### DELETE /v2/stacks/:guid {:controller => "VCAP::CloudController::StacksController", :action => "delete"}
####### POST /v2/stacks {:controller => "VCAP::CloudController::StacksController", :action => "create"}
####### GET /staging/jobs/:guid {:controller => "VCAP::CloudController::StagingsController", :action => "find_job"}
####### GET /staging/packages/:guid {:controller => "VCAP::CloudController::StagingsController", :action => "download_package"}
####### GET /staging/v3/droplets/:guid/download {:controller => "VCAP::CloudController::StagingsController", :action => "download_v3_droplet"}
####### POST /staging/v3/droplets/:guid/upload {:controller => "VCAP::CloudController::StagingsController", :action => "upload_package_droplet"}
####### POST /staging/v3/buildpack_cache/:stack_name/:guid/upload {:controller => "VCAP::CloudController::StagingsController", :action => "upload_v3_app_buildpack_cache"}
####### GET /staging/v3/buildpack_cache/:stack/:guid/download {:controller => "VCAP::CloudController::StagingsController", :action => "download_v3_app_buildpack_cache"}
####### GET /v2/apps/:guid/stats {:controller => "VCAP::CloudController::StatsController", :action => "stats"}
####### GET /v2/syslog_drain_urls {:controller => "VCAP::CloudController::SyslogDrainUrlsController", :action => "list"}
####### GET /v2/users/:guid/summary {:controller => "VCAP::CloudController::UserSummariesController", :action => "summary"}
####### DELETE /v2/users/:guid/spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb96562f928@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:47>"}
####### DELETE /v2/users/:guid/managed_spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb96562ca98@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:51>"}
####### DELETE /v2/users/:guid/audited_spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb965626148@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:55>"}
####### DELETE /v2/users/:guid/organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb96561fa78@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:59>"}
####### DELETE /v2/users/:guid/managed_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb965617788@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:63>"}
####### DELETE /v2/users/:guid/billing_managed_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb965614ec0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:67>"}
####### DELETE /v2/users/:guid/audited_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb96560d490@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:71>"}
####### PUT /v2/users/:guid/audited_spaces/:space_guid {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb965606fa0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:75>"}
####### PUT /v2/users/:guid/managed_spaces/:space_guid {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9647234c0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:79>"}
####### PUT /v2/users/:guid/spaces/:space_guid {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb964720a40@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:83>"}
####### PUT /v2/users/:guid/organizations/:org_guid {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9655fe058@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:87>"}
####### PUT /v2/users/:guid/audited_organizations/:org_guid {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9655fc438@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:91>"}
####### PUT /v2/users/:guid/managed_organizations/:org_guid {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9655f6e48@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:95>"}
####### PUT /v2/users/:guid/billing_managed_organizations/:org_guid {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9655f57a0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/app/controllers/runtime/users_controller.rb:99>"}
####### POST /v2/users {:controller => "VCAP::CloudController::UsersController", :action => "create"}
####### GET /v2/users {:controller => "VCAP::CloudController::UsersController", :action => "enumerate"}
####### GET /v2/users/:guid {:controller => "VCAP::CloudController::UsersController", :action => "read"}
####### PUT /v2/users/:guid {:controller => "VCAP::CloudController::UsersController", :action => "update"}
####### DELETE /v2/users/:guid {:controller => "VCAP::CloudController::UsersController", :action => "delete"}
####### GET /v2/users/:guid/spaces {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9655cd688@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/users/:guid/spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9655c5280@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/users/:guid/spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9645c31c0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/users/:guid/organizations {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9644ab260@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/users/:guid/organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9655934d8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/users/:guid/organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9655901c0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/users/:guid/managed_organizations {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb965580680@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/users/:guid/managed_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9646fa048@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/users/:guid/managed_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb965578408@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/users/:guid/billing_managed_organizations {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9646e8550@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/users/:guid/billing_managed_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9646d1e18@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/users/:guid/billing_managed_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9646c3a70@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/users/:guid/audited_organizations {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9646b0bc8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/users/:guid/audited_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb9646a1290@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/users/:guid/audited_organizations/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb964698640@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/users/:guid/managed_spaces {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb96468b8c8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/users/:guid/managed_spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb96467be50@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/users/:guid/managed_spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb965571090@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/users/:guid/audited_spaces {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb965568f30@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/users/:guid/audited_spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb965559f58@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/users/:guid/audited_spaces/:other_id {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb965551308@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/managed_service_instances/:guid {:controller => "VCAP::CloudController::ManagedServiceInstancesController", :action => "read"}
####### GET /v2/service_bindings {:controller => "VCAP::CloudController::ServiceBindingsController", :action => "enumerate"}
####### GET /v2/service_bindings/:guid {:controller => "VCAP::CloudController::ServiceBindingsController", :action => "read"}
####### POST /v2/service_bindings {:controller => "VCAP::CloudController::ServiceBindingsController", :action => "create"}
####### DELETE /v2/service_bindings/:guid {:controller => "VCAP::CloudController::ServiceBindingsController", :action => "delete"}
####### POST /v2/service_brokers {:controller => "VCAP::CloudController::ServiceBrokersController", :action => "create"}
####### GET /v2/service_brokers {:controller => "VCAP::CloudController::ServiceBrokersController", :action => "enumerate"}
####### GET /v2/service_brokers/:guid {:controller => "VCAP::CloudController::ServiceBrokersController", :action => "read"}
####### PUT /v2/service_brokers/:guid {:controller => "VCAP::CloudController::ServiceBrokersController", :action => "update"}
####### DELETE /v2/service_brokers/:guid {:controller => "VCAP::CloudController::ServiceBrokersController", :action => "delete"}
####### POST /v2/service_instances {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "create"}
####### GET /v2/service_instances {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "enumerate"}
####### GET /v2/service_instances/:guid {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "read"}
####### PUT /v2/service_instances/:guid {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "update"}
####### DELETE /v2/service_instances/:guid {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "delete"}
####### GET /v2/service_instances/:guid/service_bindings {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:0x007fb968fb6a20@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/service_instances/:guid/service_keys {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:0x007fb968fb43d8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/service_instances/:guid/service_keys/:other_id {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:0x007fb968fadc18@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/service_instances/:guid/service_keys/:other_id {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:0x007fb968fa75e8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/service_instances/:guid/routes {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:0x007fb968fa5e28@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/service_instances/:guid/routes/:other_id {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:0x007fb968f9fb40@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/service_instances/:guid/routes/:other_id {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:0x007fb968f9e038@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/service_instances/:guid/permissions {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "permissions"}
####### GET /v2/service_keys {:controller => "VCAP::CloudController::ServiceKeysController", :action => "enumerate"}
####### POST /v2/service_keys {:controller => "VCAP::CloudController::ServiceKeysController", :action => "create"}
####### DELETE /v2/service_keys/:guid {:controller => "VCAP::CloudController::ServiceKeysController", :action => "delete"}
####### GET /v2/service_keys/:guid {:controller => "VCAP::CloudController::ServiceKeysController", :action => "read"}
####### POST /v2/service_plan_visibilities {:controller => "VCAP::CloudController::ServicePlanVisibilitiesController", :action => "create"}
####### GET /v2/service_plan_visibilities {:controller => "VCAP::CloudController::ServicePlanVisibilitiesController", :action => "enumerate"}
####### GET /v2/service_plan_visibilities/:guid {:controller => "VCAP::CloudController::ServicePlanVisibilitiesController", :action => "read"}
####### PUT /v2/service_plan_visibilities/:guid {:controller => "VCAP::CloudController::ServicePlanVisibilitiesController", :action => "update"}
####### DELETE /v2/service_plan_visibilities/:guid {:controller => "VCAP::CloudController::ServicePlanVisibilitiesController", :action => "delete"}
####### POST /v2/service_plans {:controller => "VCAP::CloudController::ServicePlansController", :action => "create"}
####### GET /v2/service_plans {:controller => "VCAP::CloudController::ServicePlansController", :action => "enumerate"}
####### GET /v2/service_plans/:guid {:controller => "VCAP::CloudController::ServicePlansController", :action => "read"}
####### PUT /v2/service_plans/:guid {:controller => "VCAP::CloudController::ServicePlansController", :action => "update"}
####### DELETE /v2/service_plans/:guid {:controller => "VCAP::CloudController::ServicePlansController", :action => "delete"}
####### GET /v2/service_plans/:guid/service_instances {:controller => "VCAP::CloudController::ServicePlansController", :action => "#<Proc:0x007fb969efbc38@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/service_plans/:guid/service_instances/:other_id {:controller => "VCAP::CloudController::ServicePlansController", :action => "#<Proc:0x007fb969ef97d0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/service_plans/:guid/service_instances/:other_id {:controller => "VCAP::CloudController::ServicePlansController", :action => "#<Proc:0x007fb969efbf08@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/service_usage_events {:controller => "VCAP::CloudController::ServiceUsageEventsController", :action => "enumerate"}
####### GET /v2/service_usage_events/:guid {:controller => "VCAP::CloudController::ServiceUsageEventsController", :action => "read"}
####### 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"}
####### GET /v2/services {:controller => "VCAP::CloudController::ServicesController", :action => "enumerate"}
####### GET /v2/services/:guid {:controller => "VCAP::CloudController::ServicesController", :action => "read"}
####### PUT /v2/services/:guid {:controller => "VCAP::CloudController::ServicesController", :action => "update"}
####### DELETE /v2/services/:guid {:controller => "VCAP::CloudController::ServicesController", :action => "delete"}
####### GET /v2/services/:guid/service_plans {:controller => "VCAP::CloudController::ServicesController", :action => "#<Proc:0x007fb969ec9080@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/services/:guid/service_plans/:other_id {:controller => "VCAP::CloudController::ServicesController", :action => "#<Proc:0x007fb969ec2f00@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/services/:guid/service_plans/:other_id {:controller => "VCAP::CloudController::ServicesController", :action => "#<Proc:0x007fb969ec1650@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### POST /v2/user_provided_service_instances {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "create"}
####### 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"}
####### PUT /v2/user_provided_service_instances/:guid {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "update"}
####### DELETE /v2/user_provided_service_instances/:guid {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "delete"}
####### GET /v2/user_provided_service_instances/:guid/service_bindings {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "#<Proc:0x007fb969e6afa8@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/user_provided_service_instances/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "#<Proc:0x007fb969e68b90@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/user_provided_service_instances/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "#<Proc:0x007fb969e62b78@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/user_provided_service_instances/:guid/routes {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "#<Proc:0x007fb969e60e68@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/user_provided_service_instances/:guid/routes/:other_id {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "#<Proc:0x007fb969e5a9f0@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/user_provided_service_instances/:guid/routes/:other_id {:controller => "VCAP::CloudController::UserProvidedServiceInstancesController", :action => "#<Proc:0x007fb969e59348@/Users/nota/repos/My/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /info {:controller => "VCAP::CloudController::LegacyInfo", :action => "info"}
####### GET /bulk/apps {:controller => "VCAP::CloudController::LegacyBulk", :action => "bulk_apps"}
####### GET /bulk/counts {:controller => "VCAP::CloudController::LegacyBulk", :action => "bulk_user_count"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment