Email Asset Details
POST/asm/api/v1/asset/email
Sends email with details of assets.
Request
- application/json
Body
- Array [
- ]
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
id uuid
type string
comment Optional email comment (string)
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
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
id uuid
type string
comment Optional email comment (string)
{
"pcAssetId": "string",
"asmAssetId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"cloudTypes": [
"AWS"
],
"cloudAccountId": "string",
"cloudAccountName": "string",
"conversionStatus": "DISCOVERED",
"type": "string",
"snoozeStatus": "SNOOZED",
"snoozeStartTs": 0,
"snoozeEndTs": 0,
"reason": "string",
"temporarySnooze": true,
"isFlowlogRelationshipAvailable": true,
"snapshotDate": 0,
"userEmailIds": [
"string"
],
"asmAssets": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "string"
}
],
"comment": "string"
}
Asset not found
- application/json
- Schema
- Example (from schema)
Schema
timestamp int64
status int32
message string
path string
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}
Loading...