Skip to content

Latest commit

 

History

History
100 lines (52 loc) · 2.04 KB

class.ServerService.md

File metadata and controls

100 lines (52 loc) · 2.04 KB

directus-monorepo ( Readme | API )


directus-monorepo > ServerService

Class: ServerService

Constructors

constructor()

new ServerService(options): ServerService

Parameters

Parameter Type
options AbstractServiceOptions

Returns

ServerService

Source

api/src/services/server.ts:27

Properties

accountability

accountability: any

Source

api/src/services/server.ts:23


knex

knex: Knex< any, any[] >

Source

api/src/services/server.ts:22


schema

schema: SchemaOverview

Source

api/src/services/server.ts:25


settingsService

settingsService: SettingsService

Source

api/src/services/server.ts:24

Methods

health()

health(): Promise< Record< string, any > >

Returns

Promise< Record< string, any > >

Source

api/src/services/server.ts:109


serverInfo()

serverInfo(): Promise< Record< string, any > >

Returns

Promise< Record< string, any > >

Source

api/src/services/server.ts:34


Generated using TypeDoc and typedoc-plugin-markdown