oracle / oracle/oci-cli

Listing domain notification settings failure

Open
#909 0 comments 0 reactions 0 assignees View on GitHub

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:

https://docs.oracle.com/en-us/iaas/tools/oci-cli/3.51.7/oci_cli_docs/cmdref/identity-domains/notification-settings/list.html

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.