File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments