Table of Contents

Search

  1. Preface
  2. Product Overview
  3. Security
  4. Applications
  5. Partner and Account Information
  6. Events
  7. Event Archiving
  8. User Policies
  9. Schedules
  10. B2B Data Exchange Administrative Tasks
  11. On-boarding Checklist Template
  12. System Properties
  13. Repository Management
  14. Document Management
  15. B2B Data Exchange Utilities
  16. DX Toggle Server REST API
  17. Dashboard and Reports Management

Administrator Guide

Administrator Guide

Resume All Endpoints REST API

Resume All Endpoints REST API

Use the Resume All Inbound REST API to resume all the
B2B Data Exchange
endpoints. This API uses the POST method.
Use the following URL for the REST API call:
POST https://<hostName>:<portNumber>/dx-server-rest-api/v1/resume_all_dx_endpoints
  • <hostName>
    is the host name or IP address of the
    B2B Data Exchange
    server.
  • <portNumber>
    is the port number of the
    B2B Data Exchange
    server. The default port is 19553.
For example,
https://myserver:19553
You can provide a request body to the REST API call. The following table describes the request body objects:
Object
Arguments
username
The username (login name) used to connect to the mailbox server.
password
The password to connect to the mailbox server.
isPasswordEncrypted
Indicates whether the password is encrypted. Run the
dxpasswd.bat
or
dxpasswd.sh
command to encrypt the password.
When all the endpoints are resumed, the Resume All Inbound REST API returns a
RUNNING
response.

Request Body Example

The following code shows the request body syntax:
Key
Value
Description
username
sys
-
password
sys
-
isPasswordEncrypted
false
-

Response Body Example

The following code shows the response body syntax:
RUNNING

0 COMMENTS

We’d like to hear from you!