Update Key
PUT/projects/:projectId/providers/Aruba.Security/kms/:id/keys/:keyId
Update Key
Request
Path Parameters
Query Parameters
The requested API version
1
- application/json
- text/json
- application/*+json
Body
Kms key name
Body
Kms key name
Body
Kms key name
Responses
- 200
- 400
- 404
- 500
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
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
]
{
"keyId": "string",
"privateKeyId": "string",
"name": "string",
"algorithm": "Aes",
"creationSource": "Cmp",
"type": "Symmetric",
"status": "Active"
}
- Schema
- Example (from schema)
Schema
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
]
{
"keyId": "string",
"privateKeyId": "string",
"name": "string",
"algorithm": "Aes",
"creationSource": "Cmp",
"type": "Symmetric",
"status": "Active"
}
- Schema
- Example (from schema)
Schema
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
]
{
"keyId": "string",
"privateKeyId": "string",
"name": "string",
"algorithm": "Aes",
"creationSource": "Cmp",
"type": "Symmetric",
"status": "Active"
}
Bad Request
- 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"
}
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