{"type":"model","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":"Response used by methods that perform bulk operations","properties":{"failedCount":{"description":"Count of operations that failed","example":0,"format":"int64","readOnly":true,"type":"integer"},"recordCount":{"description":"Count of records in the response","example":1,"format":"int64","readOnly":true,"type":"integer"},"records":{"description":"Records returned by the API call","items":{"description":"Response model for the deleted entities","properties":{"id":{"description":"Deleted Entity ID","example":453444,"format":"int64","type":"integer"},"message":{"description":"Internationalized Entity deletion operation result","example":"Resource deleted successfully for group with name ig-cg-one1","type":"string"},"name":{"description":"Entity name","example":"Group","type":"string"},"status":{"description":"HTTP status code","example":200,"type":"integer"},"success":{"description":"Entity deletion operation status","example":true,"type":"boolean"}},"required":["id","message","name","success","status"],"$$ref":"#/definitions/GenericDeleteEntityResponse"},"readOnly":true,"type":"array"},"status":{"description":"HTTP status code","example":207,"readOnly":true,"type":"integer"},"success":{"description":"Whether this REST API call was successful","example":true,"readOnly":true,"type":"boolean"},"successCount":{"description":"Count of operations that were successful","example":1,"format":"int64","readOnly":true,"type":"integer"}},"required":["failedCount","recordCount","successCount","records","status","success"],"title":"GenericBulkDeleteEntityResponse"}}