Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.51 KB

DirectorResponse.md

File metadata and controls

22 lines (18 loc) · 1.51 KB

Fastly.DirectorResponse

Properties

Name Type Description Notes
backends [Backend] List of backends associated to a director. [optional]
capacity Number Unused. [optional]
comment String A freeform descriptive note. [optional]
name String Name for the Director. [optional]
quorum Number The percentage of capacity that needs to be up for a director to be considered up. 0 to 100. [optional] [defaults to 75]
shield String Selected POP to serve as a shield for the backends. Defaults to null meaning no origin shielding if not set. Refer to the POPs API endpoint to get a list of available POPs used for shielding. [optional] [defaults to 'null']
type Number What type of load balance group to use. [optional] [one of: 1, 3, 4]
retries Number How many backends to search if it fails. [optional] [defaults to 5]
service_id String [optional] [readonly]
version Number [optional] [readonly]
created_at Date Date and time in ISO 8601 format. [optional] [readonly]
deleted_at Date Date and time in ISO 8601 format. [optional] [readonly]
updated_at Date Date and time in ISO 8601 format. [optional] [readonly]

[Back to API list] [Back to README]