Skip to content

ortelius/scec-deppkg

Repository files navigation

Ortelius v11 Package Microservice

Version 11.0.0

RestAPI for the package Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

Method Path Description
GET /msapi/package Get a List of Packages
GET /msapi/package/:key Get a Package
POST /msapi/provenance Upload Provenance JSON
POST /msapi/sbom Upload an SBOM

Reference Table

Name Path Description

Path Details


[GET]/msapi/package

  • Summary
    Get a List of Packages

  • Description
    Get a list of Packages.

Responses

  • 200 OK

[GET]/msapi/package/:key

  • Summary
    Get a Package

  • Description
    Get a package based on the _key or name.

Responses

  • 200 OK

[POST]/msapi/provenance

  • Summary
    Upload Provenance JSON

  • Description
    Create a new Provenance and persist it

Responses

  • 200 OK

[POST]/msapi/sbom

  • Summary
    Upload an SBOM

  • Description
    Create a new SBOM and persist it

Responses

  • 200 OK

References