To find all Products in a specific Provider organization using the API Connect CLI, you can use the following command:
products:list --realm [providerOrg]
This command will list all Products that belong to the specified Provider organization. You can then use additional filtering options to find Products based on specific criteria, such as their creation date or status.
References:
IBM API Connect: API Connect CLI Reference
IBM API Connect: Managing Products with the CLI
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit