Update Signing Key REST API

To ensure the integrity of requests for Updates and Insights update information from devices or other software, the Notification Server creates a JSON Web Signature (JWS) for each update response. A private/public key pair is required to be able to generate and verify the JWS. The client device or software must have access to the public key to verify the JWS.

This API requests the unique public key to be used for the each site. The public key corresponds to a unique private key used to generate the JWS for update requests.

Request Public Key from FlexNet Operations

Item

Description

URI

/operations/api/updates/update-signing-key 

Method

GET 

Query parameters

N/A

Request body

N/A

Response codes

200: OK

Sample Response

This is the data structure for a successful GET method:

{

   "publicKey": "string"

}