Skip to main content

Email Asset Details

POST 

/asm/api/v1/asset/email

Sends email with details of assets.

Request

Body

    pcAssetId Prisma Cloud asset ID (string)
    asmAssetId uuid
    name Name (string)
    cloudTypes string[]

    Possible values: [AWS, AZURE, GCP, ALIBABA_CLOUD]

    Set of cloud types

    cloudAccountId Cloud account ID (string)
    cloudAccountName Cloud account name (string)
    conversionStatus Conversion status (string)

    Possible values: [DISCOVERED, IN_PROGRESS, UNABLE_TO_CONVERT, FAILED, CONVERTED]

    type Type (string)
    snoozeStatus string

    Possible values: [SNOOZED, ACTIVE]

    Indicates if the notifications from these assets are snoozed.

    snoozeStartTs int64
    snoozeEndTs int64
    reason string
    temporarySnooze boolean
    isFlowlogRelationshipAvailable boolean
    snapshotDate int64

    Snapshot date in ms

    userEmailIds string[]

    List of user email ids

    asmAssets object[]

    List of assets

  • Array [
  • id uuid
    type string
  • ]
  • comment Optional email comment (string)

Responses

Ok

Schema
    pcAssetId Prisma Cloud asset ID (string)
    asmAssetId uuid
    name Name (string)
    cloudTypes string[]

    Possible values: [AWS, AZURE, GCP, ALIBABA_CLOUD]

    Set of cloud types

    cloudAccountId Cloud account ID (string)
    cloudAccountName Cloud account name (string)
    conversionStatus Conversion status (string)

    Possible values: [DISCOVERED, IN_PROGRESS, UNABLE_TO_CONVERT, FAILED, CONVERTED]

    type Type (string)
    snoozeStatus string

    Possible values: [SNOOZED, ACTIVE]

    Indicates if the notifications from these assets are snoozed.

    snoozeStartTs int64
    snoozeEndTs int64
    reason string
    temporarySnooze boolean
    isFlowlogRelationshipAvailable boolean
    snapshotDate int64

    Snapshot date in ms

    userEmailIds string[]

    List of user email ids

    asmAssets object[]

    List of assets

  • Array [
  • id uuid
    type string
  • ]
  • comment Optional email comment (string)
Loading...