LogDrain
September 16, 2026 ยท View on GitHub
Example Usage
import { LogDrain } from "@vercel/sdk/models/getconfigurationproductsresponsebody.js";
let value: LogDrain = {
status: "enabled",
endpoint: "<value>",
format: "json",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
status | models.GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus | :heavy_check_mark: | N/A |
endpoint | string | :heavy_check_mark: | N/A |
headers | Record<string, string> | :heavy_minus_sign: | N/A |
format | models.GetConfigurationProductsFormat | :heavy_check_mark: | N/A |