Boomi MFT - AFT Management API Reference (v1) - Endpoints
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
Retrieves a specific endpoint configuration by ID
Requires organization endpoint read permissions to access endpoint configuration data.
Authorizations:
path Parameters
| endpointId required | integer <int32> The unique identifier of the endpoint to retrieve |
Responses
Response Schema:
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Response samples
- 200
- 401
- 403
- 404
- 500
Deletes an endpoint configuration and removes all associated data
Requires organization endpoint delete permissions to remove endpoint configurations.
Authorizations:
path Parameters
| endpointId required | integer <int32> Unique identifier of the endpoint to delete |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Response samples
- 200
- 401
- 403
- 404
- 500
Retrieves all endpoints for a specific organization
Requires organization endpoint read permissions to access endpoint configurations.
Authorizations:
query Parameters
| organizationId | integer <int32> The unique identifier of the organization |
Responses
Response Schema:
| type | string or null |
| status | string or null |
| id | integer <int32> |
| organizationId | integer <int32> |
| endpointTypeId | integer <int32> |
| endpointStatusId | integer <int32> |
| name | string or null |
| code | string or null |
| description | string or null |
| thruNodeId | 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
Retrieves endpoints for a specific node within an organization
Requires organization endpoint read permissions to access node endpoint data.
Authorizations:
query Parameters
| organizationId | integer <int32> The unique identifier of the organization |
| nodeId | integer <int32> The unique identifier of the node |
Responses
Response Schema:
| type | string or null |
| status | string or null |
| id | integer <int32> |
| organizationId | integer <int32> |
| endpointTypeId | integer <int32> |
| endpointStatusId | integer <int32> |
| name | string or null |
| code | string or null |
| description | string or null |
| thruNodeId | 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
- 404
- 500
Updates an existing endpoint configuration
Requires organization endpoint update permissions to modify endpoint configurations. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
Updated endpoint configuration including connection details, authentication settings, and processing options
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Response Schema:
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 200
- 400
- 401
- 403
- 404
- 500
Creates a new endpoint configuration
Requires organization endpoint create permissions to create new endpoint configurations. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
New endpoint configuration including connection details, authentication settings, and processing options
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Response Schema:
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 200
- 400
- 401
- 403
- 500
Retrieves the V1 configuration data for a specific endpoint
Requires organization endpoint read permissions to retrieve endpoint configuration.
Authorizations:
query Parameters
| endpointId | integer <int32> Unique identifier of the endpoint to generate configuration for |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Response samples
- 200
- 401
- 403
- 404
- 500
Regenerates the transport client secret for an endpoint
Requires organization endpoint update permissions to regenerate transport client secrets.
Authorizations:
query Parameters
| endpointId | integer <int32> Unique identifier of the endpoint to regenerate secret for |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Response samples
- 200
- 401
- 403
- 404
- 500
Tests SFTP connection using the provided endpoint configuration
Requires organization endpoint read permissions to test SFTP connections. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
SFTP endpoint configuration to test
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 200
- 400
- 401
- 403
- 404
- 500
Tests FTPS connection using the provided endpoint configuration
Requires organization endpoint read permissions to test FTPS connections. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
FTPS endpoint configuration to test
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 200
- 400
- 401
- 403
- 404
- 500
Tests Amazon S3 connection using the provided endpoint configuration
Requires organization endpoint read permissions to test S3 connections. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
S3 endpoint configuration to test
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 200
- 400
- 401
- 403
- 404
- 500
Tests Azure Blob Storage connection using the provided endpoint configuration
Requires organization endpoint read permissions to test Azure Blob connections. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
Azure Blob endpoint configuration to test
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 200
- 400
- 401
- 403
- 404
- 500
Tests Azure Files connection using the provided endpoint configuration
Requires organization endpoint read permissions to test Azure Files connections. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
Azure Files endpoint configuration to test
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 200
- 400
- 401
- 403
- 404
- 500
Tests Google Cloud Storage connection using the provided endpoint configuration
Requires organization endpoint read permissions to test Google Cloud Storage connections. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
Google Cloud Storage endpoint configuration to test
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Response Schema:
object (thruStatus) | |
| data | any or null |
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 200
- 400
- 401
- 403
- 404
- 500
Tests LAN connection using the provided endpoint configuration
Requires organization endpoint read permissions to test LAN connections. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
LAN endpoint configuration to test
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 400
- 401
- 403
- 500
Retrieves recent activity data for all accessible endpoints
Requires organization endpoint read permissions to view endpoint activity.
Authorizations:
query Parameters
| count | integer <int32> Maximum number of recent activity records to retrieve |
Responses
Response Schema:
| id | integer <int32> |
| name | string or null |
| organizationId | integer <int32> |
| organizationName | string or null |
| code | string or null |
| createdDate | string <date-time> |
| updatedDate | string or null <date-time> |
Response samples
- 200
- 401
- 403
- 500
Retrieves all flows associated with a specific endpoint
Requires organization endpoint read permissions to view endpoint flows.
Authorizations:
query Parameters
| endpointId | integer <int32> Unique identifier of the endpoint to retrieve flows for |
Responses
Response Schema:
| id | integer <int32> |
| tenantId | integer <int32> |
| name | string or null |
| flowStatusId | integer <int32> |
| isBroadcast | boolean |
| isPublished | boolean |
| isIPaaSSubscription | boolean |
| connectorId | integer <int32> |
| code | string or null |
| 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> |
| contactId | integer or null <int32> |
Response samples
- 200
- 401
- 403
- 500
Saves endpoint configuration and applies flows synchronously
Requires organization endpoint update permissions to save and apply flows. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
Endpoint configuration with flow assignments to save and apply
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Response Schema:
| flowId | integer <int32> |
| flowName | string or null |
| success | boolean |
| message | string or null |
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 200
- 400
- 401
- 403
- 500
Saves endpoint configuration and applies flows asynchronously
Requires organization endpoint update permissions to save and apply flows asynchronously. Request body must contain valid EndpointEditorViewModel data.
Authorizations:
Request Body schema:
Endpoint configuration with flow assignments to save and apply
| id | integer <int32> |
| organizationId | integer <int32> |
| name | string or null |
| code | string or null |
| location | string or null |
| ipAddress | string or null |
| cidRmask | integer or null <int32> |
| description | string or null |
| thruNodeId | string or null |
| protocolId | integer <int32> |
| endpointTypeId | integer <int32> |
| isEnabled | boolean |
| s3BucketName | string or null |
| s3AccessKey | string or null |
| s3SecretKey | string or null |
| s3RegionTypeId | integer <int32> |
| s3ServiceUrl | string or null |
| transferSecretKey | string or null |
| transferInstallationKey | string or null |
| ftpsClientIPAddress | string or null |
| ftpsClientHost | string or null |
| ftpsClientPort | integer <int32> |
| ftpsClientUser | string or null |
| ftpsClientPassword | string or null |
| ftpsClientAuthTypeId | integer <int32> |
| ftpsClientCertificateId | integer or null <int32> |
| sftpClientIPAddress | string or null |
| sftpClientHost | string or null |
| sftpClientPort | integer <int32> |
| sftpClientUser | string or null |
| sftpUserPassword | string or null |
| sftpClientAuthTypeId | integer <int32> |
| sftpClientSshKeyId | integer or null <int32> |
| sftpAllowSimultaneousTransfers | boolean |
| aS2RemoteUrl | string or null |
| aS2RemoteOrgIdentifier | string or null |
| aS2PublicCertificate | string or null |
| mailTo | string or null |
| mailCC | string or null |
| mailBCC | string or null |
| mailSubject | string or null |
| mailMessage | string or null |
| mailLinkExpirationId | integer <int32> |
| azureAuthTypeId | integer <int32> |
| azureAccessKey | string or null |
| azureConnectionString | string or null |
| azureContainerName | string or null |
| azureContainerUrl | string or null |
| azureStorageAccountName | string or null |
| azureSharedAccessToken | string or null |
| azureBlobClientId | string or null |
| azureBlobClientSecret | string or null |
| azureBlobTenantId | string or null |
| externalIdpTokenEndpoint | string or null |
| externalIdpClientId | string or null |
| externalIdpClientSecret | string or null |
| externalIdpScope | string or null |
| azureFilesShareName | string or null |
| azureFilesShareUrl | string or null |
| httpServerUrl | string or null |
| httpClientUrl | string or null |
| lanNetworkSharePath | string or null |
| lanDomain | string or null |
| lanUsername | string or null |
| lanPassword | string or null |
| sharePointTenantName | string or null |
| sharePointSiteUrl | string or null |
| sharePointClientId | string or null |
| sharePointClientSecret | string or null |
| sharePointDocumentLibrary | string or null |
| thruFileShareSiteUrl | string or null |
| thruFileShareUsername | string or null |
| thruFileSharePassword | string or null |
| googleCloudStorageBucketName | string or null |
| googleCloudStorageServiceAccountKeyJson | string or null |
Responses
Response Schema:
| jobId | string or null |
| message | string or null |
Array of objects or null (FlowJobItemDto) |
Request samples
- Payload
{- "id": 0,
- "organizationId": 0,
- "name": "string",
- "code": "string",
- "location": "string",
- "ipAddress": "string",
- "cidRmask": 0,
- "description": "string",
- "thruNodeId": "string",
- "protocolId": 0,
- "endpointTypeId": 0,
- "isEnabled": true,
- "s3BucketName": "string",
- "s3AccessKey": "string",
- "s3SecretKey": "string",
- "s3RegionTypeId": 0,
- "s3ServiceUrl": "string",
- "transferSecretKey": "string",
- "transferInstallationKey": "string",
- "ftpsClientIPAddress": "string",
- "ftpsClientHost": "string",
- "ftpsClientPort": 0,
- "ftpsClientUser": "string",
- "ftpsClientPassword": "string",
- "ftpsClientAuthTypeId": 0,
- "ftpsClientCertificateId": 0,
- "sftpClientIPAddress": "string",
- "sftpClientHost": "string",
- "sftpClientPort": 0,
- "sftpClientUser": "string",
- "sftpUserPassword": "string",
- "sftpClientAuthTypeId": 0,
- "sftpClientSshKeyId": 0,
- "sftpAllowSimultaneousTransfers": true,
- "aS2RemoteUrl": "string",
- "aS2RemoteOrgIdentifier": "string",
- "aS2PublicCertificate": "string",
- "mailTo": "string",
- "mailCC": "string",
- "mailBCC": "string",
- "mailSubject": "string",
- "mailMessage": "string",
- "mailLinkExpirationId": 0,
- "azureAuthTypeId": 0,
- "azureAccessKey": "string",
- "azureConnectionString": "string",
- "azureContainerName": "string",
- "azureContainerUrl": "string",
- "azureStorageAccountName": "string",
- "azureSharedAccessToken": "string",
- "azureBlobClientId": "string",
- "azureBlobClientSecret": "string",
- "azureBlobTenantId": "string",
- "externalIdpTokenEndpoint": "string",
- "externalIdpClientId": "string",
- "externalIdpClientSecret": "string",
- "externalIdpScope": "string",
- "azureFilesShareName": "string",
- "azureFilesShareUrl": "string",
- "httpServerUrl": "string",
- "httpClientUrl": "string",
- "lanNetworkSharePath": "string",
- "lanDomain": "string",
- "lanUsername": "string",
- "lanPassword": "string",
- "sharePointTenantName": "string",
- "sharePointSiteUrl": "string",
- "sharePointClientId": "string",
- "sharePointClientSecret": "string",
- "sharePointDocumentLibrary": "string",
- "thruFileShareSiteUrl": "string",
- "thruFileShareUsername": "string",
- "thruFileSharePassword": "string",
- "googleCloudStorageBucketName": "string",
- "googleCloudStorageServiceAccountKeyJson": "string"
}Response samples
- 200
- 400
- 401
- 403
- 500
Retrieves the status and results of an asynchronous flow application job
Requires organization endpoint read permissions to view flow application job status.
Authorizations:
path Parameters
| jobId required | string Unique identifier of the flow application job |
Responses
Response Schema:
| jobId | string or null |
| status | string or null |
| endpointId | integer or null <int32> |
| endpointName | string or null |
| createdAt | string <date-time> |
| completedAt | string or null <date-time> |
| errorMessage | string or null |
Array of objects or null (FlowApplyResultDto) |
Response samples
- 200
- 401
- 403
- 404
- 500