pub async fn get_director_backend(
configuration: &mut Configuration,
params: GetDirectorBackendParams,
) -> Result<DirectorBackend, Error<GetDirectorBackendError>>
Expand description
Returns the relationship between a Backend and a Director. If the Backend has been associated with the Director, it returns a simple record indicating this. Otherwise, returns a 404.