{"type":"api","title":"Get All Tenants With Devices","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":"Return the list of tenants in the system along with the number of each device types. \u003cbr /\u003e One of the below permissions is needed to invoke this API\u003cbr /\u003e- Tenant Management","operationId":"getAllTenantsWithDevices","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"}],"produces":["application/json"],"responses":{"200":{"description":"successful retrieval","schema":{"items":{"description":"contains details of a tenant.","properties":{"device_count_map":{"description":"map of device kind to count from each tenant","example":{"ie3200":2,"ie3300":1,"ig":14,"ir1100":19,"ir1800":8,"ir800":19},"type":"object"},"iam_parent_uuid":{"description":"uuid of the parent tenant","example":"61685eca-24ce-4cfb-9828-56c644cecb3c","type":"string"},"iam_uuid":{"description":"uuid at the IAM proxy","example":"4b21253a-70e4-4857-99fa-0ff94cb8e7d5","type":"string"},"id":{"description":"ID of the tenant in DM service database","example":4300010001,"format":"int64","type":"integer"},"name":{"description":"name of the tenant","example":"Avatar","type":"string"},"parent_name":{"description":"parent of this tenant","example":"root","type":"string"}},"type":"object","$$ref":"#/definitions/TenantVo"},"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":"Unauthorized","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":"Return the list of tenants in the system along with the number of each device types","tags":["tenants"],"__originalOperationId":"getAllTenantsWithDevices","security":[{"bearerAuth":[]}],"method":"get","path":"/tenants/devices"}}