AEM as a Cloud Service Tutorials - Configure batch data configuration | AEM Community Blog Seeding | Community
Skip to main content
kautuk_sahni
Community Manager
Community Manager
March 23, 2022

AEM as a Cloud Service Tutorials - Configure batch data configuration | AEM Community Blog Seeding

  • March 23, 2022
  • 0 replies
  • 488 views

BlogImage.jpg

AEM as a Cloud Service Tutorials - Configure batch data configuration by Adobe

Abstract

Create Batch Configuration
The following is the POST endpoint for creating Batch config

/config
The following is the minimum configuration that needs to be specified when creating batch configuration. This needs to be passed as JSON object in the body of the HTTP request

{
"configName": "monthlystatements",
"dataSourceConfigUri": "/conf/batchapi/settings/forms/usc/batch/batchapitutorial",
"outputTypes": [
"PDF"
],
"template": "crx:///content/dam/formsanddocuments/formtemplates/custom_fonts.xdp"

}

Verify Batch configuration
To verify the successful creation of batch configuration, you can make a GET request call to the following endpoint

/config/monthlystatements
You only need to pass an empty JSON object in the body of the HTTP request

Read Full Blog

AEM as a Cloud Service Tutorials - Configure batch data configuration

Q&A

Please use this thread to ask the related questions.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.