Skip to main content

Retrieves a list of registries metadata

GET 

/v1/registries/metadata

Retrieves a list of registries metadata

Request

Query Parameters

    scope string

    Possible values: [system, tenant, all]

    Default value: all

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

An array of registry metadata items

Schema
    items object[]required
  • Array [
  • isDefaultboolean
    isPrivateboolean
    kindstring
    namestring
    scopestring
    uidstring
  • ]
Loading...