Skip to content

Instantly share code, notes, and snippets.

@nota-ja
Created August 2, 2015 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nota-ja/94d27ad55936ea5ab522 to your computer and use it in GitHub Desktop.
Save nota-ja/94d27ad55936ea5ab522 to your computer and use it in GitHub Desktop.
####### POST /internal/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/v2/droplets/:guid/:droplet_hash/download {:controller => "VCAP::CloudController::DownloadDropletsController", :action => "download_droplet"}
####### GET /internal/log_access/:guid {:controller => "VCAP::CloudController::LogAccessController", :action => "lookup"}
####### POST /internal/staging/:staging_guid/completed {:controller => "VCAP::CloudController::StagingCompletionController", :action => "completed"}
####### 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"}
####### 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/events {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb2ff129ad0@/Users/nota/repos/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:0x007fb2ff122f78@/Users/nota/repos/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:0x007fb2ff120f70@/Users/nota/repos/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:0x007fb2ff122c08@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/apps/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb2ff11a120@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/apps/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb2ff118988@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/apps/:guid/routes {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb2ff113370@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/apps/:guid/routes/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb2ff110d00@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/apps/:guid/routes/:other_id {:controller => "VCAP::CloudController::AppsController", :action => "#<Proc:0x007fb2ff10b4e0@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### 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:0x007fb2ff089238@/Users/nota/repos/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:0x007fb2ff082be0@/Users/nota/repos/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:0x007fb2ff081290@/Users/nota/repos/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/memory_usage {:controller => "VCAP::CloudController::OrganizationsController", :action => "get_memory_usage"}
####### DELETE /v2/organizations/:guid/domains/:domain_guid {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb300323dd0@/Users/nota/repos/ccng-routes/cloud_controller_ng/app/controllers/runtime/organizations_controller.rb:133>"}
####### 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:0x007fb3003092f0@/Users/nota/repos/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:0x007fb300303120@/Users/nota/repos/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:0x007fb300301758@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/domains {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb3002fb1c8@/Users/nota/repos/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:0x007fb3002f39c8@/Users/nota/repos/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:0x007fb3002f2460@/Users/nota/repos/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:0x007fb3002f0548@/Users/nota/repos/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:0x007fb3002eb098@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/users {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb3002e9b30@/Users/nota/repos/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:0x007fb3002e2380@/Users/nota/repos/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:0x007fb3002e0788@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/managers {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb3002db3a0@/Users/nota/repos/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:0x007fb3002d9528@/Users/nota/repos/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:0x007fb3002d8178@/Users/nota/repos/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:0x007fb3002d28b8@/Users/nota/repos/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:0x007fb3002d0680@/Users/nota/repos/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:0x007fb3002cad48@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/organizations/:guid/auditors {:controller => "VCAP::CloudController::OrganizationsController", :action => "#<Proc:0x007fb3002c8e30@/Users/nota/repos/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:0x007fb3002ba448@/Users/nota/repos/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:0x007fb3002b8ff8@/Users/nota/repos/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:0x007fb3002b30a8@/Users/nota/repos/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:0x007fb3002abdd0@/Users/nota/repos/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:0x007fb3002a9f80@/Users/nota/repos/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:0x007fb3002a89a0@/Users/nota/repos/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:0x007fb3002a26b8@/Users/nota/repos/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:0x007fb3002a0cf0@/Users/nota/repos/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:0x007fb300280630@/Users/nota/repos/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 /v2/routes/reserved/domain/:domain_guid/host/:host {:controller => "VCAP::CloudController::RoutesController", :action => "route_reserved"}
####### 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:0x007fb2ff5b8cb8@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/routes/:guid/apps/:other_id {:controller => "VCAP::CloudController::RoutesController", :action => "#<Proc:0x007fb2ff5ab590@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/routes/:guid/apps/:other_id {:controller => "VCAP::CloudController::RoutesController", :action => "#<Proc:0x007fb2ff5aa140@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### 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:0x007fb30026a6f0@/Users/nota/repos/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:0x007fb30025b808@/Users/nota/repos/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:0x007fb30025a2a0@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### 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:0x007fb2ff4f9ca0@/Users/nota/repos/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:0x007fb2ff4f24f0@/Users/nota/repos/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:0x007fb2ff4f10c8@/Users/nota/repos/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"}
####### 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:0x007fb3001b8978@/Users/nota/repos/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:0x007fb2ff4ea1b0@/Users/nota/repos/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:0x007fb2ff4e8900@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/spaces/:guid/managers {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb2ff4e3298@/Users/nota/repos/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:0x007fb2ff4e11a0@/Users/nota/repos/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:0x007fb2ff4dacd8@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/spaces/:guid/auditors {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb2ff4d9428@/Users/nota/repos/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:0x007fb2ff4d3140@/Users/nota/repos/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:0x007fb2ff4d19f8@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/spaces/:guid/apps {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb2ff4cb8c8@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/spaces/:guid/routes {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb2ff4c98e8@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/spaces/:guid/domains {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb2ff4c3650@/Users/nota/repos/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:0x007fb2ff4c1788@/Users/nota/repos/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:0x007fb2ff4c0248@/Users/nota/repos/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:0x007fb3001b2cf8@/Users/nota/repos/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:0x007fb3001b06b0@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### GET /v2/spaces/:guid/events {:controller => "VCAP::CloudController::SpacesController", :action => "#<Proc:0x007fb3001a3b40@/Users/nota/repos/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:0x007fb3001a0ff8@/Users/nota/repos/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:0x007fb30019b760@/Users/nota/repos/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:0x007fb30019a040@/Users/nota/repos/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/apps/:guid {:controller => "VCAP::CloudController::StagingsController", :action => "download_app"}
####### POST /staging/droplets/:guid/upload {:controller => "VCAP::CloudController::StagingsController", :action => "upload_droplet"}
####### GET /staging/jobs/:guid {:controller => "VCAP::CloudController::StagingsController", :action => "find_job"}
####### GET /staging/droplets/:guid/download {:controller => "VCAP::CloudController::StagingsController", :action => "download_droplet"}
####### POST /staging/buildpack_cache/:guid/upload {:controller => "VCAP::CloudController::StagingsController", :action => "upload_buildpack_cache"}
####### GET /staging/buildpack_cache/:guid/download {:controller => "VCAP::CloudController::StagingsController", :action => "download_buildpack_cache"}
####### GET /staging/packages/:guid {:controller => "VCAP::CloudController::StagingsController", :action => "download_package"}
####### 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 /staging/v3/droplets/:guid/download {:controller => "VCAP::CloudController::StagingsController", :action => "download_v3_droplet"}
####### 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"}
####### 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:0x007fb30010a8a0@/Users/nota/repos/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:0x007fb300108bb8@/Users/nota/repos/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:0x007fb3000fb968@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/users/:guid/organizations {:controller => "VCAP::CloudController::UsersController", :action => "#<Proc:0x007fb3000fa478@/Users/nota/repos/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:0x007fb3000f3dd0@/Users/nota/repos/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:0x007fb3000f2ac0@/Users/nota/repos/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:0x007fb3000f17b0@/Users/nota/repos/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:0x007fb3000ebab8@/Users/nota/repos/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:0x007fb3000ea7a8@/Users/nota/repos/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:0x007fb3000e93f8@/Users/nota/repos/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:0x007fb3000e3638@/Users/nota/repos/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:0x007fb3000e1fb8@/Users/nota/repos/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:0x007fb3000e0aa0@/Users/nota/repos/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:0x007fb3000da9e8@/Users/nota/repos/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:0x007fb3000d9408@/Users/nota/repos/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:0x007fb3000d3fa8@/Users/nota/repos/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:0x007fb3000d14b0@/Users/nota/repos/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:0x007fb3000cb880@/Users/nota/repos/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:0x007fb3000ca408@/Users/nota/repos/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:0x007fb3000c8630@/Users/nota/repos/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:0x007fb3000c35b8@/Users/nota/repos/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"}
####### POST /v2/service_auth_tokens {:controller => "VCAP::CloudController::ServiceAuthTokensController", :action => "create"}
####### GET /v2/service_auth_tokens {:controller => "VCAP::CloudController::ServiceAuthTokensController", :action => "enumerate"}
####### GET /v2/service_auth_tokens/:guid {:controller => "VCAP::CloudController::ServiceAuthTokensController", :action => "read"}
####### PUT /v2/service_auth_tokens/:guid {:controller => "VCAP::CloudController::ServiceAuthTokensController", :action => "update"}
####### DELETE /v2/service_auth_tokens/:guid {:controller => "VCAP::CloudController::ServiceAuthTokensController", :action => "delete"}
####### 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"}
####### GET /v2/service_instances/:guid/permissions {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "permissions"}
####### PUT /v2/service_plans/:service_plan_guid/service_instances {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "bulk_update"}
####### 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:0x007fb2fd169768@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:56>"}
####### PUT /v2/service_instances/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:0x007fb2fd161798@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:62>"}
####### DELETE /v2/service_instances/:guid/service_bindings/:other_id {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:0x007fb2fd161b58@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v2/service_instances/:guid/service_keys {:controller => "VCAP::CloudController::ServiceInstancesController", :action => "#<Proc:0x007fb2ff2625c8@/Users/nota/repos/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:0x007fb2ff25bf98@/Users/nota/repos/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:0x007fb2ff25a3c8@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### 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:0x007fb2ff1c9418@/Users/nota/repos/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:0x007fb2ff1c2a00@/Users/nota/repos/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:0x007fb2ff1c0cc8@/Users/nota/repos/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:0x007fb2ff159258@/Users/nota/repos/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:0x007fb2ff152750@/Users/nota/repos/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:0x007fb2ff150888@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### POST /v2/snapshots {:controller => "VCAP::CloudController::SnapshotsController", :action => "create"}
####### GET /v2/service_instances/:service_guid/snapshots {:controller => "VCAP::CloudController::SnapshotsController", :action => "index"}
####### 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:0x007fb2ff0f1f18@/Users/nota/repos/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:0x007fb2ff0eb898@/Users/nota/repos/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:0x007fb2ff0e9598@/Users/nota/repos/ccng-routes/cloud_controller_ng/lib/cloud_controller/rest_controller/routes.rb:68>"}
####### GET /v3/apps {:controller => "VCAP::CloudController::AppsV3Controller", :action => "list"}
####### GET /v3/apps/:guid {:controller => "VCAP::CloudController::AppsV3Controller", :action => "show"}
####### POST /v3/apps {:controller => "VCAP::CloudController::AppsV3Controller", :action => "create"}
####### PATCH /v3/apps/:guid {:controller => "VCAP::CloudController::AppsV3Controller", :action => "update"}
####### DELETE /v3/apps/:guid {:controller => "VCAP::CloudController::AppsV3Controller", :action => "delete"}
####### PUT /v3/apps/:guid/start {:controller => "VCAP::CloudController::AppsV3Controller", :action => "start"}
####### PUT /v3/apps/:guid/stop {:controller => "VCAP::CloudController::AppsV3Controller", :action => "stop"}
####### GET /v3/apps/:guid/env {:controller => "VCAP::CloudController::AppsV3Controller", :action => "env"}
####### PUT /v3/apps/:guid/current_droplet {:controller => "VCAP::CloudController::AppsV3Controller", :action => "assign_current_droplet"}
####### GET /v3/apps/:guid/packages {:controller => "VCAP::CloudController::AppsPackagesController", :action => "list_packages"}
####### POST /v3/apps/:guid/packages {:controller => "VCAP::CloudController::AppsPackagesController", :action => "create"}
####### GET /v3/apps/:guid/processes {:controller => "VCAP::CloudController::AppsProcessesController", :action => "list_processes"}
####### GET /v3/apps/:guid/processes/:type {:controller => "VCAP::CloudController::AppsProcessesController", :action => "show"}
####### PUT /v3/apps/:guid/processes/:type/scale {:controller => "VCAP::CloudController::AppsProcessesController", :action => "scale"}
####### DELETE /v3/apps/:guid/processes/:type/instances/:index {:controller => "VCAP::CloudController::AppsProcessesController", :action => "terminate"}
####### GET /v3/apps/:guid/routes {:controller => "VCAP::CloudController::AppsRoutesController", :action => "list"}
####### PUT /v3/apps/:guid/routes {:controller => "VCAP::CloudController::AppsRoutesController", :action => "add_route"}
####### DELETE /v3/apps/:guid/routes {:controller => "VCAP::CloudController::AppsRoutesController", :action => "delete"}
####### GET /v3/droplets {:controller => "VCAP::CloudController::DropletsController", :action => "list"}
####### GET /v3/droplets/:guid {:controller => "VCAP::CloudController::DropletsController", :action => "show"}
####### DELETE /v3/droplets/:guid {:controller => "VCAP::CloudController::DropletsController", :action => "delete"}
####### GET /v3/packages {:controller => "VCAP::CloudController::PackagesController", :action => "list"}
####### POST /v3/packages/:guid/upload {:controller => "VCAP::CloudController::PackagesController", :action => "upload"}
####### GET /v3/packages/:guid/download {:controller => "VCAP::CloudController::PackagesController", :action => "download"}
####### GET /v3/packages/:guid {:controller => "VCAP::CloudController::PackagesController", :action => "show"}
####### DELETE /v3/packages/:guid {:controller => "VCAP::CloudController::PackagesController", :action => "delete"}
####### POST /v3/packages/:guid/droplets {:controller => "VCAP::CloudController::PackagesController", :action => "stage"}
####### GET /v3/processes {:controller => "VCAP::CloudController::ProcessesController", :action => "list"}
####### GET /v3/processes/:guid {:controller => "VCAP::CloudController::ProcessesController", :action => "show"}
####### PATCH /v3/processes/:guid {:controller => "VCAP::CloudController::ProcessesController", :action => "update"}
####### DELETE /v3/processes/:guid/instances/:index {:controller => "VCAP::CloudController::ProcessesController", :action => "terminate"}
####### PUT /v3/processes/:guid/scale {:controller => "VCAP::CloudController::ProcessesController", :action => "scale"}
####### 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"}
####### POST /services {:controller => "VCAP::CloudController::LegacyService", :action => "create"}
####### GET /services/:name {:controller => "VCAP::CloudController::LegacyService", :action => "read"}
####### DELETE /services/:name {:controller => "VCAP::CloudController::LegacyService", :action => "delete"}
####### GET /services/v1/offerings {:controller => "VCAP::CloudController::LegacyService", :action => "enumerate_offerings"}
####### GET /services/v1/offerings/:label_and_version/handles {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "list_handles"}
####### GET /services/v1/offerings/:label_and_version/:provider/handles {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "list_handles"}
####### GET /services/v1/offerings/:label_and_version/:provider {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "get"}
####### GET /services/v1/offerings/:label_and_version {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "get"}
####### 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"}
####### POST /services/v1/offerings {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "create_offering"}
####### POST /services/v1/offerings/:label_and_version/handles/:id {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "update_handle"}
####### POST /services/v1/offerings/:label_and_version/:provider/handles/:id {:controller => "VCAP::CloudController::LegacyServiceGateway", :action => "update_handle"}
####### 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