Skip to main content

Get Asset

POST 

/uai/v1/asset

Returns detailed information for the asset with the given id.

The data field in the response object contains the raw JSON blob as returned by the source cloud service provider API for the given asset.

Only the rrn parameter in the request body is used for this API. Ignore the timelineItemId and findingType fields.

Ensure to add the required parameters for the asset query parameter with type as follows:

TypeConditionally Required Query Parameters
external_finding
  • findingType
  • riskFactors
alertsalertIds
attack_pathattackPathIds
package_info
  • vulnerabilityInfoTypeId
  • filters
labelsfilters
vulnerability_aggregatesfilters
process_infofilters
vulnerabilities_group_by_type
  • vulnerabilityInfoTypeId
  • filters
asset_cwp_vulns
  • vulnerabilityInfoTypeId
  • vulnerabilityInfoType
  • filters

Request

Responses

Successful Operation