Add HSM key

Adds an existing key configuration.

Securitybearer or cookie
Request
Request Body schema: application/json
required
clientID
required
string

The Application ID that will be accessing the Key Vault.

keyName
required
string (AzureKeyName) ^[a-zA-Z0-9-]{1,127}$

The name of the key.

keyVersion
required
string (AzureKeyVersion) ^[a-zA-Z0-9]{32}$

The version of the key.

vaultName
required
string

The name given to the vault your key is stored in.

Responses
200

OK

4XX

Client error.

5XX

Server error.

post/hsm/key
Request samples
application/json
{
  • "clientID": "string",
  • "keyName": "string",
  • "keyVersion": "string",
  • "vaultName": "string"
}
Response samples
application/json
{
  • "status": 0,
  • "message": "string"
}
Copyright © Curvegrid 2022. All right reserved.