@@ -19,10 +19,10 @@ produces:
19
19
consumes :
20
20
- " application/json"
21
21
- " text/plain"
22
- basePath : " /v1.35 "
22
+ basePath : " /v1.36 "
23
23
info :
24
24
title : " Docker Engine API"
25
- version : " 1.35 "
25
+ version : " 1.36 "
26
26
x-logo :
27
27
url : " https://docs.docker.com/images/logo-docker-main.png"
28
28
description : |
49
49
the URL is not supported by the daemon, a HTTP `400 Bad Request` error message
50
50
is returned.
51
51
52
- If you omit the version-prefix, the current version of the API (v1.35 ) is used.
53
- For example, calling `/info` is the same as calling `/v1.35 /info`. Using the
52
+ If you omit the version-prefix, the current version of the API (v1.36 ) is used.
53
+ For example, calling `/info` is the same as calling `/v1.36 /info`. Using the
54
54
API without a version-prefix is deprecated and will be removed in a future release.
55
55
56
56
Engine releases in the near future should support this version of the API,
@@ -1496,10 +1496,23 @@ definitions:
1496
1496
type : " string"
1497
1497
progressDetail :
1498
1498
$ref : " #/definitions/ProgressDetail"
1499
+ aux :
1500
+ $ref : " #/definitions/ImageID"
1501
+
1502
+ ImageID :
1503
+ type : " object"
1504
+ description : " Image ID or Digest"
1505
+ properties :
1506
+ ID :
1507
+ type : " string"
1508
+ example :
1509
+ ID : " sha256:85f05633ddc1c50679be2b16a0479ab6f7637f8884e0cfe0f4d20e1ebb3d6e7c"
1499
1510
1500
1511
CreateImageInfo :
1501
1512
type : " object"
1502
1513
properties :
1514
+ id :
1515
+ type : " string"
1503
1516
error :
1504
1517
type : " string"
1505
1518
status :
@@ -1532,9 +1545,9 @@ definitions:
1532
1545
ProgressDetail :
1533
1546
type : " object"
1534
1547
properties :
1535
- code :
1548
+ current :
1536
1549
type : " integer"
1537
- message :
1550
+ total :
1538
1551
type : " integer"
1539
1552
1540
1553
ErrorResponse :
@@ -4488,6 +4501,8 @@ paths:
4488
4501
description : " Container created successfully"
4489
4502
schema :
4490
4503
type : " object"
4504
+ title : " ContainerCreateResponse"
4505
+ description : " OK response to ContainerCreate operation"
4491
4506
required : [Id, Warnings]
4492
4507
properties :
4493
4508
Id :
@@ -4536,6 +4551,7 @@ paths:
4536
4551
description : " no error"
4537
4552
schema :
4538
4553
type : " object"
4554
+ title : " ContainerInspectResponse"
4539
4555
properties :
4540
4556
Id :
4541
4557
description : " The ID of the container"
@@ -4820,6 +4836,8 @@ paths:
4820
4836
description : " no error"
4821
4837
schema :
4822
4838
type : " object"
4839
+ title : " ContainerTopResponse"
4840
+ description : " OK response to ContainerTop operation"
4823
4841
properties :
4824
4842
Titles :
4825
4843
description : " The ps column titles"
@@ -4980,6 +4998,8 @@ paths:
4980
4998
items :
4981
4999
type : " object"
4982
5000
x-go-name : " ContainerChangeResponseItem"
5001
+ title : " ContainerChangeResponseItem"
5002
+ description : " change item in response to ContainerChanges operation"
4983
5003
required : [Path, Kind]
4984
5004
properties :
4985
5005
Path :
@@ -5358,6 +5378,8 @@ paths:
5358
5378
description : " The container has been updated."
5359
5379
schema :
5360
5380
type : " object"
5381
+ title : " ContainerUpdateResponse"
5382
+ description : " OK response to ContainerUpdate operation"
5361
5383
properties :
5362
5384
Warnings :
5363
5385
type : " array"
@@ -5711,6 +5733,8 @@ paths:
5711
5733
description : " The container has exit."
5712
5734
schema :
5713
5735
type : " object"
5736
+ title : " ContainerWaitResponse"
5737
+ description : " OK response to ContainerWait operation"
5714
5738
required : [StatusCode]
5715
5739
properties :
5716
5740
StatusCode :
@@ -5956,6 +5980,7 @@ paths:
5956
5980
description : " No error"
5957
5981
schema :
5958
5982
type : " object"
5983
+ title : " ContainerPruneResponse"
5959
5984
properties :
5960
5985
ContainersDeleted :
5961
5986
description : " Container IDs that were deleted"
@@ -6209,6 +6234,7 @@ paths:
6209
6234
description : " No error"
6210
6235
schema :
6211
6236
type : " object"
6237
+ title : " BuildPruneResponse"
6212
6238
properties :
6213
6239
SpaceReclaimed :
6214
6240
description : " Disk space reclaimed in bytes"
@@ -6394,6 +6420,8 @@ paths:
6394
6420
items :
6395
6421
type : " object"
6396
6422
x-go-name : HistoryResponseItem
6423
+ title : " HistoryResponseItem"
6424
+ description : " individual image layer information in response to ImageHistory operation"
6397
6425
required : [Id, Created, CreatedBy, Tags, Size, Comment]
6398
6426
properties :
6399
6427
Id :
@@ -6600,6 +6628,7 @@ paths:
6600
6628
type : " array"
6601
6629
items :
6602
6630
type : " object"
6631
+ title : " ImageSearchResponseItem"
6603
6632
properties :
6604
6633
description :
6605
6634
type : " string"
@@ -6675,6 +6704,7 @@ paths:
6675
6704
description : " No error"
6676
6705
schema :
6677
6706
type : " object"
6707
+ title : " ImagePruneResponse"
6678
6708
properties :
6679
6709
ImagesDeleted :
6680
6710
description : " Images that were deleted"
@@ -6702,6 +6732,7 @@ paths:
6702
6732
description : " An identity token was generated successfully."
6703
6733
schema :
6704
6734
type : " object"
6735
+ title : " SystemAuthResponse"
6705
6736
required : [Status]
6706
6737
properties :
6707
6738
Status :
@@ -6756,6 +6787,7 @@ paths:
6756
6787
description : " no error"
6757
6788
schema :
6758
6789
type : " object"
6790
+ title : " SystemVersionResponse"
6759
6791
properties :
6760
6792
Platform :
6761
6793
type : " object"
@@ -6908,7 +6940,7 @@ paths:
6908
6940
6909
6941
Various objects within Docker report events when something happens to them.
6910
6942
6911
- Containers report these events: `attach`, `commit`, `copy`, `create`, `destroy`, `detach`, `die`, `exec_create`, `exec_detach`, `exec_start`, `export`, `health_status`, `kill`, `oom`, `pause`, `rename`, `resize`, `restart`, `start`, `stop`, `top`, `unpause`, and `update`
6943
+ Containers 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`, and `update`
6912
6944
6913
6945
Images report these events: `delete`, `import`, `load`, `pull`, `push`, `save`, `tag`, and `untag`
6914
6946
@@ -6934,6 +6966,7 @@ paths:
6934
6966
description : " no error"
6935
6967
schema :
6936
6968
type : " object"
6969
+ title : " SystemEventsResponse"
6937
6970
properties :
6938
6971
Type :
6939
6972
description : " The type of object emitting the event"
@@ -7017,6 +7050,7 @@ paths:
7017
7050
description : " no error"
7018
7051
schema :
7019
7052
type : " object"
7053
+ title : " SystemDataUsageResponse"
7020
7054
properties :
7021
7055
LayersSize :
7022
7056
type : " integer"
@@ -7375,7 +7409,12 @@ paths:
7375
7409
description : " No error"
7376
7410
schema :
7377
7411
type : " object"
7412
+ title : " ExecInspectResponse"
7378
7413
properties :
7414
+ CanRemove :
7415
+ type : " boolean"
7416
+ DetachKeys :
7417
+ type : " string"
7379
7418
ID :
7380
7419
type : " string"
7381
7420
Running :
@@ -7441,6 +7480,7 @@ paths:
7441
7480
description : " Summary volume data that matches the query"
7442
7481
schema :
7443
7482
type : " object"
7483
+ title : " VolumeListResponse"
7444
7484
required : [Volumes, Warnings]
7445
7485
properties :
7446
7486
Volumes :
@@ -7622,6 +7662,7 @@ paths:
7622
7662
description : " No error"
7623
7663
schema :
7624
7664
type : " object"
7665
+ title : " VolumePruneResponse"
7625
7666
properties :
7626
7667
VolumesDeleted :
7627
7668
description : " Volumes that were deleted"
@@ -7800,6 +7841,7 @@ paths:
7800
7841
description : " No error"
7801
7842
schema :
7802
7843
type : " object"
7844
+ title : " NetworkCreateResponse"
7803
7845
properties :
7804
7846
Id :
7805
7847
description : " The ID of the created network."
@@ -8002,6 +8044,7 @@ paths:
8002
8044
description : " No error"
8003
8045
schema :
8004
8046
type : " object"
8047
+ title : " NetworkPruneResponse"
8005
8048
properties :
8006
8049
NetworksDeleted :
8007
8050
description : " Networks that were deleted"
@@ -8053,6 +8096,7 @@ paths:
8053
8096
items :
8054
8097
description : " Describes a permission the user has to accept upon installing the plugin."
8055
8098
type : " object"
8099
+ title : " PluginPrivilegeItem"
8056
8100
properties :
8057
8101
Name :
8058
8102
type : " string"
@@ -8755,6 +8799,7 @@ paths:
8755
8799
description : " no error"
8756
8800
schema :
8757
8801
type : " object"
8802
+ title : " UnlockKeyResponse"
8758
8803
properties :
8759
8804
UnlockKey :
8760
8805
description : " The swarm's unlock key."
@@ -8846,6 +8891,7 @@ paths:
8846
8891
description : " no error"
8847
8892
schema :
8848
8893
type : " object"
8894
+ title : " ServiceCreateResponse"
8849
8895
properties :
8850
8896
ID :
8851
8897
description : " The ID of the created service."
@@ -9513,13 +9559,7 @@ paths:
9513
9559
201 :
9514
9560
description : " no error"
9515
9561
schema :
9516
- type : " object"
9517
- properties :
9518
- ID :
9519
- description : " The ID of the created secret."
9520
- type : " string"
9521
- example :
9522
- ID : " ktnbjxoalbkvbvedmg1urrz8h"
9562
+ $ref : " #/definitions/IdResponse"
9523
9563
409 :
9524
9564
description : " name conflicts with an existing object"
9525
9565
schema :
@@ -9718,13 +9758,7 @@ paths:
9718
9758
201 :
9719
9759
description : " no error"
9720
9760
schema :
9721
- type : " object"
9722
- properties :
9723
- ID :
9724
- description : " The ID of the created config."
9725
- type : " string"
9726
- example :
9727
- ID : " ktnbjxoalbkvbvedmg1urrz8h"
9761
+ $ref : " #/definitions/IdResponse"
9728
9762
409 :
9729
9763
description : " name conflicts with an existing object"
9730
9764
schema :
@@ -9870,6 +9904,7 @@ paths:
9870
9904
schema :
9871
9905
type : " object"
9872
9906
x-go-name : DistributionInspect
9907
+ title : " DistributionInspectResponse"
9873
9908
required : [Descriptor, Platforms]
9874
9909
properties :
9875
9910
Descriptor :
0 commit comments