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