The service to delete
Optional
globalConfig: booleantrue if the global service is the target of the operation, false otherwise. Default: false.
Deletes all services
Optional
globalConfig: booleantrue if the global service is the target of the operation, false otherwise. Default: false.
Export service. The response can be saved to file as is.
service id/name
Optional
globalConfig: booleantrue if the global service is the target of the operation, false otherwise. Default: false.
Promise resolving to a ServiceExportInterface object.
Export all services
Optional
globalConfig: booleantrue if the global service is the target of the operation, false otherwise. Default: false.
Get all services including their descendents.
Optional
globalConfig: booleantrue if the global service is the target of the operation, false otherwise. Default: false.
Promise resolving to an array of services with their descendants
Get list of services
Optional
globalConfig: booleantrue if the list of global services is requested, false otherwise. Default: false.
Imports a single service using a reference to the service and a file to read the data from. Optionally clean (remove) an existing service first
The service id/name to add
The service configuration export data to import
Import options
A promise resolving to a service object
Imports multiple services from the same file. Optionally clean (remove) existing services first
The service configuration export data to import
Import options
A promise resolving to an array of service objects
Deletes the specified service