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:
23
23
A detailed description of this image.
24
24
limit : 0-65000 characters
25
25
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.
35
26
created :
36
27
type : String
37
28
value : " 2015-09-29T11:21:01"
@@ -50,15 +41,11 @@ schema:
50
41
value : false
51
42
filterable : true
52
43
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 :
58
45
type : Integer
59
46
value : 1000
60
47
description : The minimum size this image needs to deploy.
61
- creator :
48
+ created_by :
62
49
type : String
63
50
value : your_username
64
51
description : The name of the user who created this image, or linode for official images.
@@ -69,10 +56,6 @@ schema:
69
56
None for private images.
70
57
filterable : true
71
58
enums :
72
- Status :
73
- creating : creating
74
- available : available
75
- deleted : deleted
76
59
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