Disable [EDR rule]
Relative path: /v2/edr-rules/{ruleUuid}:disable
Request body
Display Schema instead of an Example or vice-versa
Type |
Required |
Example |
Schema |
---|---|---|---|
application/json |
No |
{} |
{ "$ref": "EdrRulesDisableEdrRuleBody", "type": "object" } |
Parameters in path
Name |
Type |
Required |
Description |
---|---|---|---|
ruleUuid |
string |
Yes |
Reference to the rule. type: EdrRule |
Responses
Display Schema instead of an Example or vice-versa
Code |
Description |
Example |
Schema |
---|---|---|---|
200 |
A successful response. |
{} |
{
"$ref": "v2DisableEdrRuleResponse",
"title": "empty",
"type": "object"
} |
default |
An unexpected error response. |
{ "code": 0, "message": "string", "details": [ { "@type": "string" } ] } |
{ "$ref": "rpcStatus", "code": { "type": "integer", "format": "int32" }, "message": { "type": "string" }, "details": [ { "$ref": "protobufAny", "@type": { "type": "string" } } ] } |
202 |
Response took too long and the request was cached. |
null |
[] |