Boomi MFT - AFT Management API Reference (v1) - FlowEndpointRenameOptions
Download OpenAPI Specification: Download
Retrieves a specific file rename configuration by ID
Authorizations:
ApiKeyBearer
path Parameters
| flowEndpointRenameOptionId required | integer <int32> Unique identifier of the file rename configuration |
Responses
Response Schema:
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| name | string or null |
| filter | string or null |
| regexString | string or null |
| testString | string or null |
| jsonString | string or null |
| 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> |
| assignedPathIdList | Array of integers or null <int32> [ items <int32 > ] |
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
No sample
Deletes a specific file rename configuration
Authorizations:
ApiKeyBearer
path Parameters
| flowEndpointRenameOptionId required | integer <int32> Unique identifier of the file rename configuration to delete |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
No sample
Retrieves all file rename configurations for a specific flow endpoint
Authorizations:
ApiKeyBearer
query Parameters
| flowEndpointId required | integer <int32> Unique identifier of the flow endpoint (required) |
Responses
Response Schema:
Array
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| name | string or null |
| filter | string or null |
| regexString | string or null |
| testString | string or null |
| jsonString | string or null |
| 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> |
| assignedPathIdList | Array of integers or null <int32> [ items <int32 > ] |
Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Creates a new file rename configuration for a flow endpoint
Authorizations:
ApiKeyBearer
Request Body schema:
File rename configuration details including patterns and replacement rules
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| name | string or null |
| filter | string or null |
| regexString | string or null |
| testString | string or null |
| jsonString | string or null |
| 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> |
| assignedPathIdList | Array of integers or null <int32> [ items <int32 > ] |
Responses
Response Schema:
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| name | string or null |
| filter | string or null |
| regexString | string or null |
| testString | string or null |
| jsonString | string or null |
| 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> |
| assignedPathIdList | Array of integers or null <int32> [ items <int32 > ] |
Request samples
- Payload
Content type
{- "id": 0,
- "flowEndpointId": 0,
- "name": "string",
- "filter": "string",
- "regexString": "string",
- "testString": "string",
- "jsonString": "string",
- "createdBy": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "deletedBy": "string",
- "deletedDate": "2019-08-24T14:15:22Z",
- "assignedPathIdList": [
- 0
]
}Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Updates an existing file rename configuration for a flow endpoint
Authorizations:
ApiKeyBearer
Request Body schema:
Updated file rename configuration details
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| name | string or null |
| filter | string or null |
| regexString | string or null |
| testString | string or null |
| jsonString | string or null |
| 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> |
| assignedPathIdList | Array of integers or null <int32> [ items <int32 > ] |
Responses
Response Schema:
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| name | string or null |
| filter | string or null |
| regexString | string or null |
| testString | string or null |
| jsonString | string or null |
| 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> |
| assignedPathIdList | Array of integers or null <int32> [ items <int32 > ] |
Request samples
- Payload
Content type
{- "id": 0,
- "flowEndpointId": 0,
- "name": "string",
- "filter": "string",
- "regexString": "string",
- "testString": "string",
- "jsonString": "string",
- "createdBy": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "deletedBy": "string",
- "deletedDate": "2019-08-24T14:15:22Z",
- "assignedPathIdList": [
- 0
]
}Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Saves file rename configuration (creates new or updates existing based on ID)
Performs upsert operation: creates new configuration if ID is 0, otherwise updates existing configuration
Authorizations:
ApiKeyBearer
Request Body schema:
File rename configuration to save (performs upsert based on record ID)
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| name | string or null |
| filter | string or null |
| regexString | string or null |
| testString | string or null |
| jsonString | string or null |
| 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> |
| assignedPathIdList | Array of integers or null <int32> [ items <int32 > ] |
Responses
Response Schema:
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| name | string or null |
| filter | string or null |
| regexString | string or null |
| testString | string or null |
| jsonString | string or null |
| 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> |
| assignedPathIdList | Array of integers or null <int32> [ items <int32 > ] |
Request samples
- Payload
Content type
{- "id": 0,
- "flowEndpointId": 0,
- "name": "string",
- "filter": "string",
- "regexString": "string",
- "testString": "string",
- "jsonString": "string",
- "createdBy": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "deletedBy": "string",
- "deletedDate": "2019-08-24T14:15:22Z",
- "assignedPathIdList": [
- 0
]
}Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Deletes all file rename configurations for a specific flow endpoint
Authorizations:
ApiKeyBearer
query Parameters
| flowEndpointId required | integer <int32> Unique identifier of the flow endpoint to remove all file rename configurations for |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Was this topic helpful?