Get Key Management Servers
Select
SaaS
Customer Managed
Get key management servers
Responses
- 200
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
KeyManagementServers object[]
id int32Gives the key management server id
name stringGives the name of the key management server
type stringPossible values: [
NONE
,COMMVAULT
,KMIP
,AWS_KMS
,AZURE_KEY_VAULT
,SAFENET
,PASSPHRASE
]Gives the key provider type for the key management server
{
"KeyManagementServers": [
{
"id": 0,
"name": "string",
"type": "NONE"
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...