ShadowModelResource
REST endpoint for use of batched updates to Access Control Plus controlled files
The following resources are part of this group:
- /shadowmodel/commit
- /shadowmodel/disable
- /shadowmodel/enable
- /shadowmodel/enabled
- /shadowmodel/pendingtxns
/shadowmodel/commit
Mount Point: /api/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: /api/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: /api/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: /api/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: /api/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 |