Categorygithub.com/ortelius/scec-deployment
repositorypackage
0.0.0-20241212064407-a1529bc5b9c8
Repository: https://github.com/ortelius/scec-deployment.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Ortelius v11 deployment Microservice

Version 11.0.0

RestAPI for the Deployment Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

MethodPathDescription
GET/msapi/deploymentGet a List of Deployments
POST/msapi/deploymentCreate a Deployment
GET/msapi/deployment/:keyGet a Deployment

Reference Table

NamePathDescription

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