Inspect containers

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

Which containers to inspect and the inspection operations to run.

required
object
required
Array of objects [ 1 .. 10 ] items
Responses
200

Containers along with the results of the inspection operations

400

The response for a failed request.

post/models/containers/inspect
Request samples
application/json
{
  • "inspectionOperations": {
    • "involvedViews": {
      },
    • "totalInvolvedViewCount": {
      }
    },
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}