Boomi MFT - AFT Management API Reference (v1) - EndpointOptions
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
Retrieves all available protocols for endpoint configuration
Returns list of all available transfer protocols for endpoint configuration.
Authorizations:
ApiKeyBearer
Responses
Response Schema:
Array
| id | integer <int32> |
| name | string or null |
| displayOrder | integer <int32> |
| description | string or null |
Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Retrieves configuration options for a specific protocol
Returns detailed configuration options and settings available for a specific protocol.
Authorizations:
ApiKeyBearer
query Parameters
| protocolId | integer <int32> Unique identifier of the protocol to get options for |
Responses
Response Schema:
| protocolId | integer <int32> |
Array of objects or null (EndpointTypes) |
Response samples
- 200
- 403
- 500
Content type
No sample
Retrieves available AWS S3 regions for endpoint configuration
Returns list of available AWS S3 regions with endpoint URLs for S3 configuration.
Authorizations:
ApiKeyBearer
Responses
Response Schema:
Array
| id | integer <int32> |
| name | string or null |
| region | string or null |
| endpoint | string or null |
| protocol | string or null |
| description | string or null |
Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Retrieves available Azure Blob Storage authentication types for endpoints
Returns available authentication methods for Azure Blob Storage endpoints.
Authorizations:
ApiKeyBearer
Responses
Response Schema:
Array
| id | integer <int32> |
| name | string or null |
| description | string or null |
Response samples
- 200
- 401
- 403
- 500
Content type
No sample
Was this topic helpful?