{"type":"model","meta":{"id":"/apps/pubhub/media/cisco-iot-suite/fbcd3c11dd48e274ddaa7139d3a3ed24e2e107e0/5c66b3aa-a761-3029-b823-c160b9ed90db","swagger":"2.0","info":{"contact":{"email":"asset-tracking-team@cisco.com"},"description":"This service exposes APIs for managing AssetTypes, Assets, Sensors, Gateways deployed in the network.","license":{"name":"Apache 2.0","url":"http://www.apache.org/licenses/LICENSE-2.0.html"},"termsOfService":"http://swagger.io/terms/","title":"Industrial Asset Vision","version":"1.0.0"},"host":"us.ciscoiot.com","basePath":"/at/nbapi/v1","schemes":["https"],"externalDocs":{"description":"Find out more about Industrial Asset Vision","url":"https://www.cisco.com/c/en/us/products/cloud-systems-management/industrial-asset-vision/index.html"},"securityDefinitions":{"BearerToken":{"in":"header","name":"Authorization","type":"apiKey"}},"x-parser-conf":{"apiKeyGenerator":{"$remoteModule":"./config/apikey.js"},"serverConfig":true,"meta":{"useProxy":true}}},"spec":{"example":{"assetTypeId":"9ad25692-f7ef-4b79-919d-7dee4bcfa263","customAttributes":[{"name":"Vendor","value":"XYZ Systems"},{"name":"Capacity","value":1000}],"description":"ColdRoom1 Description","location":{"address":"Cessna Business Park","latitude":12.87,"longitude":77.81},"model":"M100","name":"ColdRoom1"},"properties":{"assetTypeId":{"description":"Asset Type Id","format":"uuid","type":"string"},"customAttributes":{"description":"Asset Custom Attributes","items":{"properties":{"name":{"description":"Attribute Name","type":"string"},"value":{"description":"Attribute Value","type":"object"}},"type":"object","$$ref":"#/definitions/CustomAttributeData"},"type":"array"},"description":{"description":"Asset Description","type":"string"},"location":{"description":"Location details","properties":{"address":{"description":"Address","type":"string"},"latitude":{"description":"Latitude","format":"double","type":"number"},"longitude":{"description":"Longitude","format":"double","type":"number"}},"type":"object","$$ref":"#/definitions/Location"},"model":{"description":"Asset Model","type":"string"},"name":{"description":"Asset Name","type":"string"}},"type":"object","title":"AssetRequest"}}