Enterprise Get Enterprise Capabilities
Gets all enterprise capabilities (e.g. BGP, COS mapping, PKI, etc.) currently enabled/disabled for the specified enterprise.
Privileges required:
READ
ENTERPRISE
{
"enterpriseId": 0
}
enterpriseId
Request was successfully processed
{
"edgeVnfs.enable": true,
"edgeVnfs.securityVnf.paloAlto": true,
"edgeVnfs.securityVnf.checkpoint": true,
"edgeVnfs.securityVnf.fortinet": true,
"enableCosMapping": true,
"enableEnterpriseAuth": true,
"enableFwLogs": false,
"enableClassicOrchestrator": false,
"enableStatefulFirewall": false,
"enableATP": false,
"enableNetworks": true,
"enablePremium": true,
"enableSegmentation": true,
"enableServiceRateLimiting": false,
"enableRoleCustomization": false,
"enableSecureEdgeAccess": false,
"enableInProductContextualHelpPanel": true,
"enableCustomizableQOE": false,
"enableRouteBacktracking": false
}
edgeVnfs.enable
edgeVnfs.securityVnf.paloAlto
edgeVnfs.securityVnf.checkpoint
edgeVnfs.securityVnf.fortinet
enableCosMapping
enableEnterpriseAuth
enableFwLogs
enableClassicOrchestrator
enableStatefulFirewall
enableATP
enableNetworks
enablePremium
enableSegmentation
enableServiceRateLimiting
enableRoleCustomization
enableSecureEdgeAccess
enableInProductContextualHelpPanel
enableCustomizableQOE
enableRouteBacktracking
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterprise/getEnterpriseCapabilities