GET
/
ocirepositories
/
{repository}
/
{
  "$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"
}

Response

200
application/json

OK

The response is of type object.