api.imagestore.base

/imagestore

api.imagestore.base.views.imagestore_list(*args, **kwargs)

List (GET) or refresh (PUT) information about disk image repositories.

Note

Disk image repositories can be configured by modifying the VMS_IMAGE_REPOSITORIES global setting.

Note

If a global image server (VMS_IMAGE_VM) is configured in the system, the list will automatically include a local repository named after the image server (requires SuperAdmin permission).

GET /imagestore
DC-bound?:
Permissions:
Asynchronous?:
Parameters:
  • data.full (boolean) – Return list of objects with all image repository details (default: false)
Status Codes:
PUT /imagestore
DC-bound?:
Permissions:
Asynchronous?:
Status Codes:

/imagestore/(name)

api.imagestore.base.views.imagestore_manage(*args, **kwargs)

Show (GET) or refresh (PUT) information about a disk image repository.

Note

Disk image repositories can be configured by modifying the VMS_IMAGE_REPOSITORIES global setting.

GET /imagestore/(name)
DC-bound?:
Permissions:
Asynchronous?:
Parameters:
  • name (string) – required - Image repository name
Status Codes:
PUT /imagestore/(name)
DC-bound?:
Permissions:
Asynchronous?:
Parameters:
  • name (string) – required - Image repository name
Status Codes: