Discover disabled or deprecated APIs

By default, the latest releases (starting with 2024.3) of API Control Plane agent will not include disabled or deprecated APIs during API discovery. As these APIs cannot be used for new subscriptions, we assume that most customers have no use for them im API Control Plane. However, it is possible to manually add configuration parameters to the agent, to include these APIs.

You can add the following environment variables, to include disabled or deprecated APIs:

  • gateway.includeDisabledApis=true

  • gateway.includeDeprecatedApis=true

If your agent is configured via a config file, you may instead add these lines to the config file, as needed:

includeDisabledApis: true includeDeprecatedApis: true