Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.18 KB

getinfrastructuremetricsrequest.md

File metadata and controls

21 lines (16 loc) · 2.18 KB

GetInfrastructureMetricsRequest

Example Usage

import { GetInfrastructureMetricsRequest } from "firehydrant-typescript-sdk/models/operations";

let value: GetInfrastructureMetricsRequest = {
  infraType: "customers",
  infraId: "<id>",
};

Fields

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