file-storages
Operations addressed under /file-storages — 5 operations.
get-file-storage-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<FileStorageDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
Description | string | no |
ProtocolType | int | no |
ConnectionString | string | no |
IsActive | bool? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-file-storage-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.
connectionStringdescriptionidisActivenameprotocolTypePermitted values — validated against the protocol_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
5 | MinIO | no label seeded |
7 | FTP/SFTP | en: FTP/SFTP |
3 | Azure | no label seeded |
4 | AWS S3 | no label seeded |
create-file-storage
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.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_FILE_1 | 400 | THERE_IS_ALREADY_FILE_STORAGE_WITH_THIS_NAME | There is already file storage with this name |
create-file-storage › Request Body
connectionStringdescriptionisActivenameprotocolTypePermitted values — validated against the protocol_type parameter.
| Value | Meaning |
|---|---|
5 | MinIO |
7 | FTP/SFTP |
3 | Azure |
4 | AWS S3 |
Permitted values — validated against the protocol_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
5 | MinIO | no label seeded |
7 | FTP/SFTP | en: FTP/SFTP |
3 | Azure | no label seeded |
4 | AWS S3 | no label seeded |
create-file-storage › 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-storage-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 FileStorageDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
Description | string | no |
ProtocolType | int | no |
ConnectionString | string | no |
IsActive | bool? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_FILE_2 | 400 | FILE_STORAGE_ID_IS_NOT_FOUND | File storage ID is not found |
path Parameters
idget-file-storage-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.
connectionStringdescriptionidisActivenameprotocolTypePermitted values — validated against the protocol_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
5 | MinIO | no label seeded |
7 | FTP/SFTP | en: FTP/SFTP |
3 | Azure | no label seeded |
4 | AWS S3 | no label seeded |
update-file-storage
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_2 | 400 | FILE_STORAGE_ID_IS_NOT_FOUND | File storage ID is not found |
path Parameters
idupdate-file-storage › Request Body
connectionStringdescriptionisActivenameprotocolTypePermitted values — validated against the protocol_type parameter.
| Value | Meaning |
|---|---|
5 | MinIO |
7 | FTP/SFTP |
3 | Azure |
4 | AWS S3 |
Permitted values — validated against the protocol_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
5 | MinIO | no label seeded |
7 | FTP/SFTP | en: FTP/SFTP |
3 | Azure | no label seeded |
4 | AWS S3 | no label seeded |
update-file-storage › 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-storage
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_2 | 400 | FILE_STORAGE_ID_IS_NOT_FOUND | File storage ID is not found |
path Parameters
iddelete-file-storage › 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.