Enable / Disable Ransomware Protection
This operation enables or disables Ransomware protection on a given media agent.
Path Parameters
- clientId string required
- application/json
Request Body required
clientProperties object required
clientProps object required
dlpPropertise object required
dlpEnableAutomaticDecryption boolean requiredenableDLP boolean required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
clientName stringinstanceId integerclientId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientName": "string",
"instanceId": 0,
"clientId": 0,
"_type_": 0
}
}
]
}
Loading...