Skip to main content

Server Operations Web Services - Reload Keyring

Universal Controller supports the following RESTful-based web service for the Reload Keyring Server Operation.

Formatting specifications for the web service, including details about parameter requirements, are provided.

Reload Keyring

Description

URI

http://host_name/uc/resources/serveroperation/reloadkeyring

HTTP Method

POST

Description

Reload the Key Encryption Key keyring file.

Example URI

http://localhost:8080/uc/resources/serveroperation/reloadkeyring

Authentication

Basic/Token

Consumes Content-Type

application/json

Produces Content-Type

application/json

Example Response

  • Status 200
    • Successful response.
    {
    "operation": "Reload Keyring",
    "success": true,
    "output": "Successfully reloaded the keyring file."
    }
  • Status 400
    • Bad Request