Lists image repositories.
GET {{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories?like=<string>
Lists the image repositories under a specified database and schema.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
like | string | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"name":"\"\"\"|?9\"\"j\"\"M\"","database_name":"\"\"\"\"\"w\"\"\"","schema_name":"MIDBw0O7gS","created_on":"\u003cdateTime\u003e","repository_url":"\u003cstring\u003e","owner":"\u003cstring\u003e","owner_role_type":"\u003cstring\u003e"},{"name":"QsPLnZl","database_name":"\"\\\"\"U s\"","schema_name":"\"J\"\"c\"\"\"\"\"\"\"\"\"\"\"\"R\"","created_on":"\u003cdateTime\u003e","repository_url":"\u003cstring\u003e","owner":"\u003cstring\u003e","owner_role_type":"\u003cstring\u003e"}]