Skip to content

Description and Example were missing in slcli firewall monitoring, slcli globalip assign #2033

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

Closed
ramkishor-ch opened this issue Jul 14, 2023 · 0 comments · Fixed by #2056
Closed
Assignees
Labels

Comments

@ramkishor-ch
Copy link
Contributor

  1. slcli firewall monitoring
    Description was missing, please add it.
    Description:
    Available Commands:
    add Create a new firewall
    cancel Cancels a firewall
    detail Detail information about a firewall
    edit Edit firewall rules
    list List all firewalls on your account

Expected:

 ./slcli firewall monitoring --help
Usage: slcli firewall monitoring [OPTIONS] IDENTIFIER

        Gets bandwidth details for a firewall from the past 30 days.

Available Commands:
  add         Create a new firewall
  cancel      Cancels a firewall
  detail      Detail information about a firewall
  edit        Edit firewall rules
  list        List all firewalls on your account

┌────┬────────────┬─────────────────────────────┐
│    │ identifier │                             │
│ -h │ --help     │ Show this message and exit. │
└────┴────────────┴─────────────────────────────┘
  1. slcli globalip assign
    Example was missing, please add it.

EXAMPLE:
slcli globalip assign 12345678 9.111.123.456
This command assigns IP address with ID 12345678 to a target device whose IP address is 9.111.123.456.

Expected:

./slcli globalip assign --help    
Usage: slcli globalip assign [OPTIONS] IDENTIFIER

EXAMPLE:
        slcli globalip assign 12345678 9.111.123.456
        This command assigns IP address with ID 12345678 to a target device whose IP address is 9.111.123.456.

        Assigns the subnet to a target.

┌────┬─────────────┬───────────────────────────────────────────────────────────────────────────┐
│    │ identifier  │                                                                           │
│    │ --target    │ choose the type. vlan, ip, hardware, vsi Choices: vlan, ip, hardware, vsi │
│    │ --target-id │ The identifier for the destination resource to route this subnet to.      │
│ -h │ --help      │ Show this message and exit.                                               │
└────┴─────────────┴───────────────────────────────────────────────────────────────────────────┘
More information about types and identifiers on https://sldn.softlayer.com/reference/services/SoftLayer_Network_Subnet/route/
@JayasilanJibm JayasilanJibm self-assigned this Jul 25, 2023
JayasilanJibm pushed a commit that referenced this issue Jul 27, 2023
Example and sub feature for slcli firewall, slcli globalip assign,cancel,create,list command
JayasilanJibm pushed a commit that referenced this issue Jul 28, 2023
Fixes for slcli globalip tests
allmightyspiff added a commit that referenced this issue Aug 3, 2023
Example and sub feature for slcli firewall monitoring, slcli globalip specific commands #2033
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants