List Data Resources
GET/dlp/api/v1/resource-inventory/resources
Lists all AWS S3 bucket resources for your onboarded cloud account(s). The response indicates the amount of data eligible for sensitive data scans, malware scans, or both based on the supported file types and file size.
Responses
- 200
- 400
success
- */*
- Schema
- Example (from schema)
Schema
- Array [
- ]
resources object[]
List of storage resources
Account number
Account name
Unified Asset Id
Cloud type
configurationStatus object
Resource Configuration Status
Configuration Status Code
KMS Encryption Enabled
Status message
Configurable status
Size updated on
Prisma Cloud account ID
Resource name
Resource RRN to link to resource page
Scan option exposure only, all
Scan status
Scan type
Service name
storageSize object
Storage size
Total size eligible for both Data Security scan and Wildfire
Total size eligible for Data Security scan
Status of inventory configuration for current bucket. true = inventory configured
Status of size estimation. true = scan complete
Total size for publicly exposed files eligible for DSS scan
Total size
Total size eligible for Wildfire
Frequency of the s3 inventory configuration
Total resources
{
"resources": [
{
"accountId": "string",
"accountName": "string",
"assetId": "string",
"cloudType": "string",
"configurationStatus": {
"code": 0,
"isKMSEncrypted": true,
"message": [
"string"
]
},
"isConfigurable": true,
"lastEstimate": 0,
"redlockAccountId": 0,
"resourceName": "string",
"resourceRrn": "string",
"scanOption": 0,
"scanStatus": true,
"scanType": 0,
"serviceName": "string",
"storageSize": {
"dssAndWildfireEligibleSize": 0,
"dssEligibleSize": 0,
"isInventoryConfigured": true,
"isScanComplete": true,
"sensitiveEligiblePubliclyExposed": 0,
"size": 0,
"wildfireEligibleSize": 0
}
}
],
"sizeReportingFrequency": "string",
"totalRecords": 0
}
bad_request
- */*
- Schema
- Example (from schema)
Schema
Exception details
API response
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}