Attention: If you are upgrading from an earlier version to a higher or
the latest version, ensure that you complete the post-upgrade steps for each intermediate release
that are listed on the
post-upgrade
page. If a version is not listed on the page, it means there are no post-upgrade steps
required for that release.
After upgrading to the new Optimizer version, complete the following steps before using
the Optimizer service.
Note: In the following steps, replace <sip-domain> with your Sterling Intelligent
Promising deployment domain and <tenantId> with your tenant
ID.
Procedure
-
Publish node types from Promising to Optimizer.
POST https://<sip-domain>/private/configuration/<tenantId>/v1/nodeTypes/sync
-
Publish nodes from Promising to Optimizer.
POST https://<sip-domain>/private/configuration/<tenantId>/v1/nodes/sync
-
Retrieve the list of carriers from CAS.
GET https://<sip-domain>/cas/<tenantId>/v1/configuration/carriers
Save the carrierId values returned by this API.
-
Retrieve carrier services for each carrier. For every carrierId obtained
in the step 3, invoke:
GET https://<sip-domain>/cas/<tenantId>/v1/configuration/carriers/<carrierId>/carrierServices
Save the carrierServiceId values returned by this API.
-
Recreate carrier service data in Optimizer. For every carrierServiceId
obtained in the step 4, invoke:
PUT https://<sip-domain>/cas/<tenantId>/v1/configuration/carrierServices/<carrierServiceId>
- Publish shipping groups to Optimizer.
POST https://<sip-domain>/private/configuration/<tenantId>/v1/shippingGroups/sync
With completion of these steps, the Optimizer configuration data is synchronized with
the upgraded environment and the Optimizer service is ready for use.