Previous Topic

Next Topic

Book Contents

What's New

Here's a Summary of What's New!

MOVEit Mobile 2.0

MOVEit Mobile 2.0 is new for your iOS and Android devices, easy to use, free, and features:

Administrators Enable and Define Classification Field Values

Organization administrators can enable and customize a set of classification values. Users choose these values to tag their message and package content. Use classification tags to convey or spotlight sensitive information, message priority, and more. Some typical classification values are Confidential, Classified, HIPAA, or Urgent.

Administrator Can Enable Fields as Policy

Feature to Define Custom Classification Values

Feature to Define Region-Wide Values

Users Select Classification Values to Indicate Impact, Priority, or Special Handling

Users choose from a list of classification field values installed by the organization.

Composed Package (Classification selector outlined)

Composed Package (MOVEit Mobile App 2.0 shown)

Received Package (WebUI shown)

Multifile Download as Zip and Validation

MOVEit Transfer provides bulk download as zip. The Validate Files dialog shows a summary of which files were zipped and transferred. After transfer, you can find these files in the default download location configured for your browser or platform.

TransferTip The Check link (optional) helps you apply a whole-file integrity check after you download a file. It is an independent step of information assurance aside from routine checks applied during data transport and data transfer.

RESTFul API Improvements

The following new capabilities were added for the 2020 release of MOVEit Transfer.

Feature

Description

Syntax

View, update, and delete packages and operate on packages within a specified mailbox.

Full complement of REST CRUD (Create, Review, Update, Delete) operations for user mailboxes from the packages endpoint.

/api/v1/packages

/api/v1/packages/requirements

/api/v1/packages/{id}

/api/v1/packages/attachments

/api/v1/packages/attachments/{id}

Manage contacts

Full CRUD operations for contacts endpoint.

/api/v1/contacts/{User-or-Group-Id}

Notification message property

Include a message with a permissions change.

POST /api/v1/folders/{Id}/acls/

Modify specific folder permissions for specific users

New REST verb for the folders endpoint.

PATCH /api/v1/folders/{Id}/acls/{type}!{aclsId}

Get recipient list for a package

New verb for packages API that enable finer access to data model properties.

/api/v1/mailboxes/{Id}/packages/{PackageId}

Try it Out!

You can try out the REST API capabilities with the built-in Swagger UI.

To open the interactive MOVEit Transfer REST client:

  1. Open a browser to https://<my-transfer-host>/swagger/

    —Where my-transfer-host is the host where you installed MOVEit Transfer

  2. Browse and build queries and view JSON result objects.