Skip to content

Latest commit

History

History
33 lines (21 loc) · 1.03 KB

File metadata and controls

33 lines (21 loc) · 1.03 KB

Example

Properties

NameTypeDescriptionNotes
analysisIdLongAnalysis ID
analysisScopeAnalysisScopeEnumScope of the analysis (always PUBLIC for examples)
binaryIdLongBinary ID
binaryNameStringBinary filename
binarySizeLongBinary size in bytes
creationOffsetDateTimeWhen the analysis was created
isOwnerBooleanTrue when the caller owns the analysis
modelIdLongModel ID
sha256HashStringSHA-256 hash of the binary
statusStringAnalysis status
tagsList<String>Tags associated with this binary
usernameStringUsername of the analysis owner

Enum: AnalysisScopeEnum

NameValue
PUBLIC"PUBLIC"
UNKNOWN_DEFAULT_OPEN_API"unknown_default_open_api"