Skip to main content
Version: 2.0.0

Network Services

These APIs are used for defining and managing network services configuration within Strata Cloud Manager.

Authentication

Strata Cloud Manager APIs authenticate client requests using the OAuth 2.0 Client Credentials flow. Please use the client_id, client_secret values associated with an IAM service account along with a scope value of tsg_id:XXXXXXXXXX, where XXXXXXXXXX is the Tenant Service Group (TSG) ID. The resulting JWT access token should be attached to all API calls as a Bearer token in the Authorization header (ex. Authorization: Bearer tokenstring).

Security Scheme Type:oauth2
OAuth Flow (clientCredentials):

Token URL: https://auth.apps.paloaltonetworks.com/oauth2/access_token

Scopes:
  • tsg_id: Your tenant service group in the form `tsg_id:XXXXXXXXXX`

Contact

Palo Alto Networks Technical Support: support@paloaltonetworks.comURL: https://support.paloaltonetworks.com

License

MIT