Skip to main content

Fetch Supported Features For Cloud Type

POST 

/cas/v1/features/cloud/:cloud_type

Lists the features supported for the specified cloud type and account type.

The response contains supportedFeatures key whose value contains supported feature names.

NOTE: The supportedFeatures returns "Cloud Visibility Compliance and Governance" string by default. Do not explicitly pass this string as a feature in the request body param in any cloud account API(Like in Add AWS Cloud Account, Update AWS Cloud Account,Generate and Download the AWS CFT Template, etc).

Request

Path Parameters

    cloud_type stringrequired

    Possible values: [aws, azure, gcp, alibaba, oci, ibm]

Body

required
    accountType stringrequired

    Possible values: [account, organization, masterServiceAccount, tenant]

    Cloud Account Type. Supported values based on cloud_type are given below.

    • account, organization - cloud_type: aws

    • account, organization, masterServiceAccount - cloud_type: gcp

    • account, tenant - cloud_type: azure

    deploymentType string

    Possible values: [azure, azure_gov, azure_china]

    Applicable only for cloud_type: azure.

    • azure - Applicable for Prisma Commercial and Government stacks

    • azure_gov - Applicable for Prisma Commercial and Government stacks.

    • azure_china - Applicable for Prisma China Stack.

    awsPartition string

    Possible values: [us-east-1, us-gov-west-1]

    Applicable only for cloud_type: aws on Prisma Government Stack(app.gov.prismacloud.io) given if the Cloud account Global Deployment option is enabled

    • us-east-1 - AWS Commercial/Global account

    • us-gov-west-1 - AWS GovCloud account.

    rootSyncEnabled boolean

    Applicable only for accountType: tenant

    In order to onboard the "tenant" and its associated management groups and subscriptions, rootSyncEnabled must be set to true

Responses

Features supported for the cloud type

Schema
    cloudType string

    Cloud Type

    deploymentType string

    Cloud Account Deployment Type. global, gov, or china

    accountType string

    Account Type

    licenseType string

    Customer License type.

    supportedFeatures string[]

    List of supported feature names.

Loading...