Create an artifact deployment record
Create or update deployment records for an artifact associated with an organization. This endpoint allows you to record information about a specific artifact, such as its name, digest, environments, cluster, and deployment. The deployment name has to be uniqe within a cluster (i.e a combination of logical, physical environment and cluster) as it identifies unique deployment. Multiple requests for the same combination of logical, physical environment, cluster and deployment name will only create one record, successive request will update the existing record. This allows for a stable tracking of a deployment where the actual deployed artifact can change over time.
Path parameters
The organization name. The name is not case sensitive.
Request body
Example request
{
"name": "libfoo",
"version": "1.2.3",
"github_repository": "my-github-repo"
}Response
Artifact deployment record stored successfully.