Origin
Get Origin Post-Quantum Data Summary
radar.post_quantum.origin.summary(Literal["KEY_AGREEMENT"]dimension, OriginSummaryParams**kwargs) -> OriginSummaryResponse
GET/radar/post_quantum/origin/summary/{dimension}
Get Origin Post-Quantum Data Over Time
radar.post_quantum.origin.timeseries_groups(Literal["KEY_AGREEMENT"]dimension, OriginTimeseriesGroupsParams**kwargs) -> OriginTimeseriesGroupsResponse
GET/radar/post_quantum/origin/timeseries_groups/{dimension}
ModelsExpand Collapse
class OriginSummaryResponse: …
class OriginSummaryResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
class OriginTimeseriesGroupsResponse: …
class OriginTimeseriesGroupsResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]
Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.