Panorama to Strata Cloud Manager Migration
Moving policy from Panorama to Strata Cloud Manager (SCM)? NetConverter serializes your configuration into SCM REST API objects in correct dependency order, maps device-groups to folders, and validates the output before it reaches the cloud.
Why Panorama → SCM Is a Model Shift, Not a Copy
Strata Cloud Manager is not "Panorama in the cloud." Panorama organizes policy with device-groups and templates and is configured as an XML candidate config you commit and push. Strata Cloud Manager is a cloud-delivered control plane configured entirely through a REST API, where objects live in a folder/snippet hierarchy and every object is folder-scoped — there is no implicit "current location." A straight XML export will not load into SCM, which is why migration here means re-shaping the configuration, not copying it.
NetConverter handles that re-shaping through its vendor-neutral intermediate representation. The Panorama config is parsed once into a normalized model, then the SCM serializer emits a JSON array where each element is {"type", "name", "data"} targeting the api.strata.paloaltonetworks.com endpoints. Device-group intent is mapped onto SCM folders so shared-vs-local scoping survives the move, and objects are emitted in strict dependency order so the push never fails on a missing reference.
The Strata Cloud Manager Challenge
Folder-Scoped Objects
Every SCM object must declare a folder (Shared, All, or custom). Panorama's device-group inheritance has to be re-expressed as folder placement.
Strict Object Rules
Address objects allow only one type each (ip_netmask, ip_range, or fqdn), and host addresses require /32 CIDR — not a bare IP.
Dependency Ordering
Group members and referenced objects must exist before the things that reference them, or the API push fails mid-stream.
How NetConverter Solves It
SCM-Native Object Output
Output is a JSON array of SCM REST API objects — addresses, services, groups, zones, security rules, and NAT rules — ready to push, not a generic dump.
Device-Group → Folder Mapping
Panorama device-group and shared scoping is mapped onto the SCM folder hierarchy so policy intent and reuse are preserved.
Dependency-Ordered Push
Objects are emitted tags → addresses → services → groups → zones → security rules → NAT rules, so every reference resolves on first push.
OAuth 2.0 Service Auth
Pushes authenticate with SCM client-credentials (client_id, client_secret, TSG ID) using short-lived tokens that auto-refresh during the run.
4-Tier Validation + SCM Rulepack
An SCM-specific validation rulepack plus syntax, semantic, best-practice, and AI-assisted review run before anything reaches your tenant.
Reviewable in a Folder
Objects land in the folder you specify, so you inspect the migrated policy in SCM before committing and pushing to firewalls.
See the SCM Object Output
A Panorama security rule and its objects, re-shaped into the Strata Cloud Manager REST API objects NetConverter pushes — note the /32 host CIDR and the explicit folder on every object.
What Transfers — and What's Manual
Transfers automatically
Address/service objects and groups, zones, security rules, and NAT rules — re-shaped to SCM schema with /32 host normalization and combined TCP+UDP services split per protocol.
Mapped with review
Device-group hierarchy → SCM folders, and any naming that exceeds SCM limits (for example, zone names over 31 characters) is flagged for a quick decision.
Manual steps
Template-level settings (interfaces, routing, HA) and security profiles/decryption that have no 1:1 SCM object are listed as explicit manual steps rather than guessed at.
Migration Results
Need Custom Development or Complex Migration Support?
For large multi-tenant SCM rollouts, custom folder strategies, or dedicated engineering support, our team is here to help.
Ready to Migrate to Strata Cloud Manager?
Convert your Panorama policy into reviewable SCM API objects in minutes. No credit card required.
Start Free Migration