Get Key
GET/projects/:projectId/providers/Aruba.Security/kms/:id/keys/:keyId
Get Key
Request
Path Parameters
projectId stringrequired
id stringrequired
keyId stringrequired
Query Parameters
api-version string
The requested API version
Default value:
1
Responses
- 200
- 404
- 500
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
keyIdstringnullable
Kms key id
privateKeyIdstringnullable
Kms Private key id
namestringnullable
Kms key name
algorithmKeyAlgorithms (string)
Possible values: [Aes
, Rsa
]
creationSourceKeyCreationSource (string)
Possible values: [Cmp
, Other
]
typeKeyTypes (string)
Possible values: [Symmetric
, Asymmetric
]
statusKeyStatuses (string)
Possible values: [Active
, InCreation
, Deleting
, Deleted
, Failed
]
{
"keyId": "string",
"privateKeyId": "string",
"name": "string",
"algorithm": "Aes",
"creationSource": "Cmp",
"type": "Symmetric",
"status": "Active"
}
- Schema
- Example (from schema)
Schema
keyIdstringnullable
Kms key id
privateKeyIdstringnullable
Kms Private key id
namestringnullable
Kms key name
algorithmKeyAlgorithms (string)
Possible values: [Aes
, Rsa
]
creationSourceKeyCreationSource (string)
Possible values: [Cmp
, Other
]
typeKeyTypes (string)
Possible values: [Symmetric
, Asymmetric
]
statusKeyStatuses (string)
Possible values: [Active
, InCreation
, Deleting
, Deleted
, Failed
]
{
"keyId": "string",
"privateKeyId": "string",
"name": "string",
"algorithm": "Aes",
"creationSource": "Cmp",
"type": "Symmetric",
"status": "Active"
}
- Schema
- Example (from schema)
Schema
keyIdstringnullable
Kms key id
privateKeyIdstringnullable
Kms Private key id
namestringnullable
Kms key name
algorithmKeyAlgorithms (string)
Possible values: [Aes
, Rsa
]
creationSourceKeyCreationSource (string)
Possible values: [Cmp
, Other
]
typeKeyTypes (string)
Possible values: [Symmetric
, Asymmetric
]
statusKeyStatuses (string)
Possible values: [Active
, InCreation
, Deleting
, Deleted
, Failed
]
{
"keyId": "string",
"privateKeyId": "string",
"name": "string",
"algorithm": "Aes",
"creationSource": "Cmp",
"type": "Symmetric",
"status": "Active"
}
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error