loud-spring-42792
12/11/2024, 9:08 PMquery {
products(
filter: {
vendorName: "gcp"
service:"Compute Engine"
attributeFilters:[{
key:"machineType"
value_regex: "/c4-standard.*/g"
}]
}
) {
productFamily
prices {
USD
purchaseOption
}
attributes {
key
value
}
}
}
loud-spring-42792
12/11/2024, 9:09 PMwhite-airport-8778
--log-level=debug
, I wonder if the filters used by the CLI are different to the aboveloud-spring-42792
12/13/2024, 5:41 PM