Skip to content

ortelius/scec-environment

Repository files navigation

Ortelius v11 Environment Microservice

Version 11.0.0

RestAPI for the Environment Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

Method Path Description
GET /msapi/environment Get a List of Environments
POST /msapi/environment Create a Environment
GET /msapi/environment/:key Get a Environment

Reference Table

Name Path Description

Path Details


[GET]/msapi/environment

  • Summary
    Get a List of Environments

  • Description
    Get a list of environments for the user.

Responses

  • 200 OK

[POST]/msapi/environment

  • Summary
    Create a Environment

  • Description
    Create a new Environment and persist it

Responses

  • 200 OK

[GET]/msapi/environment/:key

  • Summary
    Get a Environment

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

Responses

  • 200 OK

References