List API Manager instances
anypoint_list_api_manager_instancesList API instances managed by Anypoint API Manager in an environment to inspect their assets, endpoints, and technology for operational visibility.
Instructions
List API instances managed by Anypoint API Manager in an environment, with their assets, endpoints and technology.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records, default 100. | |
| orgId | No | Business group id. Defaults to ANYPOINT_ORG_ID, or the credentials' own organization. | |
| offset | No | Pagination offset, default 0. | |
| assetId | No | Filter by Exchange asset id. | |
| includeRaw | No | Include the raw Anypoint API objects alongside the normalized fields. | |
| technology | No | Filter by technology, e.g. mule4, flexGateway. | |
| environmentId | No | Environment id. Use instead of environmentName. | |
| environmentName | No | Environment name, e.g. 'Production'. Resolved to an id, must match exactly one. |