Create or update containers

Add or update (upsert) containers. For unchanged container specifications, the operation completes without making any changes. We will not update the lastUpdatedTime value for containers that remain unchanged.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

Containers to add or update.

required
Array of objects (ContainerCreateDefinition) [ 1 .. 100 ] items

List of containers to create/update

Responses
200

List of containers

400

The response for a failed request.

409

View conflict

post/models/containers
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}