oci kms management key-version cancel-deletion has no response body
Open
Nobody has claimed this yet.
Key Management
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
Hi there - I can't get the response for key-version cancel-deletion :
kms management key-version cancel-deletion --key-id ocid1.key.oc1.xxxxxx--key-version-id ocid1.keyversion.oc1.xxxxxxxxx--profile xxxxxx -auth security_token --endpoint https://xxxxxxx-management.kms.xxxxx.oracleiaas.com --debug
Response:
......
reply: 'HTTP/1.1 200 OK\r\n'
header: Date: Wed, 15 May 2024 00:12:39 GMT
header: opc-request-id: C485790B7DC04CCBBD3C7CB1F57CFAB1/A374DBFD13E7E49FC27DD0775B467264/9FAED1B3D0E3A02B114D1215824093E1
header: Cache-Control: no-cache, no-store, no-transform, must-revalidate
header: ETag: 9cfa4bacffad9a5af254522838b0f9bf5031dad0
header: Content-Type: application/json
header: X-Content-Type-Options: nosniff
header: Strict-Transport-Security: max-age=31536000; includeSubDomains;
header: Content-Length: 800
DEBUG:oci.base_client.4519669792: 2024-05-15 00:12:39.120381: time elapsed for request C485790B7DC04CCBBD3C7CB1F57CFAB1: 1.2947725400008494
DEBUG:oci.base_client.4519669792: 2024-05-15 00:12:39.120546: time elapsed in response: 0:00:01.275654
DEBUG:oci.base_client.4519669792: 2024-05-15 00:12:39.120629: Response status: 200
DEBUG:oci.base_client.4519669792: 2024-05-15 00:12:39.122209: python SDK time elapsed for deserializing: 0.001434738005627878
DEBUG:oci.base_client.4519669792: 2024-05-15 00:12:39.122355: Response returned
DEBUG:oci.base_client.4519669792:time elapsed for request: 1.2970995259966003
Am I missing something?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the kms management key-version cancel-deletion command with the shown options and inspect the complete debug response, including its body. Then trace how this command handles the HTTP 200 response and deserialization. Done means establishing whether a response body is expected and ensuring the CLI behavior or documentation matches that expectation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100