Get Asset Details by ID
GET/asm/api/v1/asset/:asset_id
Get asset overview or details by asset id.
Request
Path Parameters
asset_id uuidrequired
Asset ID
Query Parameters
snapshot_date int64required
Snapshot date
asset_type string
Asset type
manage_type string
Default value: UNMANAGED
Manage type
all_asset_details boolean
Set it true to fetch all asset details.
Responses
- 200
- 404
Ok
- application/json
- Schema
Schema
string
Data not found
- application/json
- Schema
- Example (from schema)
Schema
timestamp int64
status int32
message string
path string
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}
Loading...