import { GetInfrastructureMetricsRequest } from "firehydrant-typescript-sdk/models/operations";
let value: GetInfrastructureMetricsRequest = {
infraType: "customers",
infraId: "<id>",
};
Field | Type | Required | Description |
---|---|---|---|
infraType |
operations.PathParamInfraType | ✔️ | N/A |
infraId |
string | ✔️ | Component UUID |
startDate |
RFCDate | ➖ | The start date to return metrics from; defaults to 30 days ago |
endDate |
RFCDate | ➖ | The end date to return metrics from, defaults to today |