Skip to content

Latest commit

 

History

History
89 lines (81 loc) · 1.54 KB

getdeploymentresponsebody.md

File metadata and controls

89 lines (81 loc) · 1.54 KB

GetDeploymentResponseBody

The deployment including only public information The deployment including both public and private information

Supported Types

models.GetDeploymentResponseBody1

const value: models.GetDeploymentResponseBody1 = {
  build: {
    env: [
      "<value>",
    ],
  },
  env: [
    "<value>",
  ],
  inspectorUrl: "https://well-off-waterspout.org",
  isInConcurrentBuildsQueue: false,
  isInSystemBuildsQueue: false,
  projectSettings: {},
  aliasAssigned: false,
  bootedAt: 3590.97,
  buildingAt: 8877.01,
  buildSkipped: false,
  creator: {
    uid: "<id>",
  },
  public: false,
  status: "INITIALIZING",
  id: "<id>",
  type: "LAMBDAS",
  createdAt: 4299.97,
  name: "<value>",
  readyState: "QUEUED",
  meta: {
    "key": "<value>",
  },
  regions: [
    "<value>",
  ],
  url: "https://meager-scholarship.net",
  version: 7935.68,
  projectId: "<id>",
  plan: "pro",
  createdIn: "<value>",
  ownerId: "<id>",
  routes: [
    {
      src: "<value>",
      continue: false,
      middleware: 5488.46,
    },
  ],
};

models.GetDeploymentResponseBody2

const value: models.GetDeploymentResponseBody2 = {
  aliasAssigned: false,
  bootedAt: 4733.26,
  buildingAt: 6751.26,
  buildSkipped: false,
  creator: {
    uid: "<id>",
  },
  public: false,
  status: "QUEUED",
  id: "<id>",
  type: "LAMBDAS",
  createdAt: 1023.16,
  name: "<value>",
  readyState: "BUILDING",
  meta: {
    "key": "<value>",
  },
  regions: [
    "<value>",
  ],
  url: "https://cool-final.com",
  version: 3312.69,
};