Skip to content
Start here

Previews

Preview Result
client.loadBalancers.previews.get(stringpreviewId, PreviewGetParams { account_id } params, RequestOptionsoptions?): PreviewGetResponse { healthy, origins }
GET/accounts/{account_id}/load_balancers/preview/{preview_id}
ModelsExpand Collapse
PreviewGetResponse = Record<string, item>

Resulting health data from a preview operation.

healthy?: boolean
origins?: Array<Record<string, load_balancing_origin_health_data>>
failure_reason?: string
healthy?: boolean
response_code?: number
rtt?: string