Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Undeploy All Data Flows

Undeploy All Data Flows

Use the POST method to undeploy all data flows in EDS.

POST Request in JSON Format

Generate a POST request. For example, the following POST request deploys a data flow:
POST /api/dataflows/undeployAll Content-Type: application/json Accept: application/json

POST body in JSON format

The body can be one of the following:
{ "forceClean": true }
or
{ "forceClean": false }

POST Response in JSON Format

The following is a sample response for the 200 OK code:
{ "success": true }
The following is a sample response for the 500 Internal Server Error code:
{ "success": false, "errors": [ { "code": INTERNAL_SERVER_ERROR,, "parameters": [{error-message}], "errorMessage": "Failed to undeploy all dataflows. Exception: {error-message}." } ] }

0 COMMENTS

We’d like to hear from you!