Revision 6623
Added by Chris Jones about 13 years ago
src/edu/ucsb/nceas/metacat/restservice/CNResourceHandler.java | ||
---|---|---|
105 | 105 |
CNIdentity - not implemented at all on Metacat |
106 | 106 |
|
107 | 107 |
CNReplication |
108 |
setReplicationStatus() - PUT /replicationNotifications/PID
|
|
109 |
updateReplicationMetadata() - PUT /replicationMetadata/PID
|
|
110 |
setReplicationPolicy() - PUT /replicationPolicies/PID
|
|
111 |
isNodeAuthorized() - GET /replicationAuthorizations/PID
|
|
108 |
setReplicationStatus() - PUT /replicaNotifications/PID |
|
109 |
updateReplicationMetadata() - PUT /replicaMetadata/PID |
|
110 |
setReplicationPolicy() - PUT /replicaPolicies/PID |
|
111 |
isNodeAuthorized() - GET /replicaAuthorizations/PID |
|
112 | 112 |
|
113 | 113 |
CNRegister -- not implemented at all in Metacat |
114 | 114 |
* ****************** |
Also available in: Unified diff
List the correct REST endpoints for replication in the documentation.