File: cache-manage-parameters.yaml

package info (click to toggle)
glance 2%3A30.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,416 kB
  • sloc: python: 74,906; sh: 175; makefile: 111
file content (25 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cached_images:
  description: |
    A list of cached image JSON objects, possibly empty, where each
    object contains the following fields:

    ``image_id``
        The id of the cached image
    ``hits``
        The number of cache hits for this image.
    ``last_accessed``
        Epoch time when the cached image was most recently accessed.
    ``last_modified``
        Epoch time when the cached image was installed into the cache.
    ``size``
        Size in bytes of the cached image.
  in: body
  required: true
  type: array
queued_images:
  description: |
    A list of image ids, possibly empty, of images queued to be
    cached, listed in the order in which they will be processed.
  in: body
  required: true
  type: array