You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

About this Resource

Defines an initial setup resource in the SBC system. This is a unique one-time resource used to create an initial configuration for the node, after which the resource becomes unavailable.

REST API Methods for this Resource

Resource Schema

Configuration

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
ifIpAddrAssignMethodNoNoEnum0Possible values:
  • 0 - static
  • 1 - dynamic
Determines whether specific node-level settings are configured dynamically (via DHCP) or statically.
hostNameNoNostringnone64 - Max Length Specifies a hostname for the SBC 1000/2000. The combination of the host and domain names is the FQDN, which must not exceed 255 characters. If this is not provided then the default 'hostname' will be the node serial number.
domainNameNoNostringnone255 - Max Length Specifies a domain name for the SBC 1000/2000 - only required if IP addressing is static. The combination of the host and domain names is the FQDN, which must not exceed 255 characters.
applicationIPV4AddressNoNostringnone15 - Max Length Sets the Ethernet 1 IP address. This field is inapplicable if the ifIpAddrAssignMethod attribute is set to dynamic. For static addressing, this field must be provided as a valid IPv4 address.
applicationIPV4NetmaskNoNostringnone15 - Max Length Sets the Ethernet 1 IP subnet. This field is inapplicable if the ifIpAddrAssignMethod attribute is set to dynamic. For static addressing, this field must be provided as a valid IPv4 subnet.
gatewayAddressNoNostringnone15 - Max Length Sets the gateway address for the default static route. This field is inapplicable if the ifIpAddrAssignMethod attribute is set to dynamic. For static addressing, this field must be provided, must not be empty, and must be within the same subnet but not the same address as the applicationIPV4Address.
asmDHCPEnabledNoNoBOOLEAN_TYPE Determines whether DHCP is enabled on the Application Solution Module. This field is inapplicable if the node does not have an ASM or if the ifIpAddrAssignMethod attribute is set to dynamic.
asmIPV4AddressNoNostringnone15 - Max Length Sets the ASM's IPV4 address. This field is inapplicable if the node does not have an ASM, or if asmDHCPEnabled is set to true.
timeZoneGeoNameNoNostringUTC128 - Max Length Sets the system's time zone.
primaryDNSServerIPNoNostringnone15 - Max Length Sets the IP address (IPv4 format) of the primary DNS server. This field is inapplicable if the ifIpAddrAssignMethod attribute is set to dynamic. Setting this field to empty (with static addressing) will disable DNS.
secondaryDNSServerIPNoNostringnone15 - Max Length Sets the IP address (IPv4 format) of the secondary DNS server. This field is inapplicable if the ifIpAddrAssignMethod attribute is set to dynamic. Setting this field to empty (with static addressing) will disable secondary DNS server.
adminUserNameYesNostringnone32 - Max Length Specifies an administrative username to be used in subsequent logins
adminUserPasswordYesNostringnone128 - Max Length Specifies an administrative user password to be used in subsequent logins
restUserNameNoNostringnone32 - Max Length Specifies a REST username to be used in subsequent authentications. If this attribute, and restUserPassword, are empty or not provided then the node will not be set up for REST access until a REST user is created from the UI.
restUserPasswordNoNostringnone128 - Max Length Specifies a REST user password to be used in subsequent authentications. If this attribute, and restUserName, are empty or not provided then the node will not be set up for REST access until a REST user is created from the UI.
  • No labels