Get Inventory Resource Objects
POST/dlp/api/v1/inventory/resource/objects
Returns the objects for the specified bucket.
Request
- application/json; charset=UTF-8
Body
objectId stringrequired
Object Id
tenantId stringrequired
Tenant Id
Responses
- 200
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
objects object[]
List of objects
dataClassifications string
Object classification
dataIdentifiers string
Object identifiers
malware string
Object malware result
objectExposure string
Object exposure
objectId string
Object Id
objectName string
Object name
sha256 string
Object sha
total int32
Total objects
{
"objects": [
{
"dataClassifications": "string",
"dataIdentifiers": "string",
"malware": "string",
"objectExposure": "string",
"objectId": "string",
"objectName": "string",
"sha256": "string"
}
],
"total": 0
}
Loading...