Cloud Foundry Cloud Controller API v3

The Cloud Controller API v3 is the primary REST control plane for Cloud Foundry. It manages organizations, spaces, applications, processes, builds, droplets, packages, routes, domains, service instances, service brokers, tasks, users, roles, and platform metadata. Authentication is delegated to UAA via OAuth 2.0 bearer tokens.

API entry from apis.yml

apis.yml Raw ↑
aid: cloud-foundry:cloud-controller-api-v3
name: Cloud Foundry Cloud Controller API v3
tags:
- Apps
- PaaS
- Platform
- REST
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://v3-apidocs.cloudfoundry.org/
properties:
- url: https://v3-apidocs.cloudfoundry.org/
  type: Documentation
- url: https://github.com/cloudfoundry/cloud_controller_ng
  type: Source Code
- url: openapi/cloud-foundry-cloud-controller-api-v3-openapi.yml
  type: OpenAPI
description: The Cloud Controller API v3 is the primary REST control plane for Cloud Foundry. It manages
  organizations, spaces, applications, processes, builds, droplets, packages, routes, domains, service
  instances, service brokers, tasks, users, roles, and platform metadata. Authentication is delegated
  to UAA via OAuth 2.0 bearer tokens.