Profiles
Update profile
Update profile. Protection policies are updated at the same time as profile updated
put/security/iaas/v2/profiles/{id}
Path parameters
idinteger required
Request body
Example request
{
"profile_template": 1,
"fields": [
{
"base_field": 1
}
],
"site": "ED"
}Response
Example response
{
"ip_address": "10.32.5.12",
"fields": [
{
"base_field": 1
}
],
"site": "ED"
}