Skip to content

ortelius/scec-deployment

Repository files navigation

Ortelius v11 deployment Microservice

Version 11.0.0

RestAPI for the Deployment Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

Method Path Description
GET /msapi/deployment Get a List of Deployments
POST /msapi/deployment Create a Deployment
GET /msapi/deployment/:key Get a Deployment

Reference Table

Name Path Description

Path Details


[GET]/msapi/deployment

  • Summary
    Get a List of Deployments

  • Description
    Get a list of deploymentss.

Responses

  • 200 OK

[POST]/msapi/deployment

  • Summary
    Create a Deployment

  • Description
    Create a new Deployment and persist it

Responses

  • 200 OK

[GET]/msapi/deployment/:key

  • Summary
    Get a Deployment

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

Responses

  • 200 OK

References