Skip to main content
Close announcements banner

Get the number of all completed validation tasks for a container

Gets the number of all completed validation tasks for a given container.
Request
GET /services/rest/tasks/staging/{container}/execs/count
Parameters
  • container: This is a String value which represents the name of the container.
  • before: This is a String value which represents the date in the format of yyyy-MM-ddTHH:mm:ss that limits the search to the validation tasks started before it.
Headers
  • Authorization: Basic Authentication scheme
Response An integer that represents the number of all completed validation tasks for the specified container.
Status
  • 200 OK: The operation is executed successfully.
  • 401 UNAUTHORIZED: Login fails, invalid username or password.
  • 500 INTERNAL SERVER ERROR: Other errors.

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!