Skip to main content

List Cloud Org Accounts

GET 

/cloud/:cloud_type/:id/project

Lists all cloud accounts onboarded onto the Prisma Cloud platform as children of an organization.

Request

Path Parameters

    cloud_type stringrequired

    Possible values: [aws, azure, gcp, alibaba_cloud, oci]

    Cloud Type

    id stringrequired

    Account ID

Query Parameters

    excludeAccountGroupDetails boolean

    true = Exclude account group details. Default is false.

Responses

successful operation

Schema
  • Array [
  • accountGroupInfos object[]

    Account group details of groups associated with this account

  • Array [
  • groupName string

    Group name

  • ]
  • accountId string

    Account ID

    associatedAccountGroupsCount int32

    Associated Account Groups Count with this cloud account

    cloudAccountOwner string

    Cloud account owner

    deploymentType string

    Possible values: [AZURE, AZURE_GOVERNMENT, AZURE_CHINA, AWS, AWS_GOVERNMENT, AWS_CHINA, OCI, OCI_GOVERNMENT, OCI_CHINA, GCP, GCP_GOVERNMENT, GCP_CHINA, ALIBABA_CLOUD, ALIBABA_CLOUD_GOVERNMENT, ALIBABA_CLOUD_CHINA, ALIBABA_CLOUD_FINANCE]

    Deployment Type

    enabled boolean

    Enabled

    features object[]

    Features

  • Array [
  • defaultMemberState string

    Possible values: [enabled, disabled]

    Enable or disable the feature for all the member accounts linked to this organization. You can enable or disable the defaultMemberState only if the feature state is enabled for the organization. Applicable only for Serverless Function Scanning and Agentless Workload Scanning features.

    name string

    Feature name obtained from Fetch Supported Features endpoint

    state string

    Possible values: [enabled, disabled]

    Feature state. Whether to be enabled or disabled

  • ]
  • name string

    Name

    numberOfChildAccounts int32
    parentAccountId string
    status string

    Account Config Status

    storageScanEnabled boolean

    Storage Scan Enabled

    storageUUID string

    Storage UUID

  • ]
Loading...