Skip to main content Skip to complementary content

Get names of all containers

Availability-noteDeprecated

Gets the names of all containers, including system containers and deployed data containers.

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 MDM user types and system roles.
Request
GET /services/rest/system/containers
Headers
  • Accept: application/json
  • Authorization: Basic Authentication scheme
Response A JSON array that contains the names of all containers.
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.

Sample response

[
  "amaltoOBJECTSRole",
  "amaltoOBJECTSView",
  "amaltoOBJECTSDataModel",
  "UpdateReport",
  "Product"  
]

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!