Create an application
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
/applicationsAuthorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Bodyapplication/json
namestringrequiredDisplay name of the application.
descriptionstringShort free-text description.
categoryIdstring<uuid>Category to file the application under.
hostingTypestringHow 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>requiredIdentifier of the newly created application.
namestringrequiredDisplay name of the application.
descriptionstring | nullShort free-text description.
criticalitystring | nullBusiness criticality assigned to the application.
logostring | nullURL of the application icon.