Skip to main content
GET
/
ocirepositories
{
  "$schema": "https://example.com/schemas/ListOCIRepositoriesOutputBody.json",
  "pagination": {
    "continue": "<string>"
  },
  "results": [
    {
      "$schema": "https://example.com/schemas/OCIRepository.json",
      "created_by": "<string>",
      "created_on": "2023-11-07T05:31:56Z",
      "last_modified_by": "<string>",
      "last_modified_on": "2023-11-07T05:31:56Z",
      "last_scanned_on": "2023-11-07T05:31:56Z",
      "namespace": "s3-controller",
      "packages": [
        "<string>"
      ],
      "project_components": [
        "<string>"
      ],
      "projects": [
        "<string>"
      ],
      "registry": "public.ecr.aws/aws-controllers-k8s"
    }
  ]
}

Query Parameters

continue
string

Continuation token value (used when retrieving the next page of results).

n
integer

Number of records to show per page of results.

Required range: 0 <= x <= 100
filter
string

Record filter.

Response

OK

results
object[] | null
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Examples:

"https://example.com/schemas/ListOCIRepositoriesOutputBody.json"

pagination
object
I