Poll for Response to the Request for Event Logging

Indicate the success or failure to log the event.

Poll for response to the request for event logging

Item

Description

URI

/uai/2.0/events/{pollingId} 

Method

GET 

Query parameters

pollingId: ID returned by /uai/2.0/events API (see Log the Event of the Update Process)

Request body

N/A

Response codes

200: Success.

402: Asynchronous request. Use the URL returned to poll for a response.

401: The request is unauthorized. This could be because a JWT was not found in the header, the token has expired, the signature is invalid, or a public key could not be identified (most commonly because the public key has not been uploaded to FlexNet Operations).

Sample Response

This is the data structure indicating the success (status 200) or failure (status 401) to log the event for an update.

{

   "arguments": "string"

   "key": "string"

   "message": "string"

}

If the request is still being processed (status 202), a URL to poll for completion of the request is returned:

{

   "url": "string"

}