Get Dfw Policy
Retrieves a specific DFW security policy.
vdcGroupId
policyId
vdcGroupId
policyId
OK
{
"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 specified resource was not found
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace