Function fastly_api::apis::director_backend_api::get_director_backend
source · 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.