{ "opencollection": "1.0.0", "info": { "name": "Docker Engine Config System API", "version": "1.54" }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Check auth configuration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/auth" }, "docs": "Validate credentials for a registry and, if available, get an identity\ntoken for accessing the registry without password.\n" }, { "info": { "name": "Get system information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/info" }, "docs": "Get system information" }, { "info": { "name": "Get version", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/version" }, "docs": "Returns the version of Docker that is running and various information about the system that Docker is running on." }, { "info": { "name": "Ping", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/_ping" }, "docs": "This is a dummy endpoint you can use to test if the server is accessible." }, { "info": { "name": "Ping", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/_ping" }, "docs": "This is a dummy endpoint you can use to test if the server is accessible." }, { "info": { "name": "Monitor events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/events", "params": [ { "name": "since", "value": "", "type": "query", "description": "Show events created since this timestamp then stream new events." }, { "name": "until", "value": "", "type": "query", "description": "Show events created until this timestamp then stop streaming." }, { "name": "filters", "value": "", "type": "query", "description": "A JSON encoded value of filters (a `map[string][]string`) to process on the event list. Available filters:\n\n- `config=` config name or ID\n- `container=` container name or ID\n- `daemon=` daemon name or ID\n- `event=` event type\n- `image=` image name or ID\n- `label=` image or container label\n- `network=` network name or ID\n- `node=` node ID\n- `plugin`= plugin name or ID\n- `scope`= local or swarm\n- `secret=` secret name or ID\n- `service=` service name or ID\n- `type=` object to filter by, one of `container`, `image`, `volume`, `network`, `daemon`, `plugin`, `node`, `service`, `secret` or `config`\n- `volume=` volume name\n" } ] }, "docs": "Stream real-time events from the server.\n\nVarious objects within Docker report events when something happens to them.\n\nContainers report these events: `attach`, `commit`, `copy`, `create`, `destroy`, `detach`, `die`, `exec_create`, `exec_detach`, `exec_start`, `exec_die`, `export`, `health_status`, `kill`, `oom`, `pause`, `rename`, `resize`, `restart`, `start`, `stop`, `top`, `unpause`, `update`, and `prune`\n\nImages report these events: `create`, `delete`, `import`, `load`, `pull`, `push`, `save" }, { "info": { "name": "Get data usage information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/system/df", "params": [ { "name": "type", "value": "", "type": "query", "description": "Object types, for which to compute and return data.\n" }, { "name": "verbose", "value": "", "type": "query", "description": "Show detailed information on space usage.\n" } ] }, "docs": "Get data usage information" } ] } ], "bundled": true }