Apache NiFi Registry REST APIPDF version

4.26. ExtensionMetadata

Name Description Schema

bundleInfo optional

The information for the bundle where this extension is locatedExample : "4.10. BundleInfo"

4.10. BundleInfo

deprecationNotice optional

The deprecation notice of the extensionExample : "4.20. DeprecationNotice"

4.20. DeprecationNotice

description optional

The description of the extensionExample : "string"

string

displayName optional

The display name of the extensionExample : "string"

string

hasAdditionalDetails optional

Whether or not the extension has additional detail documentationExample : true

boolean

link optional

An WebLink to this entity.Example : "4.35. JaxbLink"

4.35. JaxbLink

linkDocs optional

A WebLink to the documentation for this extension.Example : "4.35. JaxbLink"

4.35. JaxbLink

name optional

The name of the extensionExample : "string"

string

providedServiceAPIs optional

The service APIs provided by the extensionExample : [ "4.39. ProvidedServiceAPI" ]

< 4.39. ProvidedServiceAPI > array

restricted optional

The restrictions of the extensionExample : "4.44. Restricted"

4.44. Restricted

tags optional

The tags of the extensionExample : [ "string" ]

< string > array

type optional

The type of the extensionExample : "string"

enum (PROCESSOR, CONTROLLER_SERVICE, REPORTING_TASK)