Apache NiFi Registry REST APIPDF version

4.7. BucketItem

Name Description Schema

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

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

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)