Import the VPK to Vault
After creating the VPK, you need to import this VPK to your Vault. This does not deploy the code, it just adds the VPK containing the code to your Vault. The following instructions import the VPK using Vault API, but you can also import through the Vault UI
With the Import Package endpoint, import your code.
PUT
/api/{version}/services/packageThe body of your request must include the VPK created in the previous step.
On SUCCESS, the response contains an id for the vaultPackage. You will need this ID to deploy the package through the API.