Skip to main content
GET
/
project
/
{projectId}
/
integrations
/
jfrog
/
container-registry
/
credentials
/
{credentialId}
/
images
List Docker images in JFrog Artifactory repository
curl --request GET \
  --url https://us.cybedefend.com/project/{projectId}/integrations/jfrog/container-registry/credentials/{credentialId}/images \
  --header 'Authorization: Bearer <token>'
{
  "images": [
    {
      "name": "<string>",
      "path": "<string>",
      "repositoryKey": "<string>",
      "tagCount": 123,
      "createdAt": "<string>",
      "modifiedAt": "<string>"
    }
  ],
  "totalCount": 123,
  "page": 123,
  "pageSize": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required

CybeDefend project ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

credentialId
string<uuid>
required

JFrog credential ID

Example:

"550e8400-e29b-41d4-a716-446655440001"

Query Parameters

repositoryKey
string

JFrog Artifactory repository key (defaults to credential repository)

Example:

"docker-local"

page
number

Page number (1-based)

Example:

1

pageSize
number

Page size (default 20)

Example:

20

Response

List of Docker container images

images
object[]
required
totalCount
number
required

Total count

page
number
required

Current page

pageSize
number
required

Page size