Skip to main content Skip to complementary content
Close announcements banner

Start a new validation task for a container

Starts a new validation task for a given container and returns its ID.
Request
POST /services/rest/tasks/staging/{container}
Parameters
  • container: This is a String value which represents the name of the container.
  • model: This is a String value which represents the name of the MDM data model.
Headers
  • Accept: text/plain
  • Authorization: Basic Authentication scheme
Response The ID of the new validation task.
Status
  • 200 OK: The operation is executed successfully.
  • 401 UNAUTHORIZED: Login fails, invalid username or password.
  • 500 INTERNAL SERVER ERROR: Other errors.

Sample response

This REST API returns the ID of the new validation task, like the following:
2ff91416-b25b-4cbb-8fb1-45bc12f34806

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!