Get Registry Image Names
GET/api/v33.02/registry/names
x-prisma-cloud-target-env: {"permission":"monitorImages"}
Retrieves a list of image names from current scanned registry images. The base /api/v1/registry
endpoint takes repositories listed in this response as the names
query.
Note: The query parameters issueType
is not supported for this API endpoint.
cURL Request
Refer to the following example cURL command that retrieves a list of image names from your scanned registry images:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/registry/names
Request
Responses
- 200
- default