3.1.3 Initialization
The lower layer of the protocol initializes the management server when there is a request received over the URI of interest. As a part of the initialization, the following steps are used to initialize the states:
Check if the ADM_IPAMDataStore and ADM_IPAMSecurityGroups are initialized and provisioned. The mechanism to perform this check will be implementation-dependent. If the ADM_IPAMDataStore and ADM_IPAMSecurityGroups are initialized, set ADM_IsIPAMConfigured to TRUE. Otherwise set ADM_IsIPAMConfigured to FALSE.
If ADM_IsIPAMConfigured is TRUE, check whether the IPAM data store requires a schema conversion. This check will be implementation dependent. If the schema conversion is required, set ADM_IsSchemaConversionRequired to TRUE. Otherwise set ADM_IsSchemaConversionRequired to FALSE.