This add-on supports the Automation Framework.
The add-on will add OpenAPI definitions if they are found while spidering but adding them explicitly via a URL or local file is recommended if they are available.
The targetUrl parameter works in the same way per ‘Target URL Format’.
The openapi job allows you to import OpenAPI definitions via a URL or file.
- type: openapi # OpenAPI definition import
parameters:
apiFile: # String: Local file containing the OpenAPI definition, default: null, no definition will be imported
apiUrl: # String: URL containing the OpenAPI definition, default: null, no definition will be imported
context: # String: Context to use when importing the OpenAPI definition, default: null, no context will be used
targetUrl: # String: URL which overrides the target defined in the definition, default: null, the target will not be overridden