Upgrade a Defender
POST/api/v31.02/defenders/:id/upgrade
x-prisma-cloud-target-env: {"permission":"manageDefenders","saas":true,"self-hosted":true}
x-public: true
Upgrades Defender on <HOSTNAME>
.
<HOSTNAME>
is a single list item from the /api/v<VERSION>/defenders/names
endpoint.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
https://<CONSOLE>/api/v<VERSION>/defenders/<HOSTNAME>/upgrade
Request
Responses
- 200
- default
OK