Created
March 16, 2014 13:46
-
-
Save nota-ja/9583494 to your computer and use it in GitHub Desktop.
API documentation of Cloud Foundry Cloud Controller NG using https://github.com/cloudfoundry/cloud_controller_ng#api-documentation on https://github.com/cloudfoundry/cloud_controller_ng/tree/cee5e918f9126ee99fd337d40fe91634200c667c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Cloud Foundry API</title> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"></link> | |
<style> | |
body { | |
margin-left: auto; | |
margin-right: auto; | |
width: 900px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="container"> | |
<h1>Cloud Foundry API</h1> | |
<div class="article"> | |
<h2>App Usage Events (experimental)</h2> | |
<ul> | |
<li> | |
<a href="app_usage_events_(experimental)/list_app_usage_events.html">List app usage events</a> | |
</li> | |
<li> | |
<a href="app_usage_events_(experimental)/purge_and_reseed_app_usage_events.html">Purge and reseed app usage events</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Apps</h2> | |
<ul> | |
<li> | |
<a href="apps/creating_an_app.html">Creating an app</a> | |
</li> | |
<li> | |
<a href="apps/delete_a_particular_app.html">Delete a Particular App</a> | |
</li> | |
<li> | |
<a href="apps/downloads_the_bits_for_an_app.html">Downloads the bits for an app</a> | |
</li> | |
<li> | |
<a href="apps/list_all_apps.html">List all Apps</a> | |
</li> | |
<li> | |
<a href="apps/retrieve_a_particular_app.html">Retrieve a Particular App</a> | |
</li> | |
<li> | |
<a href="apps/set_a_admin_buildpack_for_an_application_by_sending_the_name_of_an_existing_buildpack.html">Set a admin buildpack for an Application (by sending the name of an existing buildpack)</a> | |
</li> | |
<li> | |
<a href="apps/set_a_custom_buildpack_url_for_an_application.html">Set a custom buildpack URL for an Application</a> | |
</li> | |
<li> | |
<a href="apps/uploads_the_bits_for_an_app.html">Uploads the bits for an app</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Buildpacks (experimental)</h2> | |
<ul> | |
<li> | |
<a href="buildpacks_(experimental)/change_the_position_of_a_buildpack.html">Change the position of a buildpack</a> | |
</li> | |
<li> | |
<a href="buildpacks_(experimental)/creates_an_admin_buildpack.html">Creates an admin buildpack</a> | |
</li> | |
<li> | |
<a href="buildpacks_(experimental)/delete_a_particular_buildpack.html">Delete a Particular Buildpack</a> | |
</li> | |
<li> | |
<a href="buildpacks_(experimental)/enable_or_disable_a_buildpack.html">Enable or disable a buildpack</a> | |
</li> | |
<li> | |
<a href="buildpacks_(experimental)/list_all_buildpacks.html">List all Buildpacks</a> | |
</li> | |
<li> | |
<a href="buildpacks_(experimental)/lock_or_unlock_a_buildpack.html">Lock or unlock a buildpack</a> | |
</li> | |
<li> | |
<a href="buildpacks_(experimental)/retrieve_a_particular_buildpack.html">Retrieve a Particular Buildpack</a> | |
</li> | |
<li> | |
<a href="buildpacks_(experimental)/upload_the_bits_for_an_admin_buildpack.html">Upload the bits for an admin buildpack</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Domains (deprecated)</h2> | |
<ul> | |
<li> | |
<a href="domains_(deprecated)/delete_a_particular_domain.html">Delete a Particular Domain</a> | |
</li> | |
<li> | |
<a href="domains_(deprecated)/list_all_domains.html">List all Domains</a> | |
</li> | |
<li> | |
<a href="domains_(deprecated)/retrieve_a_particular_domain.html">Retrieve a Particular Domain</a> | |
</li> | |
<li> | |
<a href="domains_(deprecated)/creates_a_domain_owned_by_the_given_organization.html">creates a domain owned by the given organization</a> | |
</li> | |
<li> | |
<a href="domains_(deprecated)/creates_a_shared_domain.html">creates a shared domain</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Events (experimental)</h2> | |
<ul> | |
<li> | |
<a href="events_(experimental)/list_all_events.html">List all Events</a> | |
</li> | |
<li> | |
<a href="events_(experimental)/list_app_create_events.html">List app create events</a> | |
</li> | |
<li> | |
<a href="events_(experimental)/list_app_delete_events.html">List app delete events</a> | |
</li> | |
<li> | |
<a href="events_(experimental)/list_app_exited_events.html">List app exited events</a> | |
</li> | |
<li> | |
<a href="events_(experimental)/list_app_update_events.html">List app update events</a> | |
</li> | |
<li> | |
<a href="events_(experimental)/list_space_create_events.html">List space create events</a> | |
</li> | |
<li> | |
<a href="events_(experimental)/list_space_delete_events.html">List space delete events</a> | |
</li> | |
<li> | |
<a href="events_(experimental)/list_space_update_events.html">List space update events</a> | |
</li> | |
<li> | |
<a href="events_(experimental)/retrieve_a_particular_event.html">Retrieve a Particular Event</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Jobs</h2> | |
<ul> | |
<li> | |
<a href="jobs/retrieve_job_error_message.html">Retrieve Job Error message</a> | |
</li> | |
<li> | |
<a href="jobs/retrieve_job_error_message.html">Retrieve Job Error message</a> | |
</li> | |
<li> | |
<a href="jobs/retrieve_job_error_message.html">Retrieve Job Error message</a> | |
</li> | |
<li> | |
<a href="jobs/retrieve_the_job.html">Retrieve the Job</a> | |
</li> | |
<li> | |
<a href="jobs/retrieve_the_job_.html">Retrieve the Job </a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Private Domains</h2> | |
<ul> | |
<li> | |
<a href="private_domains/create_a_domain_owned_by_the_given_organization.html">Create a domain owned by the given organization</a> | |
</li> | |
<li> | |
<a href="private_domains/delete_a_particular_private_domain.html">Delete a Particular Private_domain</a> | |
</li> | |
<li> | |
<a href="private_domains/filtering_the_result_set_by_name.html">Filtering the result set by name</a> | |
</li> | |
<li> | |
<a href="private_domains/list_all_private_domains.html">List all Private Domains</a> | |
</li> | |
<li> | |
<a href="private_domains/retrieve_a_particular_private_domain.html">Retrieve a Particular Private_domain</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Quota Definitions</h2> | |
<ul> | |
<li> | |
<a href="quota_definitions/creating_a_quota_definition.html">Creating a quota definition</a> | |
</li> | |
<li> | |
<a href="quota_definitions/delete_a_particular_quota_definition.html">Delete a Particular Quota_definition</a> | |
</li> | |
<li> | |
<a href="quota_definitions/list_all_quota_definitions.html">List all Quota Definitions</a> | |
</li> | |
<li> | |
<a href="quota_definitions/retrieve_a_particular_quota_definition.html">Retrieve a Particular Quota_definition</a> | |
</li> | |
<li> | |
<a href="quota_definitions/updating_a_quota_definition.html">Updating a quota definition</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Service Brokers</h2> | |
<ul> | |
<li> | |
<a href="service_brokers/create_a_service_broker.html">Create a service broker</a> | |
</li> | |
<li> | |
<a href="service_brokers/delete_a_service_broker.html">Delete a service broker</a> | |
</li> | |
<li> | |
<a href="service_brokers/list_all_service_brokers.html">List all service brokers</a> | |
</li> | |
<li> | |
<a href="service_brokers/update_a_service_broker.html">Update a service broker</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Service Instances</h2> | |
<ul> | |
<li> | |
<a href="service_instances/migrate_instances_from_one_plan_to_another_plan_experimental.html">Migrate instances from one plan to another plan (experimental)</a> | |
</li> | |
<li> | |
<a href="service_instances/retrieving_permissions_on_a_service_instance.html">Retrieving permissions on a service instance</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>ServiceAuthTokens</h2> | |
<ul> | |
<li> | |
<a href="serviceauthtokens/delete_a_particular_service_auth_token.html">Delete a Particular Service_auth_token</a> | |
</li> | |
<li> | |
<a href="serviceauthtokens/filtering_the_result_set_by_label.html">Filtering the result set by label</a> | |
</li> | |
<li> | |
<a href="serviceauthtokens/filtering_the_result_set_by_provider.html">Filtering the result set by provider</a> | |
</li> | |
<li> | |
<a href="serviceauthtokens/list_all_service_auth_tokens.html">List all Service Auth Tokens</a> | |
</li> | |
<li> | |
<a href="serviceauthtokens/retrieve_a_particular_service_auth_token.html">Retrieve a Particular Service_auth_token</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Services</h2> | |
<ul> | |
<li> | |
<a href="services/creating_a_service_deprecated.html">Creating a service (deprecated)</a> | |
</li> | |
<li> | |
<a href="services/delete_a_particular_services.html">Delete a Particular Services</a> | |
</li> | |
<li> | |
<a href="services/list_all_services.html">List all Services</a> | |
</li> | |
<li> | |
<a href="services/retrieve_a_particular_services.html">Retrieve a Particular Services</a> | |
</li> | |
<li> | |
<a href="services/updating_a_service_deprecated.html">Updating a service (deprecated)</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Services Plans</h2> | |
<ul> | |
<li> | |
<a href="services_plans/creating_a_service_plan_deprecated.html">Creating a service plan (deprecated)</a> | |
</li> | |
<li> | |
<a href="services_plans/delete_a_particular_service_plans.html">Delete a Particular Service_plans</a> | |
</li> | |
<li> | |
<a href="services_plans/list_all_service_plans.html">List all Service Plans</a> | |
</li> | |
<li> | |
<a href="services_plans/retrieve_a_particular_service_plans.html">Retrieve a Particular Service_plans</a> | |
</li> | |
<li> | |
<a href="services_plans/updating_a_service_plan_deprecated.html">Updating a service plan (deprecated)</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Shared Domains</h2> | |
<ul> | |
<li> | |
<a href="shared_domains/create_a_shared_domain.html">Create a shared domain</a> | |
</li> | |
<li> | |
<a href="shared_domains/delete_a_particular_shared_domain.html">Delete a Particular Shared_domain</a> | |
</li> | |
<li> | |
<a href="shared_domains/filtering_the_result_set_by_name.html">Filtering the result set by name</a> | |
</li> | |
<li> | |
<a href="shared_domains/list_all_shared_domains.html">List all Shared Domains</a> | |
</li> | |
<li> | |
<a href="shared_domains/retrieve_a_particular_shared_domain.html">Retrieve a Particular Shared_domain</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Spaces</h2> | |
<ul> | |
<li> | |
<a href="spaces/creating_a_space.html">Creating a space</a> | |
</li> | |
<li> | |
<a href="spaces/delete_a_particular_space.html">Delete a Particular Space</a> | |
</li> | |
<li> | |
<a href="spaces/list_all_spaces.html">List all Spaces</a> | |
</li> | |
<li> | |
<a href="spaces/list_all_routes_for_a_space.html">List all routes for a space</a> | |
</li> | |
<li> | |
<a href="spaces/retrieve_a_particular_space.html">Retrieve a Particular Space</a> | |
</li> | |
<li> | |
<a href="spaces/update_a_space.html">Update a space</a> | |
</li> | |
</ul> | |
</div> | |
<div class="article"> | |
<h2>Users</h2> | |
<ul> | |
<li> | |
<a href="users/delete_a_particular_user.html">Delete a Particular User</a> | |
</li> | |
<li> | |
<a href="users/list_all_users.html">List all Users</a> | |
</li> | |
<li> | |
<a href="users/retrieve_a_particular_user.html">Retrieve a Particular User</a> | |
</li> | |
<li> | |
<a href="users/update_a_users_default_space.html">Update a User's default space</a> | |
</li> | |
</ul> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed there's no spec/api/documentation in CC repo, how did you solve this?