Using Software Container Delivery REST Endpoints

The following endpoints are available for the Software Container Delivery REST API. Prefix each with the appropriate base URL, as described in Base URL for Software Container Delivery REST API.

To access any of the endpoints in the table below, a JWT must be passed in the header of the request. For more information, see Authentication for Software Container Delivery REST API.

Overview of Software Container Delivery REST endpoints

URI

Methods

Description

/downloads

GET

Returns a log showing a summary of the end-customers’ download activity from all registry service instances.

/event/{entity_name}/status

GET

Returns the processing status of a specified entity.

/projects

GET

Lists projects created in the Revenera registry.

/projects/{project_name}

GET

Gets projects, repositories and helm charts.

/projects/{project_name}/members

GET 

Lists the users who have access to images and charts.

/projects/{project_name}/repositories/
{repository_name}

DELETE

Deletes a repository or an image from a project.

/projects/{project_name}/charts/
{chart_name}

DELETE

Deletes a chart from a project.

/projects/{project_name}/repositories/
{repository_name}/artifacts

GET 

Lists artifacts.

/secret

GET, PUT 

Gets or resets the registry secret (Base64 encoded) for the current user.

The following sections describe these APIs:

Downloading Logs
Managing Projects
Managing the Registry Secret
Getting the Entity Status