file-transfers
Operations addressed under /file-transfers — 8 operations.
get-file-transfer-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<FileTransferDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
SourceFileStorageId | Guid | no |
SourcePath | string | no |
SourcePathWildcard | string | no |
DestinationFileStorageId | Guid? | yes |
DestinationPath | string | no |
IsZip | bool? | yes |
CanArchive | bool? | yes |
ArchiveFileStorageId | Guid? | yes |
ArchivePath | string | no |
OverwriteType | int? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-file-transfer-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
archiveFileStorageIdarchivePathcanArchivecodedestinationFileStorageIddestinationPathhasVirusScanidnameoverwriteTypePermitted values — validated against the overwrite_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | overwrite | no label seeded |
2 | No overwrite | no label seeded |
3 | Copy | no label seeded |
sourceFileStorageIdsourcePathsourcePathWildcardcreate-file-transfer
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
create-file-transfer › Request Body
canArchivecodedestinationFileStorageIddestinationPathisZipnameoverwriteTypePermitted values — validated against the overwrite_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | overwrite | no label seeded |
2 | No overwrite | no label seeded |
3 | Copy | no label seeded |
sourceFileStorageIdsourcePathsourcePathWildcardarchiveFileStorageIdarchivePathcreate-file-transfer › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-file-transfer-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as FileTransferDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
SourceFileStorageId | Guid | no |
SourcePath | string | no |
SourcePathWildcard | string | no |
DestinationFileStorageId | Guid? | yes |
DestinationPath | string | no |
IsZip | bool? | yes |
CanArchive | bool? | yes |
ArchiveFileStorageId | Guid? | yes |
ArchivePath | string | no |
OverwriteType | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_FILE_15 | 400 | FILE_TRANSFER_CODE_IS_NOT_FOUND | File transfer code is not found |
path Parameters
codeget-file-transfer-by-code › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
archiveFileStorageIdarchivePathcanArchivecodedestinationFileStorageIddestinationPathhasVirusScanidnameoverwriteTypePermitted values — validated against the overwrite_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | overwrite | no label seeded |
2 | No overwrite | no label seeded |
3 | Copy | no label seeded |
sourceFileStorageIdsourcePathsourcePathWildcardexecute-file-transfer
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_FILE_15 | 400 | FILE_TRANSFER_CODE_IS_NOT_FOUND | File transfer code is not found |
ERR_FILE_19 | 400 | THERE_IS_ALREADY_EXIST_FILE_WITH_THIS_NAME | There is already exist file with this name |
ERR_FILE_20 | 400 | FILES_NOT_FOUND | Files not found |
ERR_FILE_6 | 400 | ARCHIEVE_FILE_STORAGE_ID_MUST_BE_NOT_NULL | Archive file storage ID must be not null |
ERR_FILE_8 | 400 | DESTINATION_FILE_STORAGE_ID_MUST_BE_NOT_NULL | Destination file storage ID must be not null |
path Parameters
codeexecute-file-transfer › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
fileTransferHistoryIdfileTransferIdtransferMessagetransferStatusget-file-transfer-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as FileTransferDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
SourceFileStorageId | Guid | no |
SourcePath | string | no |
SourcePathWildcard | string | no |
DestinationFileStorageId | Guid? | yes |
DestinationPath | string | no |
IsZip | bool? | yes |
CanArchive | bool? | yes |
ArchiveFileStorageId | Guid? | yes |
ArchivePath | string | no |
OverwriteType | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_FILE_14 | 400 | FILE_TRANSFER_ID_IS_NOT_FOUND | File transfer ID is not found |
path Parameters
idget-file-transfer-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
archiveFileStorageIdarchivePathcanArchivecodedestinationFileStorageIddestinationPathhasVirusScanidnameoverwriteTypePermitted values — validated against the overwrite_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | overwrite | no label seeded |
2 | No overwrite | no label seeded |
3 | Copy | no label seeded |
sourceFileStorageIdsourcePathsourcePathWildcardupdate-file-transfer
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_FILE_14 | 400 | FILE_TRANSFER_ID_IS_NOT_FOUND | File transfer ID is not found |
path Parameters
idupdate-file-transfer › Request Body
canArchivecodedestinationFileStorageIddestinationPathisZipnameoverwriteTypePermitted values — validated against the overwrite_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | overwrite | no label seeded |
2 | No overwrite | no label seeded |
3 | Copy | no label seeded |
sourceFileStorageIdsourcePathsourcePathWildcardarchiveFileStorageIdarchivePathupdate-file-transfer › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-file-transfer
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_FILE_14 | 400 | FILE_TRANSFER_ID_IS_NOT_FOUND | File transfer ID is not found |
path Parameters
iddelete-file-transfer › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-file-transfer-history-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<FileTransferHistoryDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BeginDate | DateTime? | yes |
CompletedDate | DateTime? | yes |
FileName | string | no |
FileSize | int? | yes |
Status | int | no |
ErrorDescription | string | no |
Member names are the service's declaration names.
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-file-transfer-history-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
beginDatecompletedDateerrorDescriptionfileNamefileSizeidstatusPermitted values — validated against the status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Open | no label seeded |
2 | Close | ar: إغلاق |
3 | Death | ar: الموت |
4 | Unseen | ar: غير مرئي |
5 | Renouncing Citizenship | ar: التخلي عن المواطنة |
14 | Stopped | ar: توقف |
15 | Secret | ar: سرّ |