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
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