Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 10.8 KB

getconfigurablelogdrainresponsebody.md

File metadata and controls

51 lines (46 loc) · 10.8 KB

GetConfigurableLogDrainResponseBody

Example Usage

import { GetConfigurableLogDrainResponseBody } from "@vercel/sdk/models/getconfigurablelogdrainop.js";

let value: GetConfigurableLogDrainResponseBody = {
  id: "<id>",
  deliveryFormat: "syslog",
  url: "https://raw-slide.biz",
  name: "<value>",
  ownerId: "<id>",
  createdAt: 3259.24,
  deletedAt: 7083.60,
  updatedAt: 3927.59,
  environments: [
    "production",
  ],
  secret: "<value>",
};

Fields

Field Type Required Description
id string ✔️ N/A
deliveryFormat models.GetConfigurableLogDrainDeliveryFormat ✔️ N/A
url string ✔️ N/A
name string ✔️ N/A
clientId string N/A
configurationId string N/A
teamId string N/A
ownerId string ✔️ N/A
projectIds string[] N/A
createdAt number ✔️ N/A
deletedAt number ✔️ N/A
updatedAt number ✔️ N/A
sources models.GetConfigurableLogDrainSources[] N/A
headers Record<string, string> N/A
environments models.GetConfigurableLogDrainEnvironments[] ✔️ N/A
status models.GetConfigurableLogDrainStatus N/A
disabledAt number N/A
disabledReason models.DisabledReason N/A
disabledBy string N/A
firstErrorTimestamp number N/A
samplingRate number N/A
hideIpAddresses boolean N/A
secret string ✔️ N/A
createdFrom models.GetConfigurableLogDrainCreatedFrom N/A