blob: 4d2dd08f52810e1d684fa8c057a2ecb1f303bf81 [file] [log] [blame]
AppaRao Puli99b5aaa2018-09-25 15:18:17 +05301description: >
Tom Joseph264d4012020-05-21 16:35:54 +05302 Implement to expose the properties of service objects like bmcweb,
3 phosphor-ipmi-net etc. This interface can be used to get and set the
4 properties of the service.
AppaRao Puli99b5aaa2018-09-25 15:18:17 +05305
6properties:
Tom Joseph264d4012020-05-21 16:35:54 +05307 - name: Enabled
8 type: boolean
AppaRao Puli99b5aaa2018-09-25 15:18:17 +05309 description: >
Tom Joseph264d4012020-05-21 16:35:54 +053010 Specifies the current state of the service. This property can be used
11 to enable or disable the service.
12 - name: Masked
13 type: boolean
AppaRao Puli99b5aaa2018-09-25 15:18:17 +053014 description: >
Tom Joseph264d4012020-05-21 16:35:54 +053015 Specifies whether the service is masked or not masked. This property
16 can be used to permanently enable or disable the service.
17 - name: Running
18 type: boolean
AppaRao Puli99b5aaa2018-09-25 15:18:17 +053019 description: >
Tom Joseph264d4012020-05-21 16:35:54 +053020 Specifies whether the service is running or not. This property can be
21 used to start or stop a service.