package
0.0.0-20230727154755-012d9ea060b4
Repository: https://github.com/galzzly/migrationload.git
Documentation: pkg.go.dev

# README

Go API client for swagger

LiveData Migrator API Documentation

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: 3.3.6
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen

Installation

Put the package under your project folder and add the following in import:

import "./swagger"

Documentation for API Endpoints

All URIs are relative to http://liamg01-vm5.bdfrem.wandisco.com:18080/

ClassMethodHTTP requestDescription
ADLS2SourceFileSystemControllerApiAddAdls2SourceFileSystemServicePrincipalPost /fs/sources/adls2/oauth2/{fileSystemId}Add a new source ADLS2 file system with service principal and OAuth 2.0 authentication
ADLS2SourceFileSystemControllerApiAddSourceAdls2FileSystemPost /fs/sources/adls2/shared-key/{fileSystemId}Add a Adls2 file system With shared key authentication
ADLS2SourceFileSystemControllerApiUpdateAdls2SourceFileSystemServicePrincipalPatch /fs/sources/adls2/oauth2/{fileSystemId}Update a source ADLS2 file system with service principal and OAuth 2.0 authentication
ADLS2SourceFileSystemControllerApiUpdateSourceAdls2FileSystemPatch /fs/sources/adls2/shared-key/{fileSystemId}Update a Adls2 file system With shared key authentication
ADLS2TargetFileSystemControllerApiAddAdls2FileSystemPost /fs/targets/adls2/shared-key/{fileSystemId}Add a new target ADLS2 file system with Shared Key authentication
ADLS2TargetFileSystemControllerApiAddAdls2FileSystemServicePrincipalPost /fs/targets/adls2/oauth2/{fileSystemId}Add a new target ADLS2 file system with service principal and OAuth 2.0 authentication
ADLS2TargetFileSystemControllerApiUpdateAdls2FileSystemPatch /fs/targets/adls2/shared-key/{fileSystemId}Update a target ADLS2 file system with Shared Key authentication
ADLS2TargetFileSystemControllerApiUpdateAdls2FileSystemServicePrincipalPatch /fs/targets/adls2/oauth2/{fileSystemId}Update a target ADLS2 file system with service principal and OAuth 2.0 authentication
BackupsControllerApiCreateBackupPost /backupsGenerate a Backup.
BackupsControllerApiGetBackupByNameGet /backups/{backupName}
BackupsControllerApiGetBackupConfigGet /backups/configbackup config entity
BackupsControllerApiGetBackupScheduleGet /backups/config/scheduleReturns current schedule configuration
BackupsControllerApiGetBackupsListGet /backupslist of available LM2 backups
BackupsControllerApiRestoreBackupPost /backups/restore/{backupName}Restore application state by backup by provided backup ID
BackupsControllerApiUpdateSchedulePut /backups/config/scheduleUpdate current schedule.
BandwidthPolicyControllerApiGetApplicationBandwidthPolicyGet /bandwidthPolicies/applicationGet the application's bandwidth policy
BandwidthPolicyControllerApiResetApplicationBandwidthPolicyDelete /bandwidthPolicies/applicationRestore default, unlimited application bandwidth policy
BandwidthPolicyControllerApiUpdateApplicationBandwidthPolicyPost /bandwidthPolicies/applicationSet the application's bandwidth policy. A limit of -1 will mean no bandwidth limit is imposed.
ConfigurationControllerApiGetConfigurationPropertiesGet /configuration/propertiesGet all configuration properties
ConfigurationControllerApiGetConfigurationPropertyGet /configuration/propertyGet value for given configuration property
ConfigurationControllerApiSetConfigurationPropertyPut /configuration/propertySet key/value configuration property
ConsumptionControllerApiExtendLicensePut /consumption/extendTimeExtend consumption license expiry time
ConsumptionControllerApiSwitchToConsumptionPut /consumption/switchToConsumptionChange license type to consumption
DataAgentDiagnosticsControllerApiFetchAllDiagnosticsByAgentNameGet /diagnostics/dta/{agentName}Get all Diagnostics snapshots for all data agents over time. "kind" can be used to filter the diagnostics returned, it is a comma separated list of Diagnostics kinds.
DataAgentDiagnosticsControllerApiFetchLatestDiagnosticsByAgentNameGet /diagnostics/dta/lastCollected/{agentName}Get last collected snapshot of Diagnostics for specified agent by agent name. Will return the last collected snapshot of Diagnostics. kind can be used to filter the diagnostics returned, it is a comma separated list of Diagnostics kinds.
DataAgentStatisticsControllerApiGetDtaStatsGet /stats/dta/{agentName}Get full stats over for given Data Agent
DataAgentStatisticsControllerApiGetDtaStatsListGet /stats/dta/Get full stats over all time for all Data Agents
DataAgentStatisticsControllerApiGetDtaStatsSummaryGet /stats/dta/{agentName}/summaryGet summary stats for given Data Agent
DataAgentsControllerApiAddDataAgentPost /scaling/dataagents/Add new Data Transfer Agent
DataAgentsControllerApiDeleteDataAgentDelete /scaling/dataagents/{agentName}Delete Data Transfer Agent from LM2
DataAgentsControllerApiGetDataAgentGet /scaling/dataagents/{agentName}Get Data Agent with given name
DataAgentsControllerApiGetDataAgentListGet /scaling/dataagents/Get Data Agent list
DiagnosticsControllerApiDumpActionStoreForMigrationGet /diagnostics/{migrationId}/actionStoreTo be used for debugging purposes only - dumps the ActionStore for a Migration to file.
DiagnosticsControllerApiFetchAllDiagnosticsGet /diagnosticsGet all Diagnostics sets over time. kind can be used to filter the diagnostics returned, it is a comma separated list of Diagnostics kinds.
DiagnosticsControllerApiFetchCountTcpStatesGet /diagnostics/netstat/tcpStatesCountGet a map of total connections to their TCP state.
DiagnosticsControllerApiFetchCurrentDiagnosticsGet /diagnostics/collectTrigger Diagnostics Collection. Will trigger the collection of Diagnostics and return the new set of Diagnostics generated. kind can be used to filter the diagnostics returned, it is a comma separated list of Diagnostics kinds.
DiagnosticsControllerApiFetchDiagnosticsDescriptionsGet /diagnostics/descriptionsGet Diagnostics Descriptions. Return the set of available Diagnostics and a description of the information they return.
DiagnosticsControllerApiFetchDiagnosticsSummaryGet /diagnostics/summaryGet Diagnostic Summary
DiagnosticsControllerApiFetchDiagnosticsSummaryTxtGet /diagnostics/summary.txtGet Diagnostic Summary Plain Text
DiagnosticsControllerApiFetchLatestDiagnosticsGet /diagnostics/lastCollectedGet last collected set of Diagnostics. Will return the last collected set of Diagnostics. kind can be used to filter the diagnostics returned, it is a comma separated list of Diagnostics kinds.
DiagnosticsControllerApiFetchNetworkConnectionsGet /diagnostics/netstat/connectionsGet Established Connections.
DiagnosticsControllerApiFetchNetworkStatusGet /diagnostics/netstatGet Netstat Status.
DiagnosticsControllerApiFetchNetworkStatusTotalsGet /diagnostics/netstat/totalsGet Connections Total Queue Sizes and ReTransmit Counts.
EmailNotificationControllerApiFetchEmailNotificationTypesGet /notifications/config/email/typesGet email notifications types
EmailNotificationControllerApiFetchEmailRegistrationsGet /notifications/config/email/registrationGet registered email address for receiving push notifications about specific notification types
EmailNotificationControllerApiFetchSmtpConfigGet /notifications/config/emailGet the current SMTP adaptor config
EmailNotificationControllerApiSendTestEmailPost /notifications/config/email/testSend test e-mail to the specified list of recipient
EmailNotificationControllerApiSetEmailRegistrationsPut /notifications/config/email/registrationUpdate set of emails registered for receiving push notifications about specific notification types
EmailNotificationControllerApiSetSmtpConfigPut /notifications/config/emailUpdate the SMTP adaptor config
ExclusionsControllerApiAddDateExclusionPut /exclusions/date/{id}Add a new date-based exclusion
ExclusionsControllerApiAddFileSizeExclusionPut /exclusions/fileSize/{id}Add a new file size exclusion
ExclusionsControllerApiAddRegexExclusionPut /exclusions/regex/{id}Add a new regex exclusion
ExclusionsControllerApiGetExclusionGet /exclusions/{exclusionId}Get exclusion for given exclusion ID
ExclusionsControllerApiGetFsRestrictionsGet /exclusions/target/{fsType}See the restrictions applied automatically for the given target filesystem
ExclusionsControllerApiGetSourceFsRestrictionsGet /exclusions/source/{fsType}See the restrictions applied automatically for the given source filesystem
ExclusionsControllerApiListExclusionsGet /exclusionsGet all exclusions
ExclusionsControllerApiListGlobalExclusionsGet /exclusions/globalGet all global exclusions
ExclusionsControllerApiListUserDefinedExclusionsGet /exclusions/userDefinedGet all user defined exclusions
ExclusionsControllerApiRemoveExclusionDelete /exclusions/{exclusionId}Delete exclusion for given ID
FileSystemControllerApiCreateFilePost /fs/{role}/{fsId}/createFileCreate file on the file system
FileSystemControllerApiDeleteByPathPost /fs/{role}/{fsId}/deleteByPathDelete file from the file system
FileSystemControllerApiGetFileSystemURIGet /fs/{role}/{fsId}/fileSystemURIGet file system URI for given filesystem id
FileSystemControllerApiListPathsGet /fs/{role}/{fsId}/listPathsGet files list from the file system
FileSystemControllerApiMkdirPost /fs/{role}/{fsId}/mkdirCreate directory in the file system
FileSystemControllerApiMoveByPathPost /fs/{role}/{fsId}/moveByPathMove file or directory on the file system
FileSystemControllerApiPathGet /fs/{role}/{fsId}/pathExistsCheck if file or directory exists
FileSystemControllerApiReadFileGet /fs/{role}/{fsId}/readFileRead file from the file system
FileSystemControllerApiWriteFilePost /fs/{role}/{fsId}/writeFileWrite file into the file system
FilesSystemHealthControllerApiGetHealthStatusGet /fs/health/{fsId}Get health status for given ID
FilesSystemHealthControllerApiListHealthStatusesGet /fs/healthList health statues for all filesystems
GCSSourceFileSystemControllerApiAddSourceGcsFileSystemDefaultPost /fs/sources/gcs/{fileSystemId}Add a new source GCS file system
GCSSourceFileSystemControllerApiAddSourceGcsFileSystemJsonKeyFilePost /fs/sources/gcs/keyfiles/json/{fileSystemId}Add a new source GCS file system with credentials uploaded with JSON key file
GCSSourceFileSystemControllerApiAddSourceGcsFileSystemP12KeyFilePost /fs/sources/gcs/keyfiles/p12/{fileSystemId}Add a new source GCS file system with credentials uploaded via P12 key file
GCSSourceFileSystemControllerApiUpdateSourceGcsFileSystemDefaultPatch /fs/sources/gcs/{fileSystemId}Update a source GCS file system
GCSSourceFileSystemControllerApiUpdateSourceGcsFileSystemJsonKeyFilePatch /fs/sources/gcs/keyfiles/json/{fileSystemId}Update a source GCS file system with credentials uploaded with JSON key file
GCSSourceFileSystemControllerApiUpdateSourceGcsFileSystemP12KeyFilePatch /fs/sources/gcs/keyfiles/p12/{fileSystemId}Update a source GCS file system with credentials uploaded via P12 key file
GCSTargetFileSystemControllerApiAddTargetGcsFileSystemDefaultPost /fs/targets/gcs/{fileSystemId}Add a new target GCS file system
GCSTargetFileSystemControllerApiAddTargetGcsFileSystemJsonKeyFilePost /fs/targets/gcs/keyfiles/json/{fileSystemId}Add a new target GCS file system with credentials uploaded with JSON key file
GCSTargetFileSystemControllerApiAddTargetGcsFileSystemP12KeyFilePost /fs/targets/gcs/keyfiles/p12/{fileSystemId}Add a new target GCS file system with credentials uploaded via P12 key file
GCSTargetFileSystemControllerApiUpdateTargetGcsFileSystemDefaultPatch /fs/targets/gcs/{fileSystemId}Update a target GCS file system
GCSTargetFileSystemControllerApiUpdateTargetGcsFileSystemJsonKeyFilePatch /fs/targets/gcs/keyfiles/json/{fileSystemId}Update a target GCS file system with credentials uploaded with JSON key file
GCSTargetFileSystemControllerApiUpdateTargetGcsFileSystemP12KeyFilePatch /fs/targets/gcs/keyfiles/p12/{fileSystemId}Update a target GCS file system with credentials uploaded via P12 key file
HDFSSourceFileSystemAutodiscoveryControllerApiAutoDiscoverSourceFilesystemPost /fs/autodiscover/sources/hdfsAutomatically discover the local hadoop source file system
HDFSSourceFileSystemControllerApiAddSourceHdfsFileSystemPost /fs/sources/hdfs/{fileSystemId}Add a new Hadoop source file system
HDFSSourceFileSystemControllerApiUpdateSourceHdfsFileSystemPatch /fs/sources/hdfs/{fileSystemId}Update a Hadoop source file system
HDFSTargetFileSystemControllerApiAddTargetHdfsFileSystemPost /fs/targets/hdfs/{fileSystemId}Add a new target Hadoop target file system
HDFSTargetFileSystemControllerApiUpdateTargetHdfsFileSystemPatch /fs/targets/hdfs/{fileSystemId}Update a target Hadoop target file system
InfoControllerApiGetNodeIdGet /info/nodeIDGet LiveData Migrator Node ID
InfoControllerApiGetVersionGet /infoGet information on LiveData Migrator instance
LicenseControllerApiFetchConsumptionLicenseGet /license/components/consumptionGet Consumption License Component for LiveData Migrator
LicenseControllerApiFetchLicenseGet /licenseGet License for LiveData Migrator
LicenseControllerApiFetchLicenseComponentsGet /license/componentsGet License Components for LiveData Migrator
LicenseControllerApiFetchLicenseStatusGet /license/statusGet License Status for LiveData Migrator
LicenseControllerApiFetchLicenseValidGet /license/validGet whether License is valid for LiveData Migrator
LicenseControllerApiFetchMeteredLicenseGet /license/components/meteredGet Metered License Component for LiveData Migrator
LicenseControllerApiFetchTrialLicenseGet /license/components/trialGet Trial License Component for LiveData Migrator
LicenseControllerApiFetchVolumeLicenseGet /license/components/volumeGet Volume License Component for LiveData Migrator
LicenseControllerApiUpdateLicensePost /licenseUpdate License for LiveData Migrator
LocalSourceFileSystemControllerApiAddSourceLocalFileSystemPost /fs/sources/local/{fileSystemId}Add a new Local source file system
LocalSourceFileSystemControllerApiUpdateSourceLocalFileSystemPatch /fs/sources/local/{fileSystemId}Update a Local source file system
LocalTargetFileSystemControllerApiAddTargetLocalFileSystemPost /fs/targets/local/{fileSystemId}Add a new target Local file system
LocalTargetFileSystemControllerApiUpdateTargetLocalFileSystemPatch /fs/targets/local/{fileSystemId}Update a target Local file system
MeteringControllerApiFetchMeteringLicenseGet /metering/licenseGet Metered License for LiveData Migrator
MeteringControllerApiFetchMeteringStatsGet /metering/statsGet metering statistics for LiveData Migrator
MeteringControllerApiGetMeteringStatsAndExtendLicensePut /meteringGet metering statistics for LiveData Migrator and extend license
MigrationControllerApiAddExclusionToMigrationPut /migrations/{migrationId}/exclusions/{exclusionId}Add exclusion to migration
MigrationControllerApiAddPendingRegionToMigrationPost /migrations/{migrationId}/addPendingRegionAdd a path as a pending region to migration, so LDM will rescan that path.
MigrationControllerApiCheckMigrationPathMappingsPost /migrations/{migrationId}/checkMigrationPathMappingsCheck migration path mappings
MigrationControllerApiClearMigrationsDelete /migrationsDelete all migrations
MigrationControllerApiDeleteExclusionFromMigrationDelete /migrations/{migrationId}/exclusions/{exclusionId}Remove exclusion from migration
MigrationControllerApiDeleteMigrationDelete /migrations/{migrationId}Delete migration for given migration ID
MigrationControllerApiDeleteMigrationWithAssetsDelete /migrations/{migrationId}/withAssetsDelete migration for given migration ID along with its assets
MigrationControllerApiFetchMigrationGet /migrations/{migrationId}Get migration for given migration ID
MigrationControllerApiGetOldestIncompleteWorkItemGet /migrations/{migrationId}/oldestIncompleteWorkItemGet the oldest incomplete work item for a Migration.
MigrationControllerApiGetOldestIncompleteWorkItemsGet /migrations/oldestIncompleteWorkItemsGet a list of oldest incomplete work items across all migrations.
MigrationControllerApiGetPendingRegionsForMigrationGet /migrations/{migrationId}/pendingRegionsGet the PendingRegions for a Migration.
MigrationControllerApiListAutoSourceCleanupQueuedPathsGet /migrations/{migrationId}/autoSourceCleanupQueuedPathsList the top 10000 Auto-source Cleanup Paths Queued for deletion.
MigrationControllerApiListMigrationGet /migrationsList all migrations
MigrationControllerApiListMigrationErrorsGet /migrations/{migrationId}/failuresList the last 10000 files which failed to migrate
MigrationControllerApiNewMigrationWithIdPut /migrations/{migrationId}Add a new migration
MigrationControllerApiResetMigrationPost /migrations/{migrationId}/resetReset migration for given migration ID
MigrationControllerApiResumeMigrationPost /migrations/{migrationId}/resumeResume migration for given migration ID
MigrationControllerApiStartMigrationPost /migrations/{migrationId}/startStart migration for given migration ID
MigrationControllerApiStopAllMigrationsPost /migrations/stopStop all migrations
MigrationControllerApiStopMigrationPost /migrations/{migrationId}/stopStop migration for given migration ID
MigrationControllerApiToggleMigrationDeletionModePut /migrations/{migrationId}/toggleDeletionModeToggle the migration deletion mode
MigrationControllerApiUpdateMigrationMaxPendingRegionsPut /migrations/{migrationId}/maxPendingRegions/{maxPendingRegions}Update the maximum number of pending regions for a migration.
MigrationControllerApiUpdateMigrationMaxUnscheduledEventsPut /migrations/{migrationId}/maxStoppedUnscheduledEventBuffer/{maxEvents}Update the maximum number of unscheduled events to store for a migration if it is stopped.
MigrationControllerApiUpdateMigrationPropertiesPatch /migrations/{migrationId}Update a migration's additional properties
MigrationGateControllerApiBulkCheckClosedGatesPost /gates/gate/bulk/checkBulk check for closed Gates by their ID's
MigrationGateControllerApiCheckClosedGatesGet /gates/gate/checkCheck for closed Gates in bulk
MigrationGateControllerApiCloseMigrationGatePut /gates/gate/closeClose a Gate by its ID
MigrationGateControllerApiCreateMigrationGatePut /gates/gateRequest a gate on a given migration by path
MigrationGateControllerApiDeleteAllMigrationGatesDelete /gates/gate/deleteAllDelete all Migration Gates
MigrationGateControllerApiDeleteBulkMigrationGatesPost /gates/gate/bulk/deleteBulk delete migration gates by their ID's
MigrationGateControllerApiDeleteMigrationGatesDelete /gates/gateDelete a Gate by its ID
MigrationGateControllerApiGetBulkMigrationGatesPost /gates/gate/bulkCheck status of a number of gates by their ID's
MigrationGateControllerApiGetMigrationGatesGet /gates/gateCheck status of a gate by its ID
MigrationPathStatusControllerApiGetPathStatusGet /migration-path-statusDisplays information on a path in a current migration.
NotificationControllerApiAtomGet /notifications/atomGet Atom feed for Notifications
NotificationControllerApiFetchNotificationGet /notifications/{notificationId}Get a Notification
NotificationControllerApiFetchNotificationsGet /notificationsNotifications
PathMappingControllerApiCreateMappingPut /transformations/mappingsCreate a Mapping
PathMappingControllerApiDeleteDelete /transformations/mappings/{id}Delete a Mapping
PathMappingControllerApiFetchAllGet /transformations/mappingsGet all Mappings
PathMappingControllerApiFetchMappingGet /transformations/mappings/{id}Fetch a Mapping
PreviewFeatureControllerApiGetPreviewFeatureStatusGet /previewGet all preview features
RequeuingActionsControllerApiCancelRequeuingActionPost /requeuing-actions/queuing/{migrationId}/{actionId}/cancelRemove requeue action from migration
RequeuingActionsControllerApiGetAllRequeuingActionsGet /requeuing-actions/queuingGet all requeuing actions
RequeuingActionsControllerApiGetAllRequeuingActionsStatsGet /requeuing-actions/statsGet all requeuing actions stats
RequeuingActionsControllerApiGetMigrationRequeuingActionsGet /requeuing-actions/queuing/{migrationId}Get all requeuing actions for specific migration
RequeuingActionsControllerApiGetMigrationRequeuingActionsStatsGet /requeuing-actions/stats/{migrationId}Get all requeuing actions stats for specific migration
RequeuingActionsControllerApiGetRequeuingActionGet /requeuing-actions/queuing/{migrationId}/{actionId}Get requeue action by migration ID and action ID
S3aSourceFileSystemControllerApiAddSourceS3aFileSystemPost /fs/sources/s3a/{fileSystemId}Add a new source S3a file system
S3aSourceFileSystemControllerApiUpdateSourceS3aFileSystemPatch /fs/sources/s3a/{fileSystemId}Update a source S3a file system
S3aTargetFileSystemControllerApiAddTargetS3aFileSystemPost /fs/targets/s3a/{fileSystemId}Add a new target S3a file system
S3aTargetFileSystemControllerApiUpdateTargetS3aFileSystemPatch /fs/targets/s3a/{fileSystemId}Update a target S3a file system
SourceCleanupControllerApiDeleteSourceCleanupReportDelete /source-cleanup/reports/{migrationId}Delete source cleanup report(s) for a given migration ID and report name
SourceCleanupControllerApiGetOrphanedCleanupReportsListGet /source-cleanup/orphaned-reportsGet a list of the metadata for all orphaned deletion reports
SourceCleanupControllerApiGetSourceCleanupReportGet /source-cleanup/reports/{migrationId}Get a source cleanup report for a given migration ID and report name
SourceCleanupControllerApiGetSourceCleanupReportsListGet /source-cleanup/{migrationId}/reportsGet the metadata of the available source cleanup reports for the given Migration
SourceCleanupControllerApiPauseDelayedDeletionCacheReaderPost /source-cleanup/pauseDelayedDeletionCacheReaderPause the Delayed Deletion Cache Reader from deleting files
SourceCleanupControllerApiResumeDelayedDeletionCacheReaderPost /source-cleanup/resumeDelayedDeletionCacheReaderResume the Delayed Deletion Cache Reader
SourceFileSystemControllerApiClearSourceFileSystemsDelete /fs/sourcesDelete all source file systems
SourceFileSystemControllerApiDeleteSourceFileSystemDelete /fs/sources/{sourceId}Delete source file system for given ID
SourceFileSystemControllerApiGetSourceAutoDiscoverMessageGet /fs/sources/auto-discover-messageGet auto-discover file system message
SourceFileSystemControllerApiGetSourceAutoDiscoverStatusGet /fs/sources/auto-discover-statusGet auto-discover file system status object
SourceFileSystemControllerApiGetSourceFileSystemGet /fs/sources/{sourceId}Get source file system for given ID
SourceFileSystemControllerApiListSourceFileSystemsGet /fs/sourcesList all source filesystems
StatisticsControllerApiFetchAllCurrentMigrationStatsGet /stats/currentGet current Stats for all migrations
StatisticsControllerApiFetchCurrentMigrationStatsGet /stats/current/{migrationId}Get current Stats for given migration ID
StatisticsControllerApiFetchDiagnosticsGet /stats/filetrackersGet File Trackers
StatisticsControllerApiFetchDiagnosticsActiveGet /stats/filetrackers/activeGet File Trackers for active transfers
StatisticsControllerApiFetchDiagnosticsActiveIdGet /stats/filetrackers/active/{progressId}Get File Tracker for an active transfer
StatisticsControllerApiFetchDiagnosticsActiveIdBucketsGet /stats/filetrackers/active/{progressId}/bucketsGet File Tracker Bytes per Second Buckets
StatisticsControllerApiFetchDiagnosticsCompleteGet /stats/filetrackers/completeGet File Trackers for Completed Transfers.
StatisticsControllerApiFetchFileSizeDistributionGet /stats/filetrackers/fileSizesGet Transferred File Size Distribution.
StatisticsControllerApiFetchFileSizeDistributionActiveGet /stats/filetrackers/active/fileSizesGet Active Transfer File Size Distribution.
StatisticsControllerApiFetchFileTransferRatesDistributionGet /stats/filetrackers/fileTransferRatesGet File Transfer Rates Distribution.
StatisticsControllerApiFetchFileTransferRatesDistributionActiveGet /stats/filetrackers/active/fileTransferRatesGet Active File Transfer Rates Distribution.
StatisticsControllerApiFetchMigrationInfoGet /stats/migrationInfo/{migrationId}Get stats information for the given migration ID
StatisticsControllerApiFetchMigrationStatsGet /stats/{migrationId}Get Stats over time for given migration ID
StatisticsControllerApiFetchMigrationSummaryGet /stats/migrationSummaryGet migrations summary
StatisticsControllerApiFetchThroughputInLastSecsGet /stats/throughputInLastSecs/{nSecs}Get throughput stats for all migrations during last N seconds
StatisticsControllerApiFetchThroughputSummaryGet /stats/throughputSummaryGet throughput summary
StatisticsControllerApiFetchTotalRollingStatsGet /statsGet rolling stats over time for all migrations
StatisticsControllerApiFetchTotalStatsGet /stats/cumulativeGet cumulative total stats for all migrations
StatisticsControllerApiLastExcludedEventsGet /stats/excludedEventsGet most recent 1000 excluded events.
TargetFileSystemControllerApiClearTargetFileSystemsDelete /fs/targetsDelete all target file systems. NOTE this endpoint is currently for test purposes only.
TargetFileSystemControllerApiDeleteTargetFileSystemDelete /fs/targets/{targetId}Delete target file system for given ID
TargetFileSystemControllerApiGetAvailableFileSystemsGet /fs/targets/availableFileSystemsList all available file systems
TargetFileSystemControllerApiGetFileSystemGet /fs/targets/{targetId}Get target file system for given ID
TargetFileSystemControllerApiListTargetFileSystemsGet /fs/targetsList all target file systems
ThreadsControllerApiFetchThreadDumpGet /threadsGet Thread Dump
ThreadsControllerApiFetchThreadStatesGet /threads/statesGet Thread State Summary
VerificationControllerApiCancelVerificationPost /verifications/{verificationId}/cancelCancel verification with given ID
VerificationControllerApiDeleteVerificationDelete /verifications/{verificationId}Delete verification with given ID
VerificationControllerApiFetchAllFilteredVerificationsGet /verifications/filteredGet all Verifications filtered by migrationId and/or verification status
VerificationControllerApiFetchAllVerificationsGet /verificationsGet all Verifications
VerificationControllerApiGetVerificationGet /verifications/{verificationId}Get verification for given ID
VerificationControllerApiGetVerificationReportGet /verifications/reports/{verificationId}Get verification report for a given ID
VerificationControllerApiGetVerificationReportsListGet /verifications/{verificationId}/reportsGet the metadata for the available reports for the given verification
VerificationControllerApiTriggerVerificationPut /verificationsTrigger a new Verification

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author