Intro to Usage
Usage Reporting
Account Administrators (admins) can view usage data for their account from the MGP Pro user interface. Usage reporting is explained in detailed in the MGP Pro Usage Portal.
Usage API
There are two requests an admin can make to the Usage service. These GET
requests have no additional variables, they only return usage information associated with the account currently authenticated. You must be an admin to make these requests.
Command | Description | Example |
---|---|---|
Check Usage Overview | Shows the overview of usage used for the account tied to the user. | https://api.maxar.com/usage/v2/activation/overview |
Check Usage Permissions | Checks if usage is allowed for the user. A blank 200 response denotes that usage is allowed. | https://api.maxar.com/usage/v2/allowed |
For more information about these requests, see the Usage API Reference Documentation.