v1

latestOpenAPI 3.0.02026-07-1410578280.2 KB
Container

Get changes on a container’s filesystem

Returns which files in a container's filesystem have been added, deleted, or modified. The Kind of modification can be one of:

  • 0: Modified
  • 1: Added
  • 2: Deleted
get/containers/{id}/changes

Path parameters

idstring required

ID or name of the container

Response

The list of changes

Kind0 | 1 | 2 required

Kind of change

Pathstring required

Path to file that has changed