Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

List networks and connections from multiple accounts #60

Open
joshdcox opened this issue Sep 11, 2020 · 0 comments
Open

List networks and connections from multiple accounts #60

joshdcox opened this issue Sep 11, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joshdcox
Copy link
Member

As someone that manages networks and connections in multiple Pureport accounts, I'd like to be able to list all networks and connections that I can read without having to loop over a list of accounts.

I currently have to do something like this:

for account in $(pureport accounts list | jq -c '.[] | {id: .id}' | cut -d\" -f4); do
  pureport accounts connections -a ${account} list
done
``
@privateip privateip self-assigned this Sep 11, 2020
@privateip privateip transferred this issue from pureport/pureport-python Sep 11, 2020
@privateip privateip added the enhancement New feature or request label Sep 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants