pub async fn server_get(
configuration: &Configuration,
target: Option<&str>,
project: Option<&str>,
) -> Result<ServerGet200Response, Error<ServerGetError>>Expand description
Shows the full server environment and configuration.
pub async fn server_get(
configuration: &Configuration,
target: Option<&str>,
project: Option<&str>,
) -> Result<ServerGet200Response, Error<ServerGetError>>Shows the full server environment and configuration.