openstacksdk/doc/source/user/proxies/image_v2.rst
jihyun huh c2600c35b7 image: Add support for metadef property operations
Like placement's resource provider inventory API and keystone's old
extensions API, this is yet another example of an API that returns an
object with property names as keys and all other attributes as the
values, e.g. we see:

  {
    "os_admin_user": { ... },
    ...
  }

rather than:

  [
    {
      "name": "os_admin_user",
      ...
    },
    ,,,
  ]

Change-Id: I8e2ae8545cfaf32ced6d086a0921732f16282216
Co-authored-by: KIM SOJUNG <thwjd2717@gmail.com>
Co-authored-by: GA EUM KIM <rkdms7220@naver.com>
Co-authored-by: EunYoung Kim <lilac94.kim@gmail.com>
Co-authored-by: hyemin Choi <dropmoon3523@gmail.com>
Co-authored-by: Antonia Gaete <antoniagaete@osuosl.org>
Co-authored-by: YeJun, Jung <yejun614@naver.com>
2023-10-04 17:40:42 +01:00

3.1 KiB

Image API v2

For details on how to use image, see /user/guides/image

openstack.image.v2._proxy

The Image v2 Class

The image high-level interface is available through the image member of a ~openstack.connection.Connection object. The image member will only be added if the service is detected.

Image Operations

openstack.image.v2._proxy.Proxy

Member Operations

openstack.image.v2._proxy.Proxy

Task Operations

openstack.image.v2._proxy.Proxy

Schema Operations

openstack.image.v2._proxy.Proxy

Service Info Discovery Operations

openstack.image.v2._proxy.Proxy

Metadef Namespace Operations

openstack.image.v2._proxy.Proxy

Metadef Object Operations

openstack.image.v2._proxy.Proxy

Metadef Resource Type Operations

openstack.image.v2._proxy.Proxy

Metadef Property Operations

openstack.image.v2._proxy.Proxy

Helpers

openstack.image.v2._proxy.Proxy

Cache Operations

openstack.image.v2._proxy.Proxy