Boomi MFT - AFT Management API Reference (v1) - EndpointOptions
Download OpenAPI Specification: Download
Retrieves configuration options 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
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
Was this topic helpful?