Skip to content

Latest commit

 

History

History
173 lines (89 loc) · 7.53 KB

settings-properties-rootdefault_configs.md

File metadata and controls

173 lines (89 loc) · 7.53 KB

root.default_configs Schema

https://github.com/dm-drogeriemarkt/lisa/blob/master/src/settings/schema.json#/properties/default_configs
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none settings.schema.json*

default_configs Type

object (root.default_configs)

default_configs Properties

Property Type Required Nullable Defined by
build boolean Optional cannot be null root
enabled boolean Optional cannot be null root
managed boolean Optional cannot be null root
organization_id string Required cannot be null root
architecture_id string Required cannot be null root
compute_attributes object Optional cannot be null root
interfaces_attributes array Optional cannot be null root

build

build

  • is optional

  • Type: boolean

  • cannot be null

  • defined in: root

build Type

boolean

enabled

enabled

  • is optional

  • Type: boolean

  • cannot be null

  • defined in: root

enabled Type

boolean

managed

managed

  • is optional

  • Type: boolean

  • cannot be null

  • defined in: root

managed Type

boolean

organization_id

Organization global id from Foreman

organization_id

  • is required

  • Type: string

  • cannot be null

  • defined in: root

organization_id Type

string

organization_id Examples

"MDE6T3JnYW5pemF0aW9uLTE="

architecture_id

Architecture global id from Foreman

architecture_id

  • is required

  • Type: string

  • cannot be null

  • defined in: root

architecture_id Type

string

architecture_id Examples

"MDE6QXJjaGl0ZWN0dXJlLTE="

compute_attributes

compute_attributes

compute_attributes Type

object (root.default_configs.compute_attributes)

interfaces_attributes

interfaces_attributes

interfaces_attributes Type

object[] (root.default_configs.interfaces_attributes.items)

interfaces_attributes Constraints

maximum number of items: the maximum number of items for this array is: 1

minimum number of items: the minimum number of items for this array is: 1

unique items: all items in this array must be unique. Duplicates are not allowed.