Get live artifacts for a repo
Get the live status of artifacts from a repository across all environments.
Returns a RepoLiveStatusResponse object that includes:
_embedded.environments: environments that currently have running artifacts from this repo_embedded.artifacts: the corresponding artifacts for those environmentslive_artifacts: a flattened view of currently running artifacts, including each artifact’s compliance status, fingerprint, commit SHA, and start timestamp.
Repo names are not unique within an org, so pass id to resolve an exact repo.
Otherwise, if multiple repos share the same name across different VCS providers, use the
provider parameter to disambiguate; without either, the most recently created match is used.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
VCS provider (e.g. github, gitlab, bitbucket, azure-devops, circleci). Required when multiple repos share the same name across providers.
github, gitlab, bitbucket, bitbucket_cloud, bitbucket_dc, azure-devops, azure_devops_services, azure_devops_server, circleci, git, subversion The repo's internal id (returned as id in the repo response). If given, this unambiguously identifies the repo and 'provider' is ignored.