Waiting for engine...
Skip to main content

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

Toggle Pane

Download OpenAPI Specification: Download

FlowEndpointAntiVirusOptions

Retrieves a specific anti-virus configuration by ID

Authorizations:
ApiKeyBearer
path Parameters
flowEndpointAntiVirusOptionId
required
integer <int32>

Unique identifier of the anti-virus configuration

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
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>

Response samples

Content type
No sample

Deletes a specific anti-virus configuration

Authorizations:
ApiKeyBearer
path Parameters
flowEndpointAntiVirusOptionId
required
integer <int32>

Unique identifier of the anti-virus configuration to delete

Responses

Response Schema:
object (thruStatus)
data
any or null

Response samples

Content type
No sample

Retrieves all anti-virus 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>
isEnabled
boolean
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>

Response samples

Content type
No sample

Creates a new anti-virus configuration for a flow endpoint

Authorizations:
ApiKeyBearer
Request Body schema:

Anti-virus configuration details including scanning rules and file type filters

id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
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>

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
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>

Request samples

Content type
{
  • "id": 0,
  • "flowEndpointId": 0,
  • "isEnabled": true,
  • "createdBy": "string",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "updatedDate": "2019-08-24T14:15:22Z",
  • "deletedBy": "string",
  • "deletedDate": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample

Updates an existing anti-virus configuration for a flow endpoint

Authorizations:
ApiKeyBearer
Request Body schema:

Updated anti-virus configuration details

id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
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>

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
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>

Request samples

Content type
{
  • "id": 0,
  • "flowEndpointId": 0,
  • "isEnabled": true,
  • "createdBy": "string",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "updatedDate": "2019-08-24T14:15:22Z",
  • "deletedBy": "string",
  • "deletedDate": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample

Saves anti-virus 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:

Anti-virus configuration to save (performs upsert based on record ID)

id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
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>

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
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>

Request samples

Content type
{
  • "id": 0,
  • "flowEndpointId": 0,
  • "isEnabled": true,
  • "createdBy": "string",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "updatedDate": "2019-08-24T14:15:22Z",
  • "deletedBy": "string",
  • "deletedDate": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample

Deletes all anti-virus configurations for a specific flow endpoint

Authorizations:
ApiKeyBearer
query Parameters
flowEndpointId
integer <int32>

Unique identifier of the flow endpoint to remove all anti-virus configurations for

Responses

Response Schema:
object (thruStatus)
data
any or null

Response samples

Content type
No sample