ShadowModelResource

REST endpoint for use of batched updates to Access Control Plus controlled files. Copyright 2017 WANdisco.

The following resources are part of this group:

/shadowmodel/commit

Mount Point: /shadowmodel/commit

PUT

Commit any pending transaction to the access control files

Response Body

element: (custom)
media types: */*
application/xml

ID of the task monitoring the proposal

Status Codes

code description
202 Accepted - proposed
401 Authentication required.
403 Authorization required - access forbidden

/shadowmodel/disable

Mount Point: /shadowmodel/disable

PUT

Disable batched updates

Response Body

element: (custom)
media types: */*
application/xml

ID of the task monitoring the proposal

Status Codes

code description
202 Accepted - proposed
401 Authentication required.
403 Authorization required - access forbidden

/shadowmodel/enable

Mount Point: /shadowmodel/enable

PUT

Enable batched updates

Response Body

element: (custom)
media types: */*
application/xml

ID of the task monitoring the proposal

Status Codes

code description
202 Accepted - proposed
401 Authentication required.
403 Authorization required - access forbidden

/shadowmodel/enabled

Mount Point: /shadowmodel/enabled

GET

Return "true" if batched updates are enabled

Response Body

element: (custom)
media types: */*
application/xml

true | false

Status Codes

code description
200 OK
401 Authentication required.
403 Authorization required - access forbidden

/shadowmodel/pendingtxns

Mount Point: /shadowmodel/pendingtxns

GET

Retrieve a list of transactions that have not yet been pushed to the access control files

Response Body

element: modelChange
media types: application/xml
application/json

(no documentation provided)

Status Codes

code description
200 OK
401 Authentication required.
403 Authorization required - access forbidden