Waiting for engine...
Skip to main content

Boomi MFT - AFT Management API Reference (v1) - EndpointOptions

Toggle Pane

Download OpenAPI Specification: Download

EndpointOptions

Retrieves all available 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

Content type
No sample

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

Content type
No sample

Retrieves all protocol types

Authorizations:
ApiKeyBearer

Responses

Response Schema:
Array
object (vwProtocolsList)
object (ProtocolTypeViewItem)

Response samples

Content type
No sample

Retrieves the server path configuration

Authorizations:
ApiKeyBearer

Responses

Response Schema:
string

Response samples

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

Content type
No sample

Retrieves available Azure Blob Storage authentication types for endpoints

Authorizations:
ApiKeyBearer

Responses

Response Schema:
Array
id
integer <int32>
name
string or null
description
string or null

Response samples

Content type
No sample