pub async fn get_agent_properties_path(
__arg0: State<ApiState>,
__arg1: Path<String>,
) -> ApiResult<Json<AgentPropertiesResponse>>Expand description
Get agent properties using path parameter. Same as /v1/agent/properties but with agent_id in the URL path.