API Manager operations
Use API Manager operations to explore and manage resources in your IBM® API Connect provider organization. These operations help you discover available catalogs, retrieve published APIs, products, and gateways, and control the number of results returned that uses pagination parameters.
The API Manager operations help you interact with and manage resources in your IBM API Connect provider organization. These operations are especially useful for developers, testers, and administrators who need to complete the following actions:
- Discover available catalogs in the organization.
- Retrieve published APIs, products, and gateways from specific catalogs.
- Control the volume of data returned that uses pagination parameters like
limitandskip.
List catalogs
List catalogs from an IBM API Connect provider organization. Limit and offset values are used to control the number of catalogs returned.
| Field name | Type | Default value | Description |
|---|---|---|---|
| Limit (optional) | Integer | 100 | Maximum number of catalog rows to return. |
| Skip (optional) | Integer | 0 | Number of rows to skip before the results are displayed based on the limit. |
You can use the following prompts to list catalogs
| Action | Prompts |
|---|---|
| List catalogs |
|
List published APIs
Lists published APIs from a catalog in an IBM API Connect instance provider organization. It takes the catalog name as input and returns all the APIs published to that catalog. List APIs is the same as listing published APIs.
| Field name | Type | Default value | Description |
|---|---|---|---|
| Catalog | String | Sandbox | ID or name of the catalog from which the APIs are listed. |
| Limit (optional) | Integer | 10 | Maximum number of rows to return. |
| Skip (optional) | Integer | 0 | Skip this number of rows and return the remaining rows according to the limit set. |
You can use the following prompts to list published APIs.
| Action | prompts |
|---|---|
| List published APIs, products, or gateways |
|
List published products
Lists published products from a catalog in an IBM API Connect instance provider organization. It takes the catalog name as input and returns all the products that are published to that catalog. List products are the same as listing published products.
| Field name | Type | Default value | Description |
|---|---|---|---|
| Catalog | String | Sandbox | ID or name of the catalog from which the APIs are listed. |
| Limit (optional) | Integer | 10 | Maximum number of rows to return. |
| Skip (optional) | Integer | 0 | Skip this number of rows and return the remaining rows according to the limit set. |
You can use the following prompts to list published products.
| Action | prompts |
|---|---|
| List published APIs, products, or gateways |
|
List gateways in catalog
Lists gateways from a catalog in an IBM API Connect instance provider organization. It takes the catalog name as input and returns all the configured gateways from that catalog.
| Field name | Type | Default value | Description |
|---|---|---|---|
| Catalog | String | Sandbox | ID or name of the catalog from which the APIs are listed. |
| Limit (optional) | Integer | 10 | Maximum number of rows to return. |
| Skip (optional) | Integer | 0 | Skip this number of rows and return the remaining rows according to the limit set. |
You can use the following prompts to list published products.
| Action | prompts |
|---|---|
| List published APIs, products, or gateways |
|