CDAP Microservices API

The CDAP HTTP RESTful API, documented as "Microservices". All endpoints sit under a /v3 path prefix on a self-hosted CDAP router (default port 11015, or 10443 when SSL is enabled), and are scoped by namespace (/v3/namespaces//...). When security is enabled every call must carry an Authorization: Bearer header issued by the CDAP authentication server.

API entry from apis.yml

apis.yml Raw ↑
aid: cask:cdap-microservices
name: CDAP Microservices API
description: 'The CDAP HTTP RESTful API, documented as "Microservices". All endpoints sit under a /v3
  path prefix on a self-hosted CDAP router (default port 11015, or 10443 when SSL is enabled), and are
  scoped by namespace (/v3/namespaces/<namespace-id>/...). When security is enabled every call must carry
  an Authorization: Bearer <access-token> header issued by the CDAP authentication server.'
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477692124/Microservices+Introduction
baseURL: http://localhost:11015/v3
x-deployment: self-hosted
x-base-url-note: CDAP is self-hosted software; there is no vendor-operated public API host. The documented
  base URL is http://<host>:<port> where port defaults to 11015 (router.bind.port), or 10443 when SSL
  is enabled (router.ssl.server.port). localhost:11015 is the value CDAP's own documentation uses in its
  curl examples.
tags:
- CDAP
- REST
- Microservices
properties:
- type: Documentation
  url: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477593807/CDAP+Microservices+Guide
- type: APIReference
  url: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477692124/Microservices+Introduction
- type: Authentication
  url: authentication/cask-authentication.yml
- type: ErrorCatalog
  url: errors/cask-problem-types.yml