Context
The context of sas within the schema tree is shown. Italicised links are to other pages.
deployment-config:sas (in sas-config.yaml) enabled sas-connection system-type system-version servers list
SAS configuration.
This node and its descendants are configured in sas-config.yaml.
- When present
 - 
Always.
 
Data Validation Constraint
enabled
'true' enables the use of SAS, 'false' disables.
Related Constraint
Conditional node ../sas-connection  depends on this node. The Conditional expression refers to this node as ../enabled.
Type boolean
- Value
 - 
'true' or 'false'
 - Default value
 - 
true
 
sas-connection
Configuration for connecting to SAS.
Conditional
This container is only valid when ../enabled = 'true'.
Container Structure
system-type
The SAS system type. Only valid for custom nodes. Defaults to the image name if not specified.
Related Constraint
../.. has a Data Validation Constraint which references this node. The validation expression refers to this node  as sas-connection/system-type.
Type string
- Value
 - 
a string with length 1 to 255 matching
[a-zA-Z0-9.\-_@:"', ]+ 
system-version
The SAS system version. Defaults to the VM version if not specified.
Type string
- Value
 - 
a string
 
servers list
The list of SAS servers to send records to.
Must contain at least 1 element.
Type List of ipv4-address-no-zone
- Description
 - 
An IPv4 address without a zone index.
See RFC 6991 for full details.
 - Values
 - 
a string with length 0 or more matching
[0-9\.]* 
