File tree Expand file tree Collapse file tree 1 file changed +4
-21
lines changed
Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,6 @@ schema:
2323 A detailed description of this image.
2424 limit : 0-65000 characters
2525 editable : true
26- status :
27- type : Enum
28- subtype : Status
29- value : available
30- description : The status of the image.
31- filesystem :
32- type : String
33- value : ext4
34- description : The filesystem type of the image.
3526 created :
3627 type : String
3728 value : " 2015-09-29T11:21:01"
@@ -50,15 +41,11 @@ schema:
5041 value : false
5142 filterable : true
5243 description : True if the image is public.
53- last_used :
54- type : String
55- value : " 2017-10-19T11:21:01"
56- description : The last time this image was used.
57- min_deploy_size :
44+ size :
5845 type : Integer
5946 value : 1000
6047 description : The minimum size this image needs to deploy.
61- creator :
48+ created_by :
6249 type : String
6350 value : your_username
6451 description : The name of the user who created this image, or linode for official images.
@@ -69,10 +56,6 @@ schema:
6956 None for private images.
7057 filterable : true
7158enums :
72- Status :
73- creating : creating
74- available : available
75- deleted : deleted
7659 Type :
77- 0 : Image was created manually
78- 1 : Image was created automatically from a deleted Linode
60+ manual : Image was created manually
61+ automatic : Image was created automatically from a deleted Linode
You can’t perform that action at this time.
0 commit comments