Skip to main content

get_agent_properties_path

Function get_agent_properties_path 

Source
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.