Breaking Changes
Breaking changes cause REST API to function differently and can affect the client code.
Multiple Sections
The NasBackup platform type in the EPlatformType enumeration type is renamed to UnstructuredData.
This change affects the platformNameFilter parameter in the Get All Backup Objects, Get All Restore Points and Get All Replica Restore Points requests, as well as the following objects: SessionModel, InventoryObjectModel, BackupModel, BackupObjectModel, ObjectRestorePointModel, ReplicaPointModel, BackupObjectsFilters, ObjectRestorePointsFilters and ReplicaRestorePointsFilters .
Repositories
The isOnline property is added to the RepositoryStateModel object. The property is required.
Jobs
The gracefullStop property of JobStopSpec object is renamed to gracefulStop.
Restore Points
The platformName property of the ObjectRestorePointModel model is now required.
Replicas
The platformName property of the ReplicaPointModel model is now required.
Automation
The viCredentials property of the CloudDirectorViHostImportSpec object is now required.