Update security deployment
Updates an existing security deployment configuration.
Responses
-
200 application/json
The security deployment was successfully updated
-
404 application/json
The security deployment was not found. (code:
security_deployment.not_found
) -
409 application/json
- There is a version conflict. (code:
security_deployment.version_conflict
) - There is a version conflict. (code:
security_deployment.already_exists
)
- There is a version conflict. (code:
PUT
/platform/configuration/security/deployment
curl \
--request PUT 'https://{{hostname}}/api/v1/platform/configuration/security/deployment' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"version":"string","topology":{"size":{"value":42,"resource":"memory"},"zone_count":42}}'