-
Notifications
You must be signed in to change notification settings - Fork 59
Support Autonomous Recovery Service APIs #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
| you may need to experiment with the level of specificity to get the help you | ||
| need. | ||
| Listing resources in Autonomous Recovery Service is as below: | ||
| oci recovery protected-database-collection list-protected-databases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice addition. In your testing, can this be generalized to:
1. compute subcommand subcommand ...
2. compute subcommand
3. compute
Or something similar? Asking because I think you identified an issue that will affect other subcommands as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gebhardtr Thanks for the comments. I have addressed the comment and generalised the cli structure. Please take a look at .
[gebhardtr] |
|
@gebhardtr Could you please let me know if something else is pending on this PR for me to address? |
Description
api-mcp server, doesn’t consider how all the services have structured their CLIs. Our service, along with few other services (eg : psql), have a different command line structure for LIST operations. This is limiting the resource access to Autonomous Recovery Service.
Fixes # (issue)
#40
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
" Can you give me list of protected databases in Autonomous recovery service from compartment "
Results from cline with the changed description
Based on the previous analysis of compartment
ocid1.compartment.oc1..aaaaaa...fr3a, here are the protected databases in Autonomous Recovery Service:Protected Databases (7 total):
rcvdb1 (TERMINATED)
ocid1.recoveryserviceprotecteddatabase.oc1.phx.....gaocid1.database.oc1.phx.....idxiqcgds (TERMINATED)
ocid1.recoveryserviceprotecteddatabase.oc1.phx....7ogfblgaocid1.database.oc1.phx.....wfqjuly5 (TERMINATED)
ocid1.recoveryserviceprotecteddatabase.oc1.phx.....7aldqocid1.database.oc1.phx......h4uwaDB0130 (TERMINATED)
ocid1.recoveryserviceprotecteddatabase.....aldqocid1.database.oc1.phx.....yeqZL032518 (TERMINATED)
ocid1.recoveryserviceprotecteddatabase.oc1.phx....4paocid1.database.oc1.phx.....tm2utihaDB0129 (TERMINATED)
ocid1.recoveryserviceprotecteddatabase.oc1.phx....aldqocid1.database.oc1.phx......igkitraDB0227 (TERMINATED)
ocid1.recoveryserviceprotecteddatabase.oc1.phx....3g6aocid1.database.oc1.phx.anyhqljrhlxr34qaiqydoanaz2wbz74pr7fkubetxwtfmbh5ynwxpyrr3g6aTest Configuration:
Checklist: