This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
API Discovery (apiDiscovery)
Configuration for the API Discovery feature to document your REST APIs.
Attribute name | Data type | Default value | Description |
---|---|---|---|
apiName | string | The name of the aggregated API. | |
id | string | A unique configuration ID. | |
maxSubscriptions | int
Minimum: 0 Maximum: 100 |
20 | Specifies the maximum number of concurrent REST API clients that are listening for updates. |
- webModuleDoc
Description: Configuration for each web module that provides API documentation to be exposed.Required: falseData type: Attribute name Data type Default value Description contextRoot string The context root of the web module for which you are providing documentation. docURL string The URL of the documentation of this web module. The URL can be relative to the context root by starting with a forward slash (/) or absolute by starting with http or https. enabled boolean true A boolean that controls the processing of documentation for this web module. id string A unique configuration ID.