Applications

Create an application

Add an application to the inventory. Only `name` is required; everything else can be filled in later with a partial update.

Required scope applications:add

post/applications

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Bodyapplication/json

namestringrequired

Display name of the application.

descriptionstring

Short free-text description.

categoryIdstring<uuid>

Category to file the application under.

hostingTypestring

How the application is hosted.

accessUrlstring<uri>

URL users open to reach the application.

iconUrlstring<uri>

URL of the application icon.

organizationIdsstring<uuid>[]

Organizations the application is attached to.

Response201 · application/json

The application was created.

idstring<uuid>required

Identifier of the newly created application.

namestringrequired

Display name of the application.

descriptionstring | null

Short free-text description.

criticalitystring | null

Business criticality assigned to the application.

logostring | null

URL of the application icon.