Skip to content

Commit d91d0cc

Browse files
authored
Merge pull request #47 from RobertDeRose/feature/remove-linode-imagize
brk: Remove /linode/instances/$id/disk/$id/imagize
2 parents 29e04c9 + 6560d0d commit d91d0cc

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

src/data/endpoints/linodes.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -371,36 +371,6 @@ endpoints:
371371
https://$api_root/$version/linode/instances/$linode_id/disks/$disk_id/password
372372
python: |
373373
disk.reset_root_password('hunter2')
374-
/linode/instances/$id/disks/$id/imagize:
375-
group: Disks
376-
type: Strange
377-
authenticated: true
378-
description: Creates a gold-master image for future deployments.
379-
methods:
380-
POST:
381-
oauth: linodes:modify
382-
response: image
383-
params:
384-
label:
385-
optional: true
386-
description: >
387-
Sets the name of the image shown in the base image list, defaults
388-
to the source disk label.
389-
type: String
390-
value: My gold master image
391-
description:
392-
optional: true
393-
description: An optional description of the created image
394-
type: String
395-
value: This is the image description, it's more descriptive than a label.
396-
examples:
397-
curl: |
398-
curl -H "Content-Type: application/json" \
399-
-H "Authorization: Bearer $TOKEN" \
400-
-X POST -d '{
401-
"label": "My gold master image"
402-
}' \
403-
https://$api_root/$version/linode/instances/$linode_id/disks/$disk_id/imagize
404374
/linode/instances/$id/configs:
405375
group: Configs
406376
authenticated: true

0 commit comments

Comments
 (0)