Objects
Get asset properties
Retrieve the asset object's properties as a JSON object mapping attribute name to value. This is the same representation embedded as the properties object in the full asset document. The target object must be an asset.
get/v1/objects/{object-id}/asset-properties
Path parameters
object-idinteger required
Response
Asset properties as a name/value map.
object required
Example response
{
"vendor": "Cisco",
"model": "Catalyst 2960",
"serial": "FOC1234X56Y"
}