Class MetadataMigrationAdminResource


  • @Path("/metadata/v1")
    public class MetadataMigrationAdminResource
    extends java.lang.Object
    • Constructor Detail

      • MetadataMigrationAdminResource

        public MetadataMigrationAdminResource()
        Constructor
    • Method Detail

      • startDataMigration

        @Path("/migration")
        @POST
        @Produces("application/json")
        @VitamAuthentication(authentLevel=BASIC_AUTHENT)
        public javax.ws.rs.core.Response startDataMigration()
        API for data migration
        Returns:
        the response
      • isMigrationInProgress

        @Path("/migration/status")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response isMigrationInProgress()
        API for data migration status check
        Returns:
        the response