{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/8338b1ff-e9bc-34cf-ba50-5477b3cc7c1a","info":{"description":"\nThese usage endpoints define the following operations:\n\n* **Usage**: Retrieve usage data for the specified time period (default is one month).\n \n * Users must have the `View organization usage` permission to access this endpoint.\n * This operation offers visibility across all account groups within the organization.\n * Users with `View organization usage` permission in multiple organizations should query the operation with the `aid` query string parameter (see optional parameters) for each organization.\n\n* **Quotas**: Obtain organization and account usage quotas. Additionally, users with the appropriate permissions can create, update, or delete these quotas.\n \n * Users must have the necessary permissions to perform quota-related actions.\n\nRefer to the Usage API operations for detailed usage instructions and optional parameters.\n","title":"Usage API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"description":"Usage GET Operation","name":"Usage"},{"description":"Quota CRUD Operation","name":"Quotas"}],"externalDocs":{"description":"Find out more about the usage model","url":"https://docs.thousandeyes.com/product-documentation/user-management/usage-and-billing/how-unit-consumption-works#what-is-the-projected-usage"},"openapi":"3.0.1","servers":[{"description":"ThousandEyes API production URL","url":"https://api.thousandeyes.com/v7"}],"securitySchemes":{"BearerAuth":{"description":"Bearer authentication token","scheme":"bearer","type":"http"}}},"spec":{"properties":{"monthStart":{"description":"Beginning of usage period in UTC (ISO date-time format).","example":"2020-01-05T08:00:00Z","format":"date-time","type":"string"},"monthEnd":{"description":"End of usage period in UTC (ISO date-time format)..","example":"2020-02-05T08:00:00Z","format":"date-time","type":"string"},"cloudUnitsIncluded":{"description":"Monthly number of cloud units allocated, as part of the contract.","example":4320000000,"format":"int64","type":"integer"},"deviceAgentsIncluded":{"description":"Number of device agents (connected devices product) allocated monthly, as specified in the contract.","example":100,"format":"int64","type":"integer"},"endpointAgentsIncluded":{"description":"Monthly number of endpoint agents allocated, as part of the contract.","example":200,"format":"int64","type":"integer"},"endpointAgentsEssentialsIncluded":{"description":"Monthly number of endpoint agents essentials allocated, as part of the contract.","example":10,"format":"int64","type":"integer"},"endpointAgentsEmbeddedIncluded":{"description":"Number of embedded endpoint agents allocated monthly, as specified in the contract.","example":10,"format":"int64","type":"integer"},"enterpriseAgentsIncluded":{"description":"Monthly number of enterprise agents allocated, as part of the contract. Returns non-zero value only for organizations with legacy billing.","example":25,"format":"int64","type":"integer"}},"type":"object","$$ref":"#/components/schemas/UsageQuota","title":"UsageQuota"}}