Compare Rules Files and Revisions

get

/api/rule/Rules/readDiff

Compares the specified rules files or file revisions and creates a diff to show the differences.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : data
Type: array
The diff comparing the rules files.
Show Source
Nested Schema : ruleRulesReadDiff
Type: object
Show Source
  • The content of the file
    Example: /n=head1 NAME/n/n Auto Discovery Post Discovery Rules/n
  • The content of the file
    Example: /n=head1 NAME/n/n Auto Discovery Post Discovery Rules/n

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top