Boomi MFT - AFT Management API Reference (v1) - FlowEndpointProcessingOptions
Download OpenAPI Specification: Download
Retrieves a specific processing option configuration by ID
Authorizations:
ApiKeyBearer
path Parameters
| flowEndpointProcessingOptionId required | integer <int32> Unique identifier of the processing option configuration |
Responses
Response Schema:
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| isEncryption | boolean |
| isDecryption | boolean |
| isCompression | boolean |
| isDecompression | boolean |
| isNotifications | boolean |
| isTransferIfFileSizeChanged | boolean |
| isTransferIfCreateDateNewer | boolean |
| isTransferIfModifiedDateNewer | boolean |
| isTransferAllBatches | boolean |
| isTransferLatestBatchOnly | boolean |
| errorActionId | integer <int32> |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| pgpKeyId | integer <int32> |
| compressionTypeId | integer <int32> |
| compressionPassword | string or null |
| compressBatch | boolean |
| isVerify | boolean |
| verifyPgpKeyId | integer or null <int32> |
| isSign | boolean |
| signPgpKeyId | integer or null <int32> |
| isAsciiArmor | boolean |
| isEncryptionOrDecryption | boolean |
| isCompressionOrDecompression | boolean |
Response samples
- 200
- 403
- 500
Content type
No sample
Deletes a specific processing option configuration
Authorizations:
ApiKeyBearer
path Parameters
| flowEndpointProcessingOptionId required | integer <int32> Unique identifier of the processing option configuration to delete |
Responses
Response Schema:
| isDeleted | boolean |
Response samples
- 200
- 403
- 500
Content type
No sample
Retrieves all processing option configurations for a specific flow endpoint
Authorizations:
ApiKeyBearer
query Parameters
| flowEndpointId | integer <int32> Unique identifier of the flow endpoint |
Responses
Response Schema:
Array
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| isEncryption | boolean |
| isDecryption | boolean |
| isCompression | boolean |
| isDecompression | boolean |
| isNotifications | boolean |
| isTransferIfFileSizeChanged | boolean |
| isTransferIfCreateDateNewer | boolean |
| isTransferIfModifiedDateNewer | boolean |
| isTransferAllBatches | boolean |
| isTransferLatestBatchOnly | boolean |
| errorActionId | integer <int32> |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| pgpKeyId | integer <int32> |
| compressionTypeId | integer <int32> |
| compressionPassword | string or null |
| compressBatch | boolean |
| isVerify | boolean |
| verifyPgpKeyId | integer or null <int32> |
| isSign | boolean |
| signPgpKeyId | integer or null <int32> |
| isAsciiArmor | boolean |
| isEncryptionOrDecryption | boolean |
| isCompressionOrDecompression | boolean |
Response samples
- 200
- 403
- 500
Content type
No sample
Saves processing option configuration (creates new or updates existing based on service logic)
Uses service-level upsert logic to determine whether to create or update the configuration
Authorizations:
ApiKeyBearer
Request Body schema:
Processing option configuration to save
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| isEncryption | boolean |
| isDecryption | boolean |
| isCompression | boolean |
| isDecompression | boolean |
| isNotifications | boolean |
| isTransferIfFileSizeChanged | boolean |
| isTransferIfCreateDateNewer | boolean |
| isTransferIfModifiedDateNewer | boolean |
| isTransferAllBatches | boolean |
| isTransferLatestBatchOnly | boolean |
| errorActionId | integer <int32> |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| pgpKeyId | integer <int32> |
| compressionTypeId | integer <int32> |
| compressionPassword | string or null |
| compressBatch | boolean |
| isVerify | boolean |
| verifyPgpKeyId | integer or null <int32> |
| isSign | boolean |
| signPgpKeyId | integer or null <int32> |
| isAsciiArmor | boolean |
Responses
Response Schema:
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| isEncryption | boolean |
| isDecryption | boolean |
| isCompression | boolean |
| isDecompression | boolean |
| isNotifications | boolean |
| isTransferIfFileSizeChanged | boolean |
| isTransferIfCreateDateNewer | boolean |
| isTransferIfModifiedDateNewer | boolean |
| isTransferAllBatches | boolean |
| isTransferLatestBatchOnly | boolean |
| errorActionId | integer <int32> |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| pgpKeyId | integer <int32> |
| compressionTypeId | integer <int32> |
| compressionPassword | string or null |
| compressBatch | boolean |
| isVerify | boolean |
| verifyPgpKeyId | integer or null <int32> |
| isSign | boolean |
| signPgpKeyId | integer or null <int32> |
| isAsciiArmor | boolean |
| isEncryptionOrDecryption | boolean |
| isCompressionOrDecompression | boolean |
Request samples
- Payload
Content type
{- "id": 0,
- "flowEndpointId": 0,
- "isEncryption": true,
- "isDecryption": true,
- "isCompression": true,
- "isDecompression": true,
- "isNotifications": true,
- "isTransferIfFileSizeChanged": true,
- "isTransferIfCreateDateNewer": true,
- "isTransferIfModifiedDateNewer": true,
- "isTransferAllBatches": true,
- "isTransferLatestBatchOnly": true,
- "errorActionId": 0,
- "createdBy": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "deletedBy": "string",
- "deletedDate": "2019-08-24T14:15:22Z",
- "pgpKeyId": 0,
- "compressionTypeId": 0,
- "compressionPassword": "string",
- "compressBatch": true,
- "isVerify": true,
- "verifyPgpKeyId": 0,
- "isSign": true,
- "signPgpKeyId": 0,
- "isAsciiArmor": true
}Response samples
- 200
- 403
- 500
Content type
No sample
Deletes all processing option configurations for a specific flow endpoint
Authorizations:
ApiKeyBearer
query Parameters
| flowEndpointId | integer <int32> Unique identifier of the flow endpoint to remove all processing option configurations for |
Responses
Response Schema:
| isDeleted | boolean |
Response samples
- 200
- 403
- 500
Content type
No sample
Was this topic helpful?