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
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
# 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].