Test Data Manager

 View Only
  • 1.  API to publish data to DB

    Posted Dec 06, 2019 07:20 AM
    http://localhost:8080/TDMJobService/api/ca/v1/jobs

    I am using the above api to publisg data into DB, with the method described as in the below link

    https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/continuous-testing/test-data-management/4-8-1/reference/rest-api-reference/use-apis-to-prepare-test-data-for-non-relational-sources.html#concept.dita_91bbd2a8b9f07733d09291a1b48766779496089b_publishdata

    Using the following steps.  

    1. Get token
    2. Connect to Travel_e
    3. Create Project
    4. Create Version
    5. Register tables
    6. Create Data Generator
    7. Get the registered Table ID
    8. Write Data Generation rules
    9. Publish Data
    10. Get the status of the published data

    All steps untill Publish Data works fine. When I run the status check (step 10), I get inconsistent table definitions error in the response body. For the same project, version and generator, I am able to publish manually from portal without any issue. COuld someone kindly help.