action mist_get_org_licences_by_site { label: "getOrgLicencesBySite" description: "Get Licenses Usage by Sites\nThis shows license usage (i.e. needed) based on the features enabled for the site." provider: mist method: GET path: "/api/v1/orgs/{org_id}/licenses/usages" encoding: json output: { type: "object" additionalProperties: true } }