4.24. ExtensionBundle

Name Description Schema

artifactId optional

The artifact id of the extension bundleExample : "string"

string

bucketIdentifier required

The identifier of the bucket this items belongs to. This cannot be changed after the item is created.Example : "string"

string

bucketName optional read-only

The name of the bucket this items belongs to.Example : "string"

string

bundleType required

The type of the extension bundleExample : "string"

enum (NIFI_NAR, MINIFI_CPP)

createdTimestamp optional read-only

The timestamp of when the item was created, as milliseconds since epoch.Minimum value : 1 Example : 0

integer (int64)

description optional

A description of the item.Example : "string"

string

groupId optional

The group id of the extension bundleExample : "string"

string

identifier optional read-only

An ID to uniquely identify this object.Example : "string"

string

link optional

An WebLink to this entity.Example : "JaxbLink"

JaxbLink

modifiedTimestamp optional read-only

The timestamp of when the item was last modified, as milliseconds since epoch.Minimum value : 1 Example : 0

integer (int64)

name required

The name of the item.Example : "string"

string

permissions optional

The access that the current user has to the bucket containing this item.Example : "Permissions"

Permissions

type required

The type of item.Example : "string"

enum (Flow, Bundle)

versionCount optional read-only

The number of versions of this extension bundle.Minimum value : 0 Example : 0

integer (int64)