Boomi MFT - AFT Management API Reference (v1) - FlowEndpointServerUsers
Download OpenAPI Specification: Download
Retrieves a specific server user configuration by ID
Authorizations:
ApiKeyBearer
path Parameters
| flowEndpointServerUserId required | integer <int32> Unique identifier of the server user configuration |
Responses
Response Schema:
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| isEnabled | boolean |
| username | string or null |
| authTypeId | integer or null <int32> |
| userPassword | string or null |
| certificateId | integer or null <int32> |
| sshKeyId | integer or null <int32> |
| description | string or null |
| 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
- 200
- 401
- 403
- 500
Content type
No sample
Deletes a specific server user configuration
Authorizations:
ApiKeyBearer
path Parameters
| flowEndpointServerUserId required | integer <int32> Unique identifier of the server user configuration to delete |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
No sample
Retrieves all server user 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 |
| username | string or null |
| authTypeId | integer or null <int32> |
| userPassword | string or null |
| certificateId | integer or null <int32> |
| sshKeyId | integer or null <int32> |
| description | string or null |
| 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
- 200
- 401
- 403
- 500
Content type
No sample
Creates a new server user configuration for a flow endpoint
Authorizations:
ApiKeyBearer
Request Body schema:
Server user configuration details including credentials and access settings
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| isEnabled | boolean |
| username | string or null |
| authTypeId | integer or null <int32> |
| userPassword | string or null |
| certificateId | integer or null <int32> |
| sshKeyId | integer or null <int32> |
| description | string or null |
| 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 |
| username | string or null |
| authTypeId | integer or null <int32> |
| userPassword | string or null |
| certificateId | integer or null <int32> |
| sshKeyId | integer or null <int32> |
| description | string or null |
| 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
- Payload
Content type
{- "id": 0,
- "flowEndpointId": 0,
- "isEnabled": true,
- "username": "string",
- "authTypeId": 0,
- "userPassword": "string",
- "certificateId": 0,
- "sshKeyId": 0,
- "description": "string",
- "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
- 200
- 401
- 403
- 500
Content type
No sample
Updates an existing server user configuration for a flow endpoint
Authorizations:
ApiKeyBearer
Request Body schema:
Updated server user configuration details
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| isEnabled | boolean |
| username | string or null |
| authTypeId | integer or null <int32> |
| userPassword | string or null |
| certificateId | integer or null <int32> |
| sshKeyId | integer or null <int32> |
| description | string or null |
| 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 |
| username | string or null |
| authTypeId | integer or null <int32> |
| userPassword | string or null |
| certificateId | integer or null <int32> |
| sshKeyId | integer or null <int32> |
| description | string or null |
| 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
- Payload
Content type
{- "id": 0,
- "flowEndpointId": 0,
- "isEnabled": true,
- "username": "string",
- "authTypeId": 0,
- "userPassword": "string",
- "certificateId": 0,
- "sshKeyId": 0,
- "description": "string",
- "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
- 200
- 401
- 403
- 500
Content type
No sample
Saves server user 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:
Server user configuration to save (performs upsert based on record ID)
| id | integer <int32> |
| flowEndpointId | integer <int32> |
| isEnabled | boolean |
| username | string or null |
| authTypeId | integer or null <int32> |
| userPassword | string or null |
| certificateId | integer or null <int32> |
| sshKeyId | integer or null <int32> |
| description | string or null |
| 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 |
| username | string or null |
| authTypeId | integer or null <int32> |
| userPassword | string or null |
| certificateId | integer or null <int32> |
| sshKeyId | integer or null <int32> |
| description | string or null |
| 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
- Payload
Content type
{- "id": 0,
- "flowEndpointId": 0,
- "isEnabled": true,
- "username": "string",
- "authTypeId": 0,
- "userPassword": "string",
- "certificateId": 0,
- "sshKeyId": 0,
- "description": "string",
- "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
- 200
- 401
- 403
- 500
Content type
No sample
Was this topic helpful?