Get Base Images Rules
GET/api/v32.07/policies/vulnerability/base-images
x-prisma-cloud-target-env: {"permission":"policyContainers"}
Returns all the base image scopes and the list of base images digests for each of them.
Responses
- 200
- default
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
_id string
Pattern is the scope configuration identification, e.g. image name regex pattern.
description string
Description is the base images scope description.
images object[]
Images holds the base images which matches the scope configuration, capped to 50 image digests per scope.
creationTime date-time
CreationTime is the time when the image was created.
imageName string
ImageName is the image name repository:tag.
topLayer string
TopLayer is the SHA256 of the image's last filesystem layer.
[
{
"_id": "string",
"description": "string",
"images": [
{
"creationTime": "2024-07-29T15:51:28.071Z",
"imageName": "string",
"topLayer": "string"
}
]
}
]
Loading...