4.24. ExtensionBundle
| Name | Description | Schema |
|---|---|---|
|
artifactId optional |
The artifact id of the extension bundleExample :
|
string |
|
bucketIdentifier required |
The identifier of the bucket this items belongs to. This cannot be changed
after the item is created.Example : |
string |
|
bucketName optional read-only |
The name of the bucket this items belongs to.Example :
|
string |
|
bundleType required |
The type of the extension bundleExample : |
enum (NIFI_NAR, MINIFI_CPP) |
|
createdTimestamp optional read-only |
The timestamp of when the item was created, as milliseconds since
epoch.Minimum value : |
integer (int64) |
|
description optional |
A description of the item.Example : |
string |
|
groupId optional |
The group id of the extension bundleExample :
|
string |
|
identifier optional read-only |
An ID to uniquely identify this object.Example :
|
string |
|
link optional |
An WebLink to this entity.Example : |
JaxbLink |
|
modifiedTimestamp optional read-only |
The timestamp of when the item was last modified, as milliseconds since
epoch.Minimum value : |
integer (int64) |
|
name required |
The name of the item.Example : |
string |
|
permissions optional |
The access that the current user has to the bucket containing this
item.Example : |
Permissions |
|
type required |
The type of item.Example : |
enum (Flow, Bundle) |
|
versionCount optional read-only |
The number of versions of this extension bundle.Minimum value :
|
integer (int64) |
