Get Docker Image Name for Defender
GET/api/v32.07/defenders/image-name
x-prisma-cloud-target-env: {"permission":"manageDefenders"}
Returns the full Docker image name for Defender.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/defenders/image-name
Response
Refer to the following example cURL response:
registry-auth.twistlock.com/tw_mcxweebesog0apjuhtmatv7saf9xdnwd/twistlock/defender:defender_21_11_812
Responses
- 200
- default
- application/json
- Schema
Schema
string
Loading...