pub async fn pools_read_pool(
configuration: &Configuration,
poolid: &str,
type: Option<PvePoolsTypeEnum>,
) -> Result<PoolsReadPoolResponse, Error<PoolsReadPoolError>>Expand description
Get pool configuration (deprecated, no support for nested pools, use ‘GET /pools/?poolid={poolid}’).