Host Handlers Input Schema
host_update.schema.json
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | host-update.schema.json |
Host Handlers Input Type
object (Host Handlers Input)
Host Handlers Input Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| update | object |
Required | cannot be null | Host Handlers Input |
| state | object |
Optional | cannot be null | Host Handlers Input |
| config | object |
Optional | cannot be null | Host Handlers Input |
update
All information related to the update process of a host (containing all authentication repositories linked to that host)
update
-
is required
-
Type:
object(Update data) -
cannot be null
-
defined in: Host Handlers Input
update Type
object (Update data)
state
Persistent and transient states
state
-
is optional
-
Type:
object(State) -
cannot be null
-
defined in: Host Handlers Input
state Type
object (State)
config
Additional configuration, loaded from config.json located inside the library root
config
-
is optional
-
Type:
object(Configuration data) -
cannot be null
-
defined in: Host Handlers Input
config Type
object (Configuration data)