{"type":"api","title":"Get Device Monitoring Details","meta":{"id":"/apps/pubhub/media/edm-api-v2/a2a30bcc9ecab5281b65761ae61df7e0031d5691/f67a4e01-0023-334a-9a4a-7e606c2ef1a2","swagger":"2.0","info":{"contact":{"email":"devmgmt@cisco.com"},"description":"This is the IoT device management core service. The service is responsible for managing the lifecycle of various IoT gateways and endpoints deployed as part of the Field Area Networks","license":{"name":"Licensing is primarily subscription based. Call Andy now!","url":"https://www.cisco.com"},"termsOfService":"http://swagger.io/terms/","title":"IoT Device Lifecycle Management","version":"4.0.0"},"host":"us.ciscoiot.com","basePath":"/nbapi/edm/v1","schemes":["https"],"securityDefinitions":{"bearerAuth":{"description":"This is the bearer Auth token.","in":"header","name":"Authorization","type":"apiKey"}},"security":[{"bearerAuth":[]}],"x-parser-conf":{"apiKeyGenerator":{"$remoteModule":"./config/apikey.js"}}},"spec":{"description":"Returns a map of device properties for single device object.\u003cbr /\u003e One of the below permissions is needed to invoke this API\u003cbr /\u003e- Tenant Management\u003cbr /\u003e- Troubleshoot Devices\u003cbr /\u003e- Manage Devices\u003cbr /\u003e- Manage Firmware Upgrades\u003cbr /\u003e- Manage Groups\u003cbr /\u003e- Manage Templates\u003cbr /\u003e- View Devices\u003cbr /\u003e- Delete_devices\u003cbr /\u003e- Deactivate Devices\u003cbr /\u003e- Request Device Deactivation/Deletion","operationId":"getDeviceMonitoringDetails","parameters":[{"description":"The uuid of the tenant in whose context we are calling the api.","format":"uuid","in":"header","name":"x-tenant-id","required":true,"type":"string"},{"description":"EID for which device properties to return","in":"path","name":"device_eid","required":true,"type":"string"},{"description":"Object net interface for which details are required like ethernet,cellular","in":"path","name":"interface","required":true,"type":"string"},{"description":"interface's slot number","in":"path","name":"slot_number","required":true,"type":"integer"},{"description":"interface's port number","in":"path","name":"port_number","required":true,"type":"integer"},{"description":"display extra information","in":"query","name":"isViewMore","required":false,"type":"boolean"}],"produces":["application/json"],"responses":{"200":{"description":"successful retrieval","schema":{"items":{"properties":{"displayString":{"description":"display string of section name","example":"Client Info","type":"string"},"elements":{"properties":{"sections":{"items":{"properties":{"displayString":{"description":"field-item display name in UI","example":"MAC Address","type":"string"},"editable":{"description":"Determines if field is editable by user/UI","example":false,"type":"boolean"},"field":{"description":"device-detail field item","example":"clientMac","type":"string"},"value":{"description":"value of the device-detail field","example":"44:b6:be:44:49:f0","type":"string"}},"type":"object","$$ref":"#/definitions/DeviceMonitoringDetailsVo"},"type":"array"}}},"section":{"description":"section name","example":"clientInfo","type":"string"}},"type":"object","$$ref":"#/definitions/DeviceMonitoringDetailsResponseVo"},"type":"array"}},"400":{"description":"Bad request","schema":{"description":"Specifies the error that occurred during the request.","example":{"code":"10000","message":"Short message about the error","meta":"more information about that error"},"properties":{"code":{"description":"The error code that occurred in application level.","type":"number"},"message":{"description":"A user readable message that describes the error in details.","type":"string"},"meta":{"description":"Contains more information about the error message. For example when a validation error occurs, this field describes the fields that were invalid and the validation error that occurred. The content of this object can vary based on the type of error.\n","type":"object"}},"required":["code","message"],"type":"object","$$ref":"#/definitions/error"}},"401":{"description":"Unauthorized","schema":{"example":"Authentication Token is invalid","type":"string"}},"403":{"description":"Forbidden","schema":{"example":"Permission denied to access the resource","type":"string"}},"404":{"description":"Not found","schema":{"example":"Device not found","type":"string"}}},"summary":"Find device properties by eid","tags":["devices"],"__originalOperationId":"getDeviceMonitoringDetails","security":[{"bearerAuth":[]}],"method":"get","path":"/devices/{device_eid}/interfaces/{interface}/{slot_number}/{port_number}/data"}}