Request Manifest File

Request the manifest file which contains details of all files required to achieve the update.

Request Manifest File

Item

Description

URI

/uai/2.0/updates/manifests

Method

POST

Query parameters

manifestRequest

Request body

{

    "uuid": "string"

}

Response codes

200: Not used

202: Submitted request is still being processed. Use the URL returned to continue to poll for the response.

Sample Response

If the request has been accepted (status 202), a URL including a polling ID to poll for completion of the request is returned:

{

   "url": "string"

}