Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.36 KB

getaliasdeployment.md

File metadata and controls

23 lines (17 loc) · 1.36 KB

GetAliasDeployment

A map with the deployment ID, URL and metadata

Example Usage

import { GetAliasDeployment } from "@vercel/sdk/models/getaliasop.js";

let value: GetAliasDeployment = {
  id: "dpl_5m8CQaRBm3FnWRW1od3wKTpaECPx",
  url: "my-instant-deployment-3ij3cxz9qr.now.sh",
  meta: "{}",
};

Fields

Field Type Required Description Example
id string ✔️ The deployment unique identifier dpl_5m8CQaRBm3FnWRW1od3wKTpaECPx
url string ✔️ The deployment unique URL my-instant-deployment-3ij3cxz9qr.now.sh
meta string The deployment metadata {}