get-usage
Generate a detailed report on product environment usage, including storage, bandwidth, requests, and resource metrics for a specific date within the last three months.
Instructions
Get a report on the status of your product environment usage, including storage, credits, bandwidth, requests, number of resources, and add-on usage
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| date | No | The date for the usage report. Must be within the last 3 months and specified in the format: yyyy-mm-dd. Default: the current date | 
Input Schema (JSON Schema)
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {
    "date": {
      "description": "The date for the usage report. Must be within the last 3 months and specified in the format: yyyy-mm-dd. Default: the current date",
      "type": "string"
    }
  },
  "type": "object"
}