Waiting for engine...
Skip to main content

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

Toggle Pane

Download OpenAPI Specification: Download

FlowEndpointAlerts

Retrieves a specific flow endpoint alert configuration

Authorizations:
ApiKeyBearer
path Parameters
flowEndpointAlertId
required
integer <int32>

Unique identifier of the flow endpoint alert

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
activityAlertMinutes
integer <int32>
queueDepthIsEnabled
boolean
queueDepthAlertHours
integer <int32>
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>
queueDepthAlertCount
integer or null <int32>

Response samples

Content type
No sample

Deletes a specific flow endpoint alert configuration

Authorizations:
ApiKeyBearer
path Parameters
flowEndpointAlertId
required
integer <int32>

Unique identifier of the flow endpoint alert to delete

Responses

Response Schema:
object (thruStatus)
data
any or null

Response samples

Content type
No sample

Retrieves alert configurations for a specific flow endpoint

Authorizations:
ApiKeyBearer
query Parameters
flowEndpointId
required
integer <int32>

Unique identifier of the flow endpoint

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
activityAlertMinutes
integer <int32>
queueDepthIsEnabled
boolean
queueDepthAlertHours
integer <int32>
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>
queueDepthAlertCount
integer or null <int32>

Response samples

Content type
No sample

Creates a new flow endpoint alert configuration

Authorizations:
ApiKeyBearer
Request Body schema:

Flow endpoint alert configuration details

id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
activityAlertMinutes
integer <int32>
queueDepthIsEnabled
boolean
queueDepthAlertHours
integer <int32>
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>
queueDepthAlertCount
integer or null <int32>

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
activityAlertMinutes
integer <int32>
queueDepthIsEnabled
boolean
queueDepthAlertHours
integer <int32>
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>
queueDepthAlertCount
integer or null <int32>

Request samples

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

Response samples

Content type
No sample

Updates an existing flow endpoint alert configuration

Authorizations:
ApiKeyBearer
Request Body schema:

Updated flow endpoint alert configuration

id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
activityAlertMinutes
integer <int32>
queueDepthIsEnabled
boolean
queueDepthAlertHours
integer <int32>
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>
queueDepthAlertCount
integer or null <int32>

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
activityAlertMinutes
integer <int32>
queueDepthIsEnabled
boolean
queueDepthAlertHours
integer <int32>
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>
queueDepthAlertCount
integer or null <int32>

Request samples

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

Response samples

Content type
No sample

Saves flow endpoint alert configuration (creates new or updates existing)

Authorizations:
ApiKeyBearer
Request Body schema:

Flow endpoint alert configuration to save

id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
activityAlertMinutes
integer <int32>
queueDepthIsEnabled
boolean
queueDepthAlertHours
integer <int32>
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>
queueDepthAlertCount
integer or null <int32>

Responses

Response Schema:
id
integer <int32>
flowEndpointId
integer <int32>
isEnabled
boolean
activityAlertMinutes
integer <int32>
queueDepthIsEnabled
boolean
queueDepthAlertHours
integer <int32>
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>
queueDepthAlertCount
integer or null <int32>

Request samples

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

Response samples

Content type
No sample

Deletes all alert configurations for a specific flow endpoint

Authorizations:
ApiKeyBearer
query Parameters
flowEndpointId
required
integer <int32>

Unique identifier of the flow endpoint

Responses

Response Schema:
any

Response samples

Content type
No sample