batch-definition
Stores the XML contents to a Batch definition on the Broker.
Example Request
POST http://example.com:8080/livecluster/rest/batch/batch-definition
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
name |
String |
Name of Batch definition |
NewCalculatorServiceExample |
contents |
String |
XML contents of Batch definition |
<?xml version="1.0" encoding="UTF-8"?> |
Example Response
204 no content
Result: The Batch definition is added to the Broker.