Viewing the List of Shared Images

Function

View the list of shared images.

URI

GET /v2/manage/shared-repositories?filter=center::{center}|name::{name}|limit::{limit}|offset::{offset}

For details about parameters, see Table 1.

Table 1 Parameter description

Parameter

Mandatory

Type

Description

center

Yes

String

  • self: images shared by you.
  • thirdparty: images shared with you by others.

name

No

String

Image repository name.

limit

No

String

Number of returned records. Ensure that the offset and limit parameters are used together.

offset

No

String

Start index. Ensure that the offset and limit parameters are used together.

Request

Response

Status Code

Status Code

Description

200

Request successful.

400

Request error. Error information is returned.

401

Authentication failed.

500

Internal error. Error information is returned.