Beta Adds images to an existing group where you can share them with other members.
-
Run the List share groups operation to get the
idyou should use as the(sharegroupId)path parameter that identifies an existing share group. -
Run the Get an image operation to see the existing images'
idvalues. If needed, Create an image or Upload an image. -
You can set a
labelanddescriptionfor each image, visible to all group members. If omitted, the shared image keeps the original image's details. Note that when you Update the original image, it has no effect on a shared image's details within any groups.
This operation is in Beta and available from the
v4betaURL.
Permissions and scopes
To call this operation, you need the following:
-
OAuth scopes. Your user needs these scopes assigned. Learn more.
- Scopes:
images:read_write
- Scopes:
CLI
linode-cli image-sharegroups image-add 123 \
--images '[{"id": "private/15", "label": "Linux Debian", "description": "Official Debian Linux image for server deployment"}]'