Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. EJB Business Entity Service Calls
  4. REST Business Entity Service Calls
  5. REST APIs for Data Director
  6. SOAP Business Entity Service Calls
  7. Cross-reference Records and BVT Calculations Services
  8. Supporting Corporate Linkage Service
  9. External Calls to Cleanse, Analyze, and Transform Data
  10. Appendix A: Using REST APIs to Add Records
  11. Appendix B: Using REST APIs to Upload Files
  12. Appendix C: Using REST APIs to Manage Reports

Upload Login BG File

Upload Login BG File

The Upload Login BG File REST API uploads a background image for the Data Director application login page. To specify the file name, add it to the X-File-Name header of the POST request. Send the image data in the REST request body. The Content-Type header value must be
application/octet-stream
.
The API uses the POST method.
The file size of the image must not exceed the value of the
cmx.file.max_file_size_mb
property specified in the
cmxserver.properties
file. The API supports the image file types that the browser supports. For information about the supported browser versions, see the Product Availability Matrix (PAM) at https://network.informatica.com/community/informatica-network/product-availability-matrices.
Request URL
The Upload Login BG File URL has the following format:
http://<host>:<port>/<context>/<path>
Make the following HTTP POST request to the Update Login BG URL:
POST http://<host>:<port>/cmx/ui/theme/login_bg_image
Sample API Request
The following sample request uploads the login page background image file:
POST http://localhost:8080/cmx/ui/theme/login_bg_image
Sample API Response
The API returns a 200 OK response code after successfully uploading a new background image file for the Data Director login page. The response body is empty.

0 COMMENTS

We’d like to hear from you!