application id/name
application data
a promise that resolves to an application object
Create an empty application export template
an empty application export template
Delete application
application uuid
Optional
deep: booleandeep delete (remove dependencies)
a promise that resolves to an application object
Delete application by name
application name
Optional
deep: booleandeep delete (remove dependencies)
a promise that resolves to an application object
Delete all applications
Optional
deep: booleandeep delete (remove dependencies)
a promise that resolves to an array of application objects
Export application. The response can be saved to file as is.
application uuid
export options
Promise resolving to an ApplicationExportInterface object.
Export application by name. The response can be saved to file as is.
application name
export options
Promise resolving to an ApplicationExportInterface object.
Export all applications. The response can be saved to file as is.
Optional
options: ApplicationExportOptionsPromise resolving to an ApplicationExportInterface object.
Import application. The import data is usually read from an application export file.
application uuid
application import data.
Promise resolving to an application object.
Import application by name. The import data is usually read from an application export file.
application name
application import data.
Promise resolving to an application object.
Import applications. The import data is usually read from an application export file.
application import data.
Import first application. The import data is usually read from an application export file.
application import data.
Query applications
CREST search filter
Optional
fields: string[]array of fields to return
Read application
application uuid
a promise that resolves to an application object
Read application by name
application name
a promise that resolves to an application object
Read all applications. Results are sorted aphabetically.
a promise that resolves to an array of application objects
Update application
application uuid
application data
a promise that resolves to an application object
Create application