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

# 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

# Packages

Package docs Code generated by swaggo/swag.

# Functions

GetDeployment godoc @Summary Get a Deployment @Description Get a deployment based on the _key or name.
GetDeployments godoc @Summary Get a List of Deployments @Description Get a list of deploymentss.
NewDeployment godoc @Summary Create a Deployment @Description Create a new Deployment and persist it @Tags deployment @Accept application/json @Produce json @Success 200 @Router /msapi/deployment [post].