5.1.1.1 Calling the API to Generate the URL

To call the API, follow these steps:
  1. Open a relevant tool.
  2. Copy only the Authorization Token that you got from the Authentication Request.
  3. Go to Header.
  4. Enter KEY as an Authentication and Description as a bearer (Authorization Token) <eyJ4NXQjUzI1NiI6Ikk3cWxndm1Kal...>.
  5. Send a request using the POST Method. The request must be in the following format:
    1. URL- https://<HOST_NAME:PORT>/<TENANT>/dsa-ext/v1/fileupd/gen-par

      Note:

      The maximum number of files that can be uploaded in a single API request is 10. If the number of files exceeds this limit, the system returns an error response.
      Error Responses
      • Public API Error
        {
          "code": "DS0003",
          "body": "Invalid JSON"
        }
      • Legacy API Error
        errorCode: FSS-0165
        errorDescription: Number of file uploads requested are more than configured limit
    2. Query Parameter - No query parameters.