/policy/DataCapture/{policyName}
Mount Point: /apiv1/policy/DataCapture/{policyName}
The following operations are supported on this resource:
GET
Get the specified DataCapture policy
DataCapture Policy Schema
Sample DataCapture policy document
Parameters
name | description | type | default |
---|---|---|---|
policyName | The name of the DataCapture policy | path |
Response Body
element: | policy |
DataCapture policy document
PUT
Update the specified DataCapture policy or create a new policy if it does not exist
DataCapture Policy Schema
Sample DataCapture policy document
Parameters
name | description | type | default |
---|---|---|---|
policyName | The name of the DataCapture policy | path |
Request Body
element: | policy |
DataCapture policy document to be updated
Response Body
element: | (custom) |
"HTTP success no content" (204) or exception
DELETE
Delete the specified DataCapture policy
Parameters
name | description | type | default |
---|---|---|---|
policyName | The name of the DataCapture policy | path |
Response Body
element: | (custom) |
"HTTP success no content" (204) or exception