List Data 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.
- 200
- 400
- 500
success
Schema
- Array [
- ]
resources object[]
List of storage resources
Account number
Unified Asset Id
configurationStatus object
Resource Configuration Status
Configuration Status Code
KMS Encryption Enabled
Status message
Resource name
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
Exception details
API response
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}
internal_error