Skip to content
Start here

Agent Readiness

Get agent readiness summary
radar.agent_readiness.summary(Literal["CHECK"]dimension, AgentReadinessSummaryParams**kwargs) -> AgentReadinessSummaryResponse
GET/radar/agent_readiness/summary/{dimension}
ModelsExpand Collapse
class AgentReadinessSummaryResponse:
meta: Meta
date: str

Date of the returned scan (YYYY-MM-DD). May differ from the requested date if no scan exists for that exact date.

domain_categories: List[MetaDomainCategory]

Available domain sub-categories with their scan counts. Use as filter options for the domainCategory parameter.

name: str

Sub-category name.

value: int

Number of successfully scanned domains in this sub-category.

last_updated: datetime

Timestamp of the last dataset update.

formatdate-time
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]

Normalization method applied to the results. Refer to Normalization methods.

One of the following:
"PERCENTAGE"
"MIN0_MAX"
"MIN_MAX"
"RAW_VALUES"
"PERCENTAGE_CHANGE"
"ROLLING_AVERAGE"
"OVERLAPPED_PERCENTAGE"
"RATIO"
successful_domains: int

Domains successfully scanned (excludes errors).

total_domains: int

Total domains attempted in the scan.

units: List[MetaUnit]

Measurement units for the results.

name: str
value: str
summary_0: Dict[str, str]