@Path(value="/containers/_sync/{containerUid}")
public interface IContainerSync
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getLastSync() |
java.util.Date |
getNextSync() |
java.lang.String |
getSyncStatus() |
TaskRef |
sync() |
@PUT TaskRef sync() throws ServerFault
ServerFault
@GET @Path(value="_last") java.util.Date getLastSync() throws ServerFault
ServerFault
@GET @Path(value="_next") java.util.Date getNextSync() throws ServerFault
ServerFault
@GET @Path(value="_status") java.lang.String getSyncStatus() throws ServerFault
ServerFault
Copyright © 2021. All Rights Reserved.