Update Dfw Policy
Updates a specific DFW security policy.
vdcGroupId
policyId
vdcGroupId
policyId
{
"id": "string",
"name": "string",
"description": "string",
"enabled": false,
"version": {
"version": 0
}
}
The unique id of this security policy. On updates, the id is required for the policy, while for create a new id will be generated. This id is not a VCD URN.
Name for the security policy.
Description for the security policy.
Whether this security policy is enabled.
This property describes the current version of the entity. To prevent clients from overwriting each other's changes, update operations must include the version which can be obtained by issuing a GET operation. If the version number on an update call is missing, the operation will be rejected. This is only needed on update calls.
The request have been accepted and the task to monitor the request is in the Location header.
Invalid configuration.
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace
The specified resource was not found
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace