Getting started with the REST API for MFT
Get started quickly with the administrative REST API for Managed File Transfer and try out a few example requests to view the MFT agent status, and to view a list of transfers.
Before you begin
- The examples use cURL to send REST requests to view a list of transfers and view MFT agent status. Therefore, to complete this task you need cURL installed on your system.
-
To complete this task, you must be a user with certain privileges so that you can use the dspmqweb command:
On z/OS®, you must have authority to
run the dspmqweb command, and write access to the
mqwebuser.xml file.
On all other operating systems, you must be a privileged user.
Procedure
What to do next
- The examples use basic authentication to secure the request. You can use token-based authentication or client-based authentication instead. For more information, see Using token-based authentication with the REST API, and Using client certificate authentication with the REST API and IBM MQ Console.
- Learn more about using the administrative REST API and constructing URLs with query parameters: Using the administrative REST API.
- Browse the reference information for the available administrative REST API for MFT resources and all the available optional query parameters: administrative REST API reference.
- Discover the messaging REST API, a RESTful interface for IBM MQ messaging: Messaging using the REST API.
- Discover the IBM MQ Console, a browser-based GUI: Administration using a web console.