List Keys
GET/projects/:projectId/providers/Aruba.Security/kms/:id/keys
List Keys
Request
Path Parameters
Query Parameters
The requested API version
1Responses
- 200
- 404
- 500
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
]
values
object[]
Kms key id
Kms Private key id
Kms key name
Possible values: [Aes, Rsa]
Possible values: [Cmp, Other]
Possible values: [Symmetric, Asymmetric]
Possible values: [Active, InCreation, Deleting, Deleted, Failed]
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"keyId": "string",
"privateKeyId": "string",
"name": "string",
"algorithm": "Aes",
"creationSource": "Cmp",
"type": "Symmetric",
"status": "Active"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
values
object[]
Kms key id
Kms Private key id
Kms key name
Possible values: [Aes, Rsa]
Possible values: [Cmp, Other]
Possible values: [Symmetric, Asymmetric]
Possible values: [Active, InCreation, Deleting, Deleted, Failed]
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"keyId": "string",
"privateKeyId": "string",
"name": "string",
"algorithm": "Aes",
"creationSource": "Cmp",
"type": "Symmetric",
"status": "Active"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
values
object[]
Kms key id
Kms Private key id
Kms key name
Possible values: [Aes, Rsa]
Possible values: [Cmp, Other]
Possible values: [Symmetric, Asymmetric]
Possible values: [Active, InCreation, Deleting, Deleted, Failed]
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"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
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error