Listing domain notification settings failure
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
Updated to latest release: 3.51.7
Using packaged client on Oracle Cloud subscription on Oracle Linux 9.
Following syntax listed here:
Copy/past command to retrieve notification settings of selected domain with following command:
oci identity-domains notification-settings list --endpoint my-domain-url-here
Receive following error:
AttributeError: 'IdentityDomainsClient' object has no attribute 'list_notification_settings'
Command is literally copied/pasted from command reference, only adding --endpoint parameter (as required).
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 comparing the 3.51.7 packaged CLI command for identity-domains notification-settings list with the linked command reference and the IdentityDomainsClient methods. Reproduce the copied command with --endpoint; done when listing notification settings no longer raises the reported AttributeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100