Skip to content

Latest commit

 

History

History
87 lines (79 loc) · 1.49 KB

getdeploymentresponsebody.md

File metadata and controls

87 lines (79 loc) · 1.49 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://soggy-prohibition.com",
  isInConcurrentBuildsQueue: false,
  isInSystemBuildsQueue: false,
  projectSettings: {},
  aliasAssigned: false,
  bootedAt: 3962.23,
  buildingAt: 1674.35,
  buildSkipped: false,
  creator: {
    uid: "<id>",
  },
  public: false,
  status: "READY",
  id: "<id>",
  name: "<value>",
  type: "LAMBDAS",
  createdAt: 7005.29,
  readyState: "CANCELED",
  meta: {
    "key": "<value>",
  },
  regions: [
    "<value>",
  ],
  url: "https://sorrowful-yarmulke.name",
  version: 371.29,
  projectId: "<id>",
  plan: "pro",
  createdIn: "<value>",
  ownerId: "<id>",
  routes: [
    {
      handle: "rewrite",
    },
  ],
};

models.GetDeploymentResponseBody2

const value: models.GetDeploymentResponseBody2 = {
  aliasAssigned: false,
  bootedAt: 8661.35,
  buildingAt: 9608.13,
  buildSkipped: false,
  creator: {
    uid: "<id>",
  },
  public: false,
  status: "QUEUED",
  id: "<id>",
  name: "<value>",
  type: "LAMBDAS",
  createdAt: 445.71,
  readyState: "CANCELED",
  meta: {
    "key": "<value>",
  },
  regions: [
    "<value>",
  ],
  url: "https://nocturnal-whack.info/",
  version: 6658.72,
};