...
Type | Path | Replaced By |
---|---|---|
GET | /v3/templates | /v3/namespaces/<namespace-id>/artifacts?scope=system |
GET | /v3/templates/<template-name> | /v3/namespaces/<namespace-id>/artifacts/[cdap-etl-batch | cdap-etl-realtime]?scope=system |
GET | /v3/templates/<template-name>/extensions/<plugin-type> | /v3/namespaces/<namespace-id>/artifacts/<artifact-name>/versions/<version>/extensions/<plugin-type> |
GET | /v3/templates/<template-name>/extensions/<plugin-type>/plugins/<plugin-name> | /v3/namespaces/<namespace-id>/artifacts/<artifact-name>/versions/<version>/extensions/<plugin-type>/plugins/<plugin-name> |
PUT | /v3/namespaces/<namespace-id>/templates/<template-id> | POST /v3/namespaces/system/artifacts |
GET | /v3/namespaces/<namespace-id>/adapters | /v3/namespaces/<namespace-id>/apps?artifactName=cdap-etl-batch |
GET | /v3/namespaces/<namespace-id>/adapters/<adapter-name> | /v3/namespaces/<namespace-id>/apps/<app-name> |
POST | /v3/namespaces/<namespace-id>/adapters/<adapter-name>/start | resume workflow schedule api for etl-batch, start worker api for etl-realtime |
POST | /v3/namespaces/<namespace-id>/adapters/<adapter-name>/stop | pause workflow schedule api for etl-batch, stop worker api for etl-realtime |
GET | /v3/namespaces/<namespace-id>/adapters/<adapter-name>/status | workflow schedule status api for etl-batch, worker status api for etl-realtime |
GET | /v3/namespaces/<namespace-id>/adapters/<adapter-name>/runs | workflow runs api for etl-batch, worker runs api for etl-realtime |
GET | /v3/namespaces/<namespace-id>/adapters/<adapter-name>/runs/<run-id> | workflow runs api for etl-batch, worker runs api for etl-realtime |
DELETE | /v3/namespaces/<namespace-id>/adapters/<adapter-name> | /v3/namespaces/<namespace-id>/apps/<app-name> |