ConflictResource
Conflict REST endpoint for querying conflicts on rules where priority on rule+resource is in conflict with another that matches the rule. Copyright 2017 WANdisco.
The following resources are part of this group:
/conflict/conflictsreport
Mount Point: /conflict/conflictsreport
GET
Retrieves list of all conflicting priorites in system
Response Body
element: | conflictReport |
media types: | application/xml application/json |
ConflictsReportDTO containing list of ConflictDTO which describe any/all conflicts in system
Status Codes
code | description |
---|---|
200 | OK |
503 | Service unavailable - see returned ExceptionDTO |
401 | Authentication required. |
/conflict/globalconflictsexist
Mount Point: /conflict/globalconflictsexist
GET
Retrieves whether there are any conflicting priorites on rules in the entire system.
Response Body
element: | (custom) |
media types: | */* application/xml |
GlobalConflictDTO with boolean response
Status Codes
code | description |
---|---|
200 | OK |
503 | Service unavailable - see returned ExceptionDTO |
401 | Authentication required. |
/conflict/rules/{rule_id}/conflictsreport
Mount Point: /conflict/rules/{rule_id}/conflictsreport
GET
Parameters
name | description | type | default |
---|---|---|---|
rule_id | (no documentation provided) | path |
Response Body
element: | conflictReport |
media types: | application/xml application/json |
(no documentation provided)
Status Codes
code | description |
---|---|
200 | OK |
503 | Service unavailable - see returned ExceptionDTO |
401 | Authentication required. |