Director backend

Maps and relates backends as belonging to directors. Backends can belong to any number of directors but directors can only hold one reference to a specific backend.

Data model

backend_namestringThe name of the backend.
created_atstringDate and time in ISO 8601 format. Read-only.
deleted_atstringDate and time in ISO 8601 format. Read-only.
directorstringName for the Director.
service_idstringAlphanumeric string identifying the service. Read-only.
updated_atstringDate and time in ISO 8601 format. Read-only.
versionintegerInteger identifying a service version. Read-only.

Endpoints

Get a director-backend relationship

GET/service/service_id/version/version_id/director/director_name/backend/backend_name

Create a director-backend relationship

POST/service/service_id/version/version_id/director/director_name/backend/backend_name

Delete a director-backend relationship

DELETE/service/service_id/version/version_id/director/director_name/backend/backend_name

User contributed notes

BETA

Do you see an error in this page? Do have an interesting use case, example or edge case people should know about? Share your knowledge and help people who are reading this page! (Comments are moderated; for support, please contact support@fastly.com)