Skip to main content
Close announcements banner

Check if a container has the staging area

Checks if a specified system or data container is configured with the staging storage.

Information noteNote: Only the Super Admin type users with the administration role have access to this API. For more information about MDM user types, see the related description in Talend Administration Center User Guide.
Request
GET /services/rest/system/containers/{containerName}/hasStaging
Parameters
  • containerName: This is a String value which represents the name of the container to be checked.
Headers
  • Authorization: Basic Authentication scheme
Response Returns true if the specified container is configured with the staging storage, false otherwise.
Status
  • 200 OK: The operation is executed successfully.
  • 401 UNAUTHORIZED: Login fails, invalid username or password.
  • 403 FORBIDDEN: Missing required permission.
  • 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!