V2 map and deployment APIs

The deployment endpoints provide ways to manage packages deployed to the REST Runtime.

These APIs can list packages on the server, get detailed information about a package, delete a package, or deploy a new package.

The POST /v2/packages endpoint allows a package contained in an SQLite file to be deployed. The SQLite files for packages are built using the HCL Link web UI. In typical usage, this API is not called directly. It is called automatically when performing a deployment through the UI.