Account Commands
account summary
Prints some various bits of information about an account
account summary [OPTIONS]
account events
Summary and acknowledgement of upcoming and ongoing maintenance events
account events [OPTIONS]
Options
- --announcement
Show only announcement events.
- --ack-all
Acknowledge every upcoming event. Doing so will turn off the popup in the control portal.
- --date-min <date_min>
Earliest date to retrieve events for [MM/DD/YYYY]. Default: 2 days ago.
- --planned
Show only planned events.
- --unplanned
Show only unplanned events.
account event-detail
Details of a specific event, and ability to acknowledge event.
account event-detail [OPTIONS] IDENTIFIER
Options
- --ack
Acknowledge Event. Doing so will turn off the popup in the control portal
Arguments
- IDENTIFIER
Required argument
account invoices
List invoices
account invoices [OPTIONS]
Options
- --all
Return ALL invoices. There may be a lot of these.
- Default:
False
- --closed
Include invoices with a CLOSED status.
- Default:
False
- --limit <limit>
How many invoices to get back.
- Default:
50
account invoice-detail
Invoice details
Will display the top level invoice items for a given invoice. The cost displayed is the sum of the item’s cost along with all its child items. The –details option will display any child items a top level item may have. Parent items will appear in this list as well to display their specific cost.
account invoice-detail [OPTIONS] IDENTIFIER
Options
- --details
Shows a very detailed list of charges
- Default:
False
Arguments
- IDENTIFIER
Required argument
account billing-items
Lists billing items with some other useful information.
Similiar to https://cloud.ibm.com/billing/billing-items
account billing-items [OPTIONS]
Options
- -c, --create <create>
The date the billing item was created.
- -o, --ordered <ordered>
Name that ordered the item
- -C, --category <category>
Category name
account item-detail
Gets detailed information about a billing item.
account item-detail [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument
account cancel-item
Cancel the resource or service for a billing item.
By default the billing item will be canceled on the next bill date and reclaim of the resource will begin shortly after the cancellation
account cancel-item [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument
account orders
Lists account orders. Use slcli order lookup <ID> to find more details about a specific order.
account orders [OPTIONS]
Options
- -l, --limit <limit>
How many results to get in one api call
- Default:
100
- --upgrades
Show upgrades orders.
account licenses
Show all licenses.
account licenses [OPTIONS]
account bandwidth-pools
Displays bandwidth pool information
Similiar to https://cloud.ibm.com/classic-bandwidth/pools
More information https://cloud.ibm.com/docs/bandwidth-metering?topic=bandwidth-metering-get-started-with-bandwidth-metering
account bandwidth-pools [OPTIONS]
account bandwidth-pools-detail
Get bandwidth pool details.
account bandwidth-pools-detail [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument
account hooks
Show all Provisioning Scripts.
account hooks [OPTIONS]
account hook-create
Order/create a provisioning script.
account hook-create [OPTIONS]
Options
- -N, --name <name>
Required The name of the hook.
- -U, --uri <uri>
Required The endpoint that the script will be downloaded
account hook-delete
Delete a provisioning script
account hook-delete [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument